-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.classpath
22 lines (22 loc) · 1.08 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/commons-io-2.4/commons-io-2.4.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/thriftyclone/libs/commons-io-2.4/commons-io-2.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/commons-lang3-3.4/commons-lang3-3.4.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/thriftyclone/libs/commons-lang3-3.4/commons-lang3-3.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/commons-exec-1.3/commons-exec-1.3.jar"/>
<classpathentry kind="lib" path="libs/commons-cli-1.3.1/commons-cli-1.3.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/thriftyclone/libs/commons-cli-1.3.1/commons-cli-1.3.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>