You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by br...@apache.org on 2013/05/15 22:13:36 UTC

svn commit: r1483065 - in /ace/trunk/org.apache.ace.agent.launcher: .classpath .settings/org.eclipse.jdt.core.prefs

Author: bramk
Date: Wed May 15 20:13:35 2013
New Revision: 1483065

URL: http://svn.apache.org/r1483065
Log:
ACE-347 Removed accidental 1.7 compliance level

Removed:
    ace/trunk/org.apache.ace.agent.launcher/.settings/org.eclipse.jdt.core.prefs
Modified:
    ace/trunk/org.apache.ace.agent.launcher/.classpath

Modified: ace/trunk/org.apache.ace.agent.launcher/.classpath
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.launcher/.classpath?rev=1483065&r1=1483064&r2=1483065&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.agent.launcher/.classpath (original)
+++ ace/trunk/org.apache.ace.agent.launcher/.classpath Wed May 15 20:13:35 2013
@@ -3,7 +3,7 @@
 	<classpathentry kind="src" output="bin" path="src"/>
 	<classpathentry kind="src" path="resources"/>
 	<classpathentry kind="src" output="bin_test" path="test"/>
-	<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="aQute.bnd.classpath.container"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>