-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
12 lines (12 loc) · 902 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
<?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/J2SE-1.5"/>
<classpathentry kind="lib" path="/home/shengyuan/workspace/MachineLearning/libs/lib/ajt-2.9.jar"/>
<classpathentry kind="lib" path="/home/shengyuan/workspace/MachineLearning/libs/lib/commons-math-1.2.jar"/>
<classpathentry kind="lib" path="/home/shengyuan/workspace/MachineLearning/libs/lib/Jama-1.0.2.jar"/>
<classpathentry kind="lib" path="/home/shengyuan/workspace/MachineLearning/libs/lib/libsvm.jar"/>
<classpathentry kind="lib" path="/home/shengyuan/workspace/MachineLearning/libs/lib/weka.jar"/>
<classpathentry kind="lib" path="/home/shengyuan/workspace/MachineLearning/libs/javaml-0.1.7.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>