Changeset 87
- Timestamp:
- 05/11/16 09:17:51 (9 years ago)
- Location:
- trunk/CrossPare
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/.classpath
r77 r87 7 7 <classpathentry kind="lib" path="lib/commons-collections4-4.0-alpha1.jar"/> 8 8 <classpathentry kind="lib" path="lib/commons-io-2.4.jar"/> 9 <classpathentry kind="lib" path="lib/commons-math3-3.1.jar"/>10 9 <classpathentry kind="lib" path="lib/java-utils-0.0.1.jar"/> 11 10 <classpathentry kind="lib" path="lib/weka.jar"/> … … 16 15 <classpathentry kind="lib" path="lib/org.eclipse.ocl.ecore_3.3.0.v20130520-1222.jar"/> 17 16 <classpathentry kind="lib" path="lib/commons-math3-3.5.jar"/> 18 <classpathentry kind="lib" path="lib/probabilisticSignificanceAE-1.0.2.jar"/>19 17 <classpathentry kind="lib" path="lib/ojalgo-37.1.jar"/> 20 18 <classpathentry kind="lib" path="lib/elki-bundle-0.7.1.jar"/> … … 25 23 <classpathentry kind="lib" path="lib/jmetal-core-5.0-jar-with-dependencies.jar"/> 26 24 <classpathentry kind="lib" path="lib/jmetal-exec-5.0-jar-with-dependencies.jar"/> 25 <classpathentry kind="lib" path="lib/probabilisticSignificanceAE-1.0.2.jar"/> 27 26 <classpathentry kind="output" path="bin"/> 28 27 </classpath> -
trunk/CrossPare/build.xml
r77 r87 17 17 <pathelement location="lib/commons-collections4-4.0-alpha1.jar" /> 18 18 <pathelement location="lib/commons-io-2.4.jar" /> 19 <pathelement location="lib/commons-math3-3.5.jar" />20 19 <pathelement location="lib/java-utils-0.0.1.jar" /> 21 20 <pathelement location="lib/weka.jar" /> 22 <pathelement location="lib/guava-19.0" /> 21 <pathelement location="lib/RBFNetwork.jar" /> 22 <pathelement location="lib/epsilon-1.2-kitchensink.jar" /> 23 <pathelement location="lib/org.antlr.runtime_3.1.b1_3.1.0.jar" /> 24 <pathelement location="lib/org.eclipse.ocl.common_1.1.0.v20130531.jar" /> 25 <pathelement location="lib/org.eclipse.ocl.ecore_3.3.0.v20130520.jar" /> 26 <pathelement location="lib/commons-math3-3.5.jar" /> 23 27 <pathelement location="lib/ojalgo-37.1.jar" /> 24 28 <pathelement location="lib/elki-bundle-0.7.1.jar" /> 25 <pathelement location="lib/mysql-connector-java-5.1.38-bin" /> 29 <pathelement location="lib/alternatingDecisionTrees.jar" /> 30 <pathelement location="lib/guava-19.0.jar" /> 31 <pathelement location="lib/mysql-connector-java-5.1.38-bin.jar" /> 26 32 <pathelement location="lib/jmetal-algorithm-5.0-jar-with-dependencies.jar" /> 27 <pathelement location="lib/jmetal-core-5.0-jar-with-dependencies" /> 28 <pathelement location="lib/jmetal-exec-5.0-jar-with-dependencies" /> 33 <pathelement location="lib/jmetal-core-5.0-jar-with-dependencies.jar" /> 34 <pathelement location="lib/jmetal-exec-5.0-jar-with-dependencies.jar" /> 35 <pathelement location="lib/probabilisticSignificanceAE-1.0.2.jar" /> 29 36 </path> 30 37
Note: See TracChangeset
for help on using the changeset viewer.