-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
23 lines (23 loc) · 1.24 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.tptp.platform.instrumentation.ui.ContainerInitializer/Build to Manage Libraries"/>
<classpathentry kind="lib" path="lib/jdom.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/bullshtml_new/libdoc/apidocs.zip!/apidocs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/bullshtml_new/lib/commons-io-1.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jhighlight-1.0.jar" sourcepath="C:/Users/nhn/.m2/repository/com/uwyn/jhighlight/1.0/jhighlight-1.0-sources.jar"/>
<classpathentry kind="lib" path="lib/stringtemplate-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>