Author: ehillenius Date: Mon Jan 15 23:22:21 2007 New Revision: 496611 URL: http://svn.apache.org/viewvc?view=rev&rev=496611 Log: try to fix a very annoying 'This project needs to migrate WTP metadata' error message
Added: incubator/wicket/branches/wicket-1.x/wicket-jmx/.settings/ incubator/wicket/branches/wicket-1.x/wicket-jmx/.settings/org.eclipse.jdt.core.prefs Modified: incubator/wicket/branches/wicket-1.x/wicket-jmx/.classpath incubator/wicket/branches/wicket-1.x/wicket-jmx/.project Modified: incubator/wicket/branches/wicket-1.x/wicket-jmx/.classpath URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-jmx/.classpath?view=diff&rev=496611&r1=496610&r2=496611 ============================================================================== --- incubator/wicket/branches/wicket-1.x/wicket-jmx/.classpath (original) +++ incubator/wicket/branches/wicket-1.x/wicket-jmx/.classpath Mon Jan 15 23:22:21 2007 @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main/java"/> - <classpathentry 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 kind="src" output="target/test-classes" path="src/test/java"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <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"/> <classpathentry combineaccessrules="false" kind="src" path="/wicket"/> <classpathentry kind="output" path="target/classes"/> </classpath> Modified: incubator/wicket/branches/wicket-1.x/wicket-jmx/.project URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-jmx/.project?view=diff&rev=496611&r1=496610&r2=496611 ============================================================================== --- incubator/wicket/branches/wicket-1.x/wicket-jmx/.project (original) +++ incubator/wicket/branches/wicket-1.x/wicket-jmx/.project Mon Jan 15 23:22:21 2007 @@ -1,25 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>wicket-jmx</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.validation.validationbuilder</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-jmx</name> + <comment>Wicket Java Management Extensions for Wicket 1.x (will be part of the main distro from Wicket 2.0 on)</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 Added: incubator/wicket/branches/wicket-1.x/wicket-jmx/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-jmx/.settings/org.eclipse.jdt.core.prefs?view=auto&rev=496611 ============================================================================== --- incubator/wicket/branches/wicket-1.x/wicket-jmx/.settings/org.eclipse.jdt.core.prefs (added) +++ incubator/wicket/branches/wicket-1.x/wicket-jmx/.settings/org.eclipse.jdt.core.prefs Mon Jan 15 23:22:21 2007 @@ -0,0 +1,5 @@ +#Mon Jan 15 23:22:03 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