forked from robig/stlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
21 lines (21 loc) · 1.01 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/java-getopt-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/mmj.jar"/>
<classpathentry kind="lib" path="lib/testng-5.12.1.jar"/>
<classpathentry kind="lib" path="lib/jericho-html-3.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/stlab/lib/jericho-html-doc.zip!/jerico-html-doc"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/nanoxml-lite-2.2.3.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/stlab/lib/nanoxml-javadoc.zip!/NanoXML-2.2.3/JavaDoc"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/flexjson-2.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>