-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
18 lines (18 loc) · 1.06 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tools/test-dshell/src"/>
<classpathentry kind="src" path="tools/rec/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="ext/jna-4.0.0.jar"/>
<classpathentry kind="lib" path="ext/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="ext/commons-codec-1.9.jar"/>
<classpathentry kind="lib" path="ext/libbun/java/ext/asm-all-4.0.jar"/>
<classpathentry kind="lib" path="ext/libbun/java/ext/jline-1.0.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/libbun"/>
<classpathentry kind="lib" path="tools/rec/ext/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="tools/rec/ext/httpclient-4.3.1.jar"/>
<classpathentry kind="lib" path="tools/rec/ext/httpcore-4.3.jar"/>
<classpathentry kind="lib" path="tools/rec/ext/jsonic-1.3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>