You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by at...@apache.org on 2007/09/06 22:46:43 UTC

svn commit: r573371 - in /wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart: .classpath .project

Author: ate
Date: Thu Sep  6 13:46:43 2007
New Revision: 573371

URL: http://svn.apache.org/viewvc?rev=573371&view=rev
Log:
Removing eclipse .project and .classpath files which are (and should only be) automatically generated by the eclipse:eclipse plugin

Added:
    wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.classpath   (with props)
    wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.project   (with props)

Added: wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.classpath
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.classpath?rev=573371&view=auto
==============================================================================
--- wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.classpath (added)
+++ wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.classpath Thu Sep  6 13:46:43 2007
@@ -0,0 +1,10 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/resources" including="**/*" excluding="**/*.java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.4.0/slf4j-api-1.4.0.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.4.0/slf4j-api-1.4.0-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/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/org/slf4j/slf4j-log4j12/1.4.0/slf4j-log4j12-1.4.0.jar" sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.4.0/slf4j-log4j12-1.4.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"/>
+</classpath>
\ No newline at end of file

Propchange: wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.classpath
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.classpath
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.classpath
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.project
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.project?rev=573371&view=auto
==============================================================================
--- wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.project (added)
+++ wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.project Thu Sep  6 13:46:43 2007
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>wicket-archetype-quickstart</name>
+  <comment>Wicket is a Java-based open source component web application framework.</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Propchange: wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.project
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: wicket/branches/wicket-1.3.0-beta3-portlet-support/archetypes/quickstart/.project
------------------------------------------------------------------------------
    svn:mime-type = text/plain