Changeset 54 for trunk/CrossPare


Ignore:
Timestamp:
04/22/16 14:48:27 (8 years ago)
Author:
sherbold
Message:
  • updated project to Java 8
Location:
trunk/CrossPare
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/.classpath

    r46 r54  
    33        <classpathentry kind="src" path="src"/> 
    44        <classpathentry kind="src" path="test"/> 
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 
    66        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 
    77        <classpathentry kind="lib" path="lib/commons-collections4-4.0-alpha1.jar"/> 
     
    1717        <classpathentry kind="lib" path="lib/commons-math3-3.5.jar"/> 
    1818        <classpathentry kind="lib" path="lib/probabilisticSignificanceAE-1.0.2.jar"/> 
     19        <classpathentry kind="lib" path="lib/ojalgo-37.1.jar"/> 
    1920        <classpathentry kind="output" path="bin"/> 
    2021</classpath> 
  • trunk/CrossPare/.settings/org.eclipse.jdt.core.prefs

    r2 r54  
    11eclipse.preferences.version=1 
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 
    5 org.eclipse.jdt.core.compiler.compliance=1.7 
     5org.eclipse.jdt.core.compiler.compliance=1.8 
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate 
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate 
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 
    11 org.eclipse.jdt.core.compiler.source=1.7 
     11org.eclipse.jdt.core.compiler.source=1.8 
  • trunk/CrossPare/build.xml

    r44 r54  
    88        <property name="downloads.location" value="downloads" /> 
    99        <property name="debuglevel" value="source,lines,vars" /> 
    10         <property name="target" value="1.7" /> 
    11         <property name="source" value="1.7" /> 
     10        <property name="target" value="1.8" /> 
     11        <property name="source" value="1.8" /> 
    1212 
    1313        <!-- Crosspare Properties --> 
     
    2020                <pathelement location="lib/java-utils-0.0.1.jar" /> 
    2121                <pathelement location="lib/weka.jar" /> 
     22                <pathelement location="lib/guava-19.0" /> 
     23                <pathelement location="lib/ojalgo-37.1.jar" /> 
    2224        </path> 
    2325 
Note: See TracChangeset for help on using the changeset viewer.