forked from opcode81/ProbCog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
17 lines (17 loc) · 856 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/weka_fipm.jar"/>
<classpathentry kind="lib" path="lib/optimization.jar"/>
<classpathentry kind="lib" path="lib/ssj.jar"/>
<classpathentry kind="lib" path="lib/yprolog.jar"/>
<classpathentry kind="lib" path="lib/bnj_res.jar"/>
<classpathentry kind="lib" path="lib/bnj.jar" sourcepath="/BNJ/src"/>
<classpathentry kind="lib" path="lib/jython250.jar"/>
<classpathentry kind="lib" path="lib/jython250lib.jar"/>
<classpathentry kind="lib" path="lib/jahmm.jar"/>
<classpathentry kind="lib" path="lib/tumutils.jar"/>
<classpathentry kind="lib" path="lib/proximity3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>