You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jc...@apache.org on 2006/10/11 02:11:15 UTC

svn commit: r462645 - /incubator/wicket/branches/wicket-1.x/wicket-sandbox/.classpath

Author: jcompagner
Date: Tue Oct 10 17:11:14 2006
New Revision: 462645

URL: http://svn.apache.org/viewvc?view=rev&rev=462645
Log:
use execution environments (1.5)

Modified:
    incubator/wicket/branches/wicket-1.x/wicket-sandbox/.classpath

Modified: incubator/wicket/branches/wicket-1.x/wicket-sandbox/.classpath
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-sandbox/.classpath?view=diff&rev=462645&r1=462644&r2=462645
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-sandbox/.classpath (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-sandbox/.classpath Tue Oct 10 17:11:14 2006
@@ -4,7 +4,7 @@
 	<classpathentry kind="src" path="users/ivaynberg/wicked/test"/>
 	<classpathentry kind="src" path="users/ivaynberg/wicked/src"/>
 	<classpathentry kind="src" path="src/jonathan/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.5"/>
 	<classpathentry kind="src" path="/wicket"/>
 	<classpathentry kind="src" path="/wicket-extensions"/>
 	<classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/>