- Timestamp:
- 05/06/16 15:51:46 (9 years ago)
- Location:
- trunk/CrossPare
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/.classpath
r68 r77 22 22 <classpathentry kind="lib" path="lib/guava-19.0.jar"/> 23 23 <classpathentry kind="lib" path="lib/mysql-connector-java-5.1.38-bin.jar"/> 24 <classpathentry kind="lib" path="lib/jmetal-algorithm-5.0-jar-with-dependencies.jar"/> 25 <classpathentry kind="lib" path="lib/jmetal-core-5.0-jar-with-dependencies.jar"/> 26 <classpathentry kind="lib" path="lib/jmetal-exec-5.0-jar-with-dependencies.jar"/> 24 27 <classpathentry kind="output" path="bin"/> 25 28 </classpath> -
trunk/CrossPare/build.xml
r68 r77 24 24 <pathelement location="lib/elki-bundle-0.7.1.jar" /> 25 25 <pathelement location="lib/mysql-connector-java-5.1.38-bin" /> 26 <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" /> 26 29 </path> 27 30
Note: See TracChangeset
for help on using the changeset viewer.