| 1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
- <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/aopalliance-1.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-collections-3.2.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-2.4.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging-1.1.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-net-1.4.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/hessian-3.2.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jakarta-oro-2.0.8.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-1.2.8.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-aop-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-aspects-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-beans-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-context-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-context-support-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-core-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-data-commons-1.5.0.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-data-jpa-1.3.0.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-expression-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-jdbc-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-orm-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-test-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-tx-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-web-3.2.3.RELEASE.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring-webmvc-3.2.3.RELEASE.jar"/>
- <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
- </classpath>
|