-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
27 lines (27 loc) · 1.74 KB
/
.classpath
File metadata and controls
27 lines (27 loc) · 1.74 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="config"/>
<classpathentry kind="lib" path="libs/log4j-api-2.13.0.jar"/>
<classpathentry kind="lib" path="libs/log4j-core-2.13.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/commons-lang3.jar"/>
<classpathentry kind="lib" path="libs/httpcore.jar"/>
<classpathentry kind="lib" path="libs/httpclient.jar"/>
<classpathentry kind="lib" path="libs/poi-3.7-20101029.jar"/>
<classpathentry kind="lib" path="libs/poi-examples-3.7-20101029.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-3.7-20101029.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-schemas-3.7-20101029.jar"/>
<classpathentry kind="lib" path="libs/poi-scratchpad-3.7-20101029.jar"/>
<classpathentry kind="lib" path="libs/fastjson.jar"/>
<classpathentry kind="lib" path="libs/mysql-connector-java-5.1.30-bin.jar"/>
<classpathentry kind="lib" path="libs/zmq-3.1.0.jar"/>
<classpathentry kind="lib" path="libs/quartz-2.2.2.jar" sourcepath="D:/java_test/quartz-2.2.3-distribution"/>
<classpathentry kind="lib" path="libs/quartz-jobs-2.2.2.jar" sourcepath="D:/java_test/quartz-2.2.3-distribution"/>
<classpathentry kind="lib" path="libs/protobuf-java-2.6.1.jar"/>
<classpathentry kind="lib" path="libs/netty-all-4.1.25.Final.jar" sourcepath="D:/JarStore/netty-4.1.25.Final/jar/all-in-one/netty-all-4.1.25.Final-sources.jar"/>
<classpathentry kind="lib" path="libs/javassist-3.20.0.jar"/>
<classpathentry kind="lib" path="libs/jedis-2.8.0.jar"/>
<classpathentry kind="lib" path="libs/commons-pool2-2.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>