Author: ehillenius
Date: Mon Jan 15 23:08:59 2007
New Revision: 496607

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

Removed:
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.amateras
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.cvsignore
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.settings/
Modified:
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.project

Modified: incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.classpath?view=diff&rev=496607&r1=496606&r2=496607
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.classpath (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.classpath Mon Jan 
15 23:08:59 2007
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" path="src/main/java"/>
-       <classpathentry output="target/test-classes" kind="src" 
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/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar"/>
-       <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/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>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="src" path="src/test/java" 
output="target/test-classes"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" 
path="M2_REPO/org/apache/wicket/wicket/1.3-incubating-SNAPSHOT/wicket-1.3-incubating-SNAPSHOT.jar"
 
sourcepath="M2_REPO/org/apache/wicket/wicket/1.3-incubating-SNAPSHOT/wicket-1.3-incubating-SNAPSHOT-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/javax/portlet/portlet-api/1.0/portlet-api-1.0.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/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"/>
+</classpath>
\ No newline at end of file

Modified: incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.project
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.project?view=diff&rev=496607&r1=496606&r2=496607
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.project (original)
+++ incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.project Mon Jan 15 
23:08:59 2007
@@ -1,35 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-       <name>wicket-auth-roles</name>
-       <comment>Wicket Authorization Integration Based on roles, metadata and 
annotations. This project requires Java 5.</comment>
-       <projects>
-               <project>wicket</project>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       
<name>org.eclipse.wst.common.modulecore.ComponentStructuralBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       
<name>org.eclipse.wst.validation.validationbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       
<name>org.eclipse.wst.common.modulecore.ComponentStructuralBuilderDependencyResolver</name>
-                       <arguments>
-                       </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>
+  <name>wicket-auth-roles</name>
+  <comment>Wicket Authorization Integration Based on roles, metadata and 
annotations. This project requires Java 5.</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+      <arguments/>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file


Reply via email to