| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry excluding="com/test/spring/" kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
- <attributes>
- <attribute name="owner.project.facets" value="java"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
- <attributes>
- <attribute name="owner.project.facets" value="jst.web"/>
- </attributes>
- </classpathentry>
- <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="Web/WEB-INF/lib/aopalliance-1.0.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-logging-1.1.1.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/jettison-1.1.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/mybatis-spring-1.1.1.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.aop-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.asm-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.beans-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.context-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.core-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.expression-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.jdbc-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.transaction-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.web-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.web.servlet-3.1.2.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/xpp3_min-1.1.4c.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/log4j-1.2.17.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/c3p0-0.9.1.1.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/jackson-core-lgpl-1.9.13.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/jackson-mapper-lgpl-1.9.13.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/org.springframework.test-3.1.1.RELEASE.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/mybatis-3.3.1.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/aliyun-sdk-oss-2.0.6.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/dom4j-1.6.1.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/json-lib-2.3-jdk15.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-lang-2.5.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/ezmorph-1.0.6.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-beanutils-1.7.0.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-collections-3.2.1.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/jdom-1.1.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/json.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/xstream-1.4.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/jstl-1.2.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/commons-codec-1.9.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/httpcore-4.4.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/gson-2.2.4.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/mysql-connector-java-5.1.30-bin.jar"/>
- <classpathentry kind="lib" path="Web/WEB-INF/lib/ueditor-1.1.2.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
- <classpathentry kind="output" path="build/classes"/>
- </classpath>
|