-
Notifications
You must be signed in to change notification settings - Fork 40
/
.classpath
20 lines (20 loc) · 1.55 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/alipay-sdk-java-4.8.10.ALL-sources.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/alipay-sdk-java-4.8.10.ALL.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jstl-1.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-3.1.10-bin.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/hutool-all-5.0.6.jar" sourcepath="E:/maven-repository/cn/hutool/hutool-all/5.0.6/hutool-all-5.0.6-sources.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/poi-ooxml-4.0.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/poi-4.0.1.jar" sourcepath="E:/maven-repository/org/apache/poi/poi/4.0.1/poi-4.0.1-sources.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/c3p0-0.9.5.4.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mchange-commons-java-0.2.12.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>