-
Notifications
You must be signed in to change notification settings - Fork 6
/
.classpath
executable file
·53 lines (50 loc) · 2.66 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/classes" path="src"/>
<classpathentry kind="src" path="res"/>
<classpathentry kind="lib" path="lib/argparse4j-0.8.1.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.25.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.25.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.2.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.9.jar">
<attributes>
<attribute name="javadoc_location" value="https://commons.apache.org/proper/commons-lang/javadocs/api-3.9/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/toplink-essentials.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.8.11.2.jar"/>
<classpathentry kind="lib" path="lib/commons-exec-1.3.jar" sourcepath="C:/data/S5/iscsi/commons-exec-1.3-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/C:/data/S5/iscsi/commons-exec-1.3-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/zookeeper-3.5.6.jar"/>
<classpathentry kind="lib" path="lib/zookeeper-jute-3.5.6.jar"/>
<classpathentry kind="lib" path="lib/HikariCP-2.4.1.jar"/>
<classpathentry kind="lib" path="lib/ini4j-0.5.4.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.3.1.jar">
<attributes>
<attribute name="javadoc_location" value="https://commons.apache.org/proper/commons-cli/javadocs/api-1.3.1/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-codec-1.11.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/fluent-hc-4.5.14.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.14.jar">
<attributes>
<attribute name="javadoc_location" value="https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/httpclient-cache-4.5.14.jar"/>
<classpathentry kind="lib" path="lib/httpclient-osgi-4.5.14.jar"/>
<classpathentry kind="lib" path="lib/httpclient-win-4.5.14.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.16.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.5.14.jar"/>
<classpathentry kind="lib" path="lib/jna-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/jna-platform-4.5.2.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/json-simple"/>
<classpathentry combineaccessrules="false" kind="src" path="/norm"/>
<classpathentry kind="var" path="JRE_LIB"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>