-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
19 lines (19 loc) · 1.14 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="codebase/src/java/disco"/>
<classpathentry kind="src" path="codebase/src/java/test"/>
<classpathentry kind="lib" path="codebase/lib/testng/testng-6.8/testng-6.8.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="codebase/resources/jars/disco.jar"/>
<classpathentry kind="lib" path="codebase/resources/dist/common"/>
<classpathentry kind="lib" path="codebase/lib/json-simple/1.1.1/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="codebase/lib/marineapi/0.10.0/marineapi-0.10.0.jar"/>
<classpathentry kind="lib" path="codebase/lib/hla/ifspec/hla-ieee1516e.jar"/>
<classpathentry kind="lib" path="codebase/lib/log4j/apache-log4j-2.20.0-bin/log4j-api-2.20.0.jar"/>
<classpathentry kind="lib" path="codebase/lib/log4j/apache-log4j-2.20.0-bin/log4j-core-2.20.0.jar"/>
<classpathentry kind="output" path="eclipse-build/classes"/>
</classpath>