You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2013/12/14 18:41:04 UTC

svn commit: r1550959 - in /ant/ivy/ivyde/trunk: org.apache.ivyde.eclipse.resolvevisualizer/.classpath org.apache.ivyde.eclipse/.classpath

Author: hibou
Date: Sat Dec 14 17:41:04 2013
New Revision: 1550959

URL: http://svn.apache.org/r1550959
Log:
Change the eclipse classpath so it uses Java 6

Modified:
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/.classpath
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/.classpath
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/.classpath?rev=1550959&r1=1550958&r2=1550959&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/.classpath (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/.classpath Sat Dec 14 17:41:04 2013
@@ -18,7 +18,7 @@
    under the License.    
 -->
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath?rev=1550959&r1=1550958&r2=1550959&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath Sat Dec 14 17:41:04 2013
@@ -20,7 +20,7 @@
 <classpath>
 	<classpathentry kind="src" path="src/java"/>
 	<classpathentry kind="src" path="test/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>