-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.classpath
18 lines (18 loc) · 877 Bytes
/
.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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="REPAST_SIMPHONY_SUPPORT"/>
<classpathentry kind="lib" path="ExternalLib/flanagan.jar"/>
<classpathentry kind="lib" path="ExternalLib/commons-mathforsimplex-2.2.jar"/>
<classpathentry kind="lib" path="ExternalLib/super-csv-2.4.0.jar"/>
<classpathentry kind="lib" path="ExternalLib/jgap.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/J3D"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JAI"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JOGL"/>
<classpathentry kind="output" path="bin"/>
</classpath>