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:10:32 UTC

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

Author: bramk
Date: Wed May 15 20:10:32 2013
New Revision: 1483063

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

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

Modified: ace/trunk/org.apache.ace.agent.itest/.classpath
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.itest/.classpath?rev=1483063&r1=1483062&r2=1483063&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.agent.itest/.classpath (original)
+++ ace/trunk/org.apache.ace.agent.itest/.classpath Wed May 15 20:10:32 2013
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" output="bin" 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="aQute.bnd.classpath.container"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>