-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
56 lines (56 loc) · 4.26 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<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="WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jackson-annotations-2.9.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jackson-core-2.9.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jackson-core-asl-1.9.13.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jackson-databind-2.9.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jackson-dataformat-xml-2.9.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jackson-mapper-asl-1.9.13.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mybatis-3.4.5.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-5.1.42-bin.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-aop-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-beans-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-context-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-core-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-expression-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-web-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-webmvc-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mybatis-spring-1.3.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-context-support-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-jdbc-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-test-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/spring-tx-4.3.11.RELEASE.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/junit-3.8.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-barcodes-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-font-asian-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-forms-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-hyph-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-io-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-kernel-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-layout-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-pdfa-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-pdftest-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itext7-sign-7.0.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javax.mail.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jxl.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-nop-1.7.25.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/slf4j-api-1.7.25.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-lang3-3.6.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-dbcp2-2.1.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-pool2-2.4.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<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"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>