-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
16 lines (16 loc) · 1.04 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="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="jlib/AIInterface.jar"/>
<classpathentry kind="lib" path="jlib/JavaOO-AIWrapper.jar" sourcepath="/MyAI/lib/JavaOO-AIWrapper-src.jar"/>
<classpathentry kind="lib" path="jlib/SkirmishAI-src.jar"/>
<classpathentry kind="lib" path="jlib/vecmath-src.jar"/>
<classpathentry kind="lib" path="jlib/vecmath.jar"/>
<classpathentry kind="lib" path="jlib/quick-json-1.0.2.3.jar"/>
<classpathentry kind="lib" path="lib/poly2tri-core-0.1.1-SNAPSHOT-javadoc.jar"/>
<classpathentry kind="lib" path="lib/poly2tri-core-0.1.1-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="lib/poly2tri-core-0.1.1-SNAPSHOT.jar" sourcepath="lib/poly2tri-core-0.1.1-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="jlib/slf4j-api-1.7.7.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>