Changeset 54
- Timestamp:
- 04/22/16 14:48:27 (9 years ago)
- Location:
- trunk/CrossPare
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/.classpath
r46 r54 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 7 7 <classpathentry kind="lib" path="lib/commons-collections4-4.0-alpha1.jar"/> … … 17 17 <classpathentry kind="lib" path="lib/commons-math3-3.5.jar"/> 18 18 <classpathentry kind="lib" path="lib/probabilisticSignificanceAE-1.0.2.jar"/> 19 <classpathentry kind="lib" path="lib/ojalgo-37.1.jar"/> 19 20 <classpathentry kind="output" path="bin"/> 20 21 </classpath> -
trunk/CrossPare/.settings/org.eclipse.jdt.core.prefs
r2 r54 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 73 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 75 org.eclipse.jdt.core.compiler.compliance=1.8 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 711 org.eclipse.jdt.core.compiler.source=1.8 -
trunk/CrossPare/build.xml
r44 r54 8 8 <property name="downloads.location" value="downloads" /> 9 9 <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" /> 12 12 13 13 <!-- Crosspare Properties --> … … 20 20 <pathelement location="lib/java-utils-0.0.1.jar" /> 21 21 <pathelement location="lib/weka.jar" /> 22 <pathelement location="lib/guava-19.0" /> 23 <pathelement location="lib/ojalgo-37.1.jar" /> 22 24 </path> 23 25
Note: See TracChangeset
for help on using the changeset viewer.