Author: ehillenius
Date: Thu Dec 14 09:24:35 2006
New Revision: 487266

URL: http://svn.apache.org/viewvc?view=rev&rev=487266
Log:
battle of the .classpath files continues...

Modified:
    incubator/wicket/branches/wicket-1.x/wicket-extensions/.classpath
    incubator/wicket/trunk/wicket-examples/.classpath

Modified: incubator/wicket/branches/wicket-1.x/wicket-extensions/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-extensions/.classpath?view=diff&rev=487266&r1=487265&r2=487266
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-extensions/.classpath (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-extensions/.classpath Thu Dec 
14 09:24:35 2006
@@ -3,11 +3,11 @@
        <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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
-       <classpathentry combineaccessrules="false" kind="src" 
path="/wicket-1.x"/>
        <classpathentry kind="var" 
path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"/>
        <classpathentry kind="var" 
path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar"/>
        <classpathentry kind="var" 
path="M2_REPO/commons-collections/commons-collections/2.1/commons-collections-2.1.jar"/>
        <classpathentry kind="var" 
path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"/>
        <classpathentry kind="var" 
path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+       <classpathentry combineaccessrules="false" kind="src" path="/wicket"/>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: incubator/wicket/trunk/wicket-examples/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-examples/.classpath?view=diff&rev=487266&r1=487265&r2=487266
==============================================================================
--- incubator/wicket/trunk/wicket-examples/.classpath (original)
+++ incubator/wicket/trunk/wicket-examples/.classpath Thu Dec 14 09:24:35 2006
@@ -33,7 +33,7 @@
        <classpathentry kind="var" 
path="M2_REPO/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"/>
        <classpathentry kind="var" 
path="M2_REPO/httpunit/httpunit/1.6/httpunit-1.6.jar" 
sourcepath="M2_REPO/httpunit/httpunit/1.6/httpunit-1.6-sources.jar"/>
        <classpathentry kind="var" 
path="M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar" 
sourcepath="M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2-sources.jar"/>
-       <classpathentry combineaccessrules="false" kind="src" path="/wicket"/>
-       <classpathentry combineaccessrules="false" kind="src" 
path="/wicket-extensions"/>
+       <classpathentry combineaccessrules="false" kind="src" 
path="/wicket-2.0"/>
+       <classpathentry combineaccessrules="false" kind="src" 
path="/wicket-extensions-2.0"/>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>


Reply via email to