forked from appthings/topseed4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
33 lines (33 loc) · 2.1 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="try"/>
<classpathentry exported="true" kind="lib" path="libs/cache2k-all-1.0.1.Final.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-chain-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-dbutils-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-io-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-pool2-2.5.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/expiringmap-0.5.8.jar"/>
<classpathentry exported="true" kind="lib" path="libs/guava-24.0-jre.jar"/>
<classpathentry exported="true" kind="lib" path="libs/h2-1.4.196.jar"/>
<classpathentry exported="true" kind="lib" path="libs/httpclient5-5.0-beta1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/httpcore5-5.0-beta2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/javatuples-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/javolution-core-java-6.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/json-simple-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jsoup-1.11.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/log4j-1.2.17.jar"/>
<classpathentry exported="true" kind="lib" path="libs/logzio-sender-1.0.7.jar"/>
<classpathentry exported="true" kind="lib" path="libs/micrometer-core-1.0.0-rc.9.jar"/>
<classpathentry exported="true" kind="lib" path="libs/netty-all-4.1.22.Final.jar"/>
<classpathentry exported="true" kind="lib" path="libs/slf4j-api-1.7.25.jar"/>
<classpathentry exported="true" kind="lib" path="libs/slf4j-log4j12-1.7.25.jar"/>
<classpathentry exported="true" kind="lib" path="libs/truth-0.39.jar"/>
<classpathentry exported="true" kind="lib" path="libs/uuid-3.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>