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/11/10 22:08:44 UTC

svn commit: r473475 - /incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath

Author: jcompagner
Date: Fri Nov 10 13:08:44 2006
New Revision: 473475

URL: http://svn.apache.org/viewvc?view=rev&rev=473475
Log:
Execution Environments

Modified:
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath

Modified: incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath?view=diff&rev=473475&r1=473474&r2=473475
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath Fri Nov 10 13:08:44 2006
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/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.5"/>
 	<classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0/spring-2.0.jar" sourcepath="M2_REPO/org/springframework/spring/2.0/spring-2.0-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar" sourcepath="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar"/>