Changeset 87


Ignore:
Timestamp:
05/11/16 09:17:51 (9 years ago)
Author:
sherbold
Message:
  • removed old version of Apache commons-math3
  • updated classpath and Ant build
Location:
trunk/CrossPare
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/.classpath

    r77 r87  
    77        <classpathentry kind="lib" path="lib/commons-collections4-4.0-alpha1.jar"/> 
    88        <classpathentry kind="lib" path="lib/commons-io-2.4.jar"/> 
    9         <classpathentry kind="lib" path="lib/commons-math3-3.1.jar"/> 
    109        <classpathentry kind="lib" path="lib/java-utils-0.0.1.jar"/> 
    1110        <classpathentry kind="lib" path="lib/weka.jar"/> 
     
    1615        <classpathentry kind="lib" path="lib/org.eclipse.ocl.ecore_3.3.0.v20130520-1222.jar"/> 
    1716        <classpathentry kind="lib" path="lib/commons-math3-3.5.jar"/> 
    18         <classpathentry kind="lib" path="lib/probabilisticSignificanceAE-1.0.2.jar"/> 
    1917        <classpathentry kind="lib" path="lib/ojalgo-37.1.jar"/> 
    2018        <classpathentry kind="lib" path="lib/elki-bundle-0.7.1.jar"/> 
     
    2523        <classpathentry kind="lib" path="lib/jmetal-core-5.0-jar-with-dependencies.jar"/> 
    2624        <classpathentry kind="lib" path="lib/jmetal-exec-5.0-jar-with-dependencies.jar"/> 
     25        <classpathentry kind="lib" path="lib/probabilisticSignificanceAE-1.0.2.jar"/> 
    2726        <classpathentry kind="output" path="bin"/> 
    2827</classpath> 
  • trunk/CrossPare/build.xml

    r77 r87  
    1717                <pathelement location="lib/commons-collections4-4.0-alpha1.jar" /> 
    1818                <pathelement location="lib/commons-io-2.4.jar" /> 
    19                 <pathelement location="lib/commons-math3-3.5.jar" /> 
    2019                <pathelement location="lib/java-utils-0.0.1.jar" /> 
    2120                <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" /> 
    2327                <pathelement location="lib/ojalgo-37.1.jar" /> 
    2428                <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" /> 
    2632                <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" /> 
    2936        </path> 
    3037 
Note: See TracChangeset for help on using the changeset viewer.