[46] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <classpath>
|
---|
| 3 | <classpathentry kind="src" path="src"/>
|
---|
| 4 | <classpathentry kind="src" path="test"/>
|
---|
[54] | 5 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
---|
[46] | 6 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
---|
| 7 | <classpathentry kind="lib" path="lib/commons-collections4-4.0-alpha1.jar"/>
|
---|
| 8 | <classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
|
---|
| 9 | <classpathentry kind="lib" path="lib/commons-math3-3.1.jar"/>
|
---|
| 10 | <classpathentry kind="lib" path="lib/java-utils-0.0.1.jar"/>
|
---|
| 11 | <classpathentry kind="lib" path="lib/weka.jar"/>
|
---|
| 12 | <classpathentry kind="lib" path="lib/RBFNetwork.jar"/>
|
---|
| 13 | <classpathentry kind="lib" path="lib/epsilon-1.2-kitchensink.jar"/>
|
---|
| 14 | <classpathentry kind="lib" path="lib/org.antlr.runtime_3.1.b1_3.1.0.jar"/>
|
---|
| 15 | <classpathentry kind="lib" path="lib/org.eclipse.ocl.common_1.1.0.v20130531-0544.jar"/>
|
---|
| 16 | <classpathentry kind="lib" path="lib/org.eclipse.ocl.ecore_3.3.0.v20130520-1222.jar"/>
|
---|
| 17 | <classpathentry kind="lib" path="lib/commons-math3-3.5.jar"/>
|
---|
| 18 | <classpathentry kind="lib" path="lib/probabilisticSignificanceAE-1.0.2.jar"/>
|
---|
[54] | 19 | <classpathentry kind="lib" path="lib/ojalgo-37.1.jar"/>
|
---|
[62] | 20 | <classpathentry kind="lib" path="lib/elki-bundle-0.7.1.jar"/>
|
---|
| 21 | <classpathentry kind="lib" path="lib/alternatingDecisionTrees.jar"/>
|
---|
| 22 | <classpathentry kind="lib" path="lib/guava-19.0.jar"/>
|
---|
[68] | 23 | <classpathentry kind="lib" path="lib/mysql-connector-java-5.1.38-bin.jar"/>
|
---|
[46] | 24 | <classpathentry kind="output" path="bin"/>
|
---|
| 25 | </classpath>
|
---|