Author: hibou
Date: Sun Aug 30 08:24:54 2009
New Revision: 809267
URL: http://svn.apache.org/viewvc?rev=809267&view=rev
Log:
Ensure that we use a 1.4 jvm to compile
Modified:
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath
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=809267&r1=809266&r2=809267&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.classpath Sun Aug 30 08:24:54
2009
@@ -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"/>
+ <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.junit.JUNIT_CONTAINER/3.8.1"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>