Author: ehillenius
Date: Mon Jan 15 23:24:24 2007
New Revision: 496614

URL: http://svn.apache.org/viewvc?view=rev&rev=496614
Log:
try to fix a very annoying 'This project needs to migrate WTP metadata' error 
message

Added:
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.settings/
    
incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.settings/org.eclipse.jdt.core.prefs
Modified:
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.project

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=496614&r1=496613&r2=496614
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath 
(original)
+++ incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath Mon Jan 
15 23:24:24 2007
@@ -2,14 +2,14 @@
 <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/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="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <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"/>
-       <classpathentry kind="var" 
path="M2_REPO/javax/portlet/portlet-api/1.0/portlet-api-1.0.jar"/>
+       <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/log4j/log4j/1.2.13/log4j-1.2.13.jar" 
sourcepath="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13-sources.jar"/>
        <classpathentry kind="var" 
path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" 
sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
        <classpathentry kind="var" path="M2_REPO/asm/asm/1.5.3/asm-1.5.3.jar"/>
-       <classpathentry kind="var" 
path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar" 
sourcepath="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13-sources.jar"/>
+       <classpathentry kind="var" 
path="M2_REPO/javax/portlet/portlet-api/1.0/portlet-api-1.0.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"/>
        <classpathentry kind="var" 
path="M2_REPO/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar" 
sourcepath="M2_REPO/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3-sources.jar"/>
        <classpathentry combineaccessrules="false" kind="src" path="/wicket"/>
        <classpathentry combineaccessrules="false" kind="src" 
path="/wicket-spring"/>

Modified: incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.project
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.project?view=diff&rev=496614&r1=496613&r2=496614
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.project (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.project Mon Jan 
15 23:24:24 2007
@@ -7,22 +7,8 @@
       <name>org.eclipse.jdt.core.javabuilder</name>
       <arguments/>
     </buildCommand>
-    <buildCommand>
-      <name>org.eclipse.wst.common.modulecore.ComponentStructuralBuilder</name>
-      <arguments/>
-    </buildCommand>
-    <buildCommand>
-      <name>org.eclipse.wst.validation.validationbuilder</name>
-      <arguments/>
-    </buildCommand>
-    <buildCommand>
-      
<name>org.eclipse.wst.common.modulecore.ComponentStructuralBuilderDependencyResolver</name>
-      <arguments/>
-    </buildCommand>
   </buildSpec>
   <natures>
     <nature>org.eclipse.jdt.core.javanature</nature>
-    <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
-    <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
   </natures>
 </projectDescription>

Added: 
incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.settings/org.eclipse.jdt.core.prefs
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.settings/org.eclipse.jdt.core.prefs?view=auto&rev=496614
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.settings/org.eclipse.jdt.core.prefs
 (added)
+++ 
incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.settings/org.eclipse.jdt.core.prefs
 Mon Jan 15 23:24:24 2007
@@ -0,0 +1,5 @@
+#Mon Jan 15 23:24:17 PST 2007
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5


Reply via email to