changeset 37:b7ea73881ad3

worked on Java1.8
author YU
date Wed, 21 May 2014 20:04:58 +0900
parents 1dc3c76e6b34
children 3cf5e3c1a77e
files .classpath
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.classpath	Mon Nov 11 19:32:00 2013 +0900
+++ b/.classpath	Wed May 21 20:04:58 2014 +0900
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
 	<classpathentry kind="con" path="at.bestsolution.efxclipse.tooling.jdt.core.JAVAFX_CONTAINER"/>
 	<classpathentry kind="lib" path="lib/Alice.jar" sourcepath="/Alice/src"/>
 	<classpathentry kind="lib" path="lib/com.alexmerz.graphviz.jar"/>
@@ -13,5 +12,6 @@
 	<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
 	<classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.1-sources.jar"/>
 	<classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.1.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>