forked from dennisegen/MOST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
19 lines (19 loc) · 920 Bytes
/
.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="src"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/TableLayout.jar"/>
<classpathentry kind="lib" path="lib/swingx-all-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="lib/jsbml-0.8-with-dependencies.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/glpk-java-javadoc.jar"/>
<classpathentry kind="lib" path="lib/glpk-java.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/MOST2/lib/glpk-java-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/gurobi.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>