You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/03/05 09:52:31 UTC

svn commit: r514607 - in /incubator/wicket: branches/wicket-1.x/wicket-auth-roles-examples/ branches/wicket-1.x/wicket-auth-roles/ branches/wicket-1.x/wicket-datetime/ branches/wicket-1.x/wicket-examples/ branches/wicket-1.x/wicket-extensions/ branches...

Author: jbq
Date: Mon Mar  5 00:52:28 2007
New Revision: 514607

URL: http://svn.apache.org/viewvc?view=rev&rev=514607
Log:
Get rid of Eclipse files

To generate .classpath and .project files, please do:

In branch 1.x:

    $ cd branches/wicket-1.x/wicket-parent
    $ mvn -Pjdk1.4 eclipse:eclipse

In trunk:

    $ cd trunk/wicket-parent
    $ mvn eclipse:eclipse

See http://www.nabble.com/Solution-for-getting-rid-of-Eclipse-files-tf3336450.html

Removed:
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/.project
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles/.project
    incubator/wicket/branches/wicket-1.x/wicket-datetime/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-datetime/.project
    incubator/wicket/branches/wicket-1.x/wicket-examples/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-examples/.project
    incubator/wicket/branches/wicket-1.x/wicket-extensions/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-extensions/.project
    incubator/wicket/branches/wicket-1.x/wicket-jmx/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-jmx/.project
    incubator/wicket/branches/wicket-1.x/wicket-objectssizeof-agent/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-objectssizeof-agent/.project
    incubator/wicket/branches/wicket-1.x/wicket-parent/.project
    incubator/wicket/branches/wicket-1.x/wicket-portlet-examples/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-portlet-examples/.project
    incubator/wicket/branches/wicket-1.x/wicket-quickstart/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-quickstart/.project
    incubator/wicket/branches/wicket-1.x/wicket-quickstart/src/main/resources/.project
    incubator/wicket/branches/wicket-1.x/wicket-sandbox/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-sandbox/.project
    incubator/wicket/branches/wicket-1.x/wicket-sandbox/users/ivaynberg/wicked/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-sandbox/users/ivaynberg/wicked/.project
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot-examples/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot-examples/.project
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot/.project
    incubator/wicket/branches/wicket-1.x/wicket-spring-cattr-examples/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-spring-cattr-examples/.project
    incubator/wicket/branches/wicket-1.x/wicket-spring-cattr/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-spring-cattr/.project
    incubator/wicket/branches/wicket-1.x/wicket-spring-examples/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-spring-examples/.project
    incubator/wicket/branches/wicket-1.x/wicket-spring/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-spring/.project
    incubator/wicket/branches/wicket-1.x/wicket-threadtest/.classpath
    incubator/wicket/branches/wicket-1.x/wicket-threadtest/.project
    incubator/wicket/branches/wicket-1.x/wicket/.classpath
    incubator/wicket/branches/wicket-1.x/wicket/.project
    incubator/wicket/trunk/wicket-auth-roles-examples/.classpath
    incubator/wicket/trunk/wicket-auth-roles-examples/.project
    incubator/wicket/trunk/wicket-auth-roles/.classpath
    incubator/wicket/trunk/wicket-auth-roles/.project
    incubator/wicket/trunk/wicket-datetime/.classpath
    incubator/wicket/trunk/wicket-datetime/.project
    incubator/wicket/trunk/wicket-examples/.classpath
    incubator/wicket/trunk/wicket-examples/.project
    incubator/wicket/trunk/wicket-extensions/.classpath
    incubator/wicket/trunk/wicket-extensions/.project
    incubator/wicket/trunk/wicket-parent/.project
    incubator/wicket/trunk/wicket-quickstart/.classpath
    incubator/wicket/trunk/wicket-quickstart/.project
    incubator/wicket/trunk/wicket-quickstart/src/main/resources/.project
    incubator/wicket/trunk/wicket-sandbox/.classpath
    incubator/wicket/trunk/wicket-sandbox/.project
    incubator/wicket/trunk/wicket-sandbox/users/ivaynberg/wicked/.classpath
    incubator/wicket/trunk/wicket-sandbox/users/ivaynberg/wicked/.project
    incubator/wicket/trunk/wicket-sandbox/users/matej_k/tree/.classpath
    incubator/wicket/trunk/wicket-sandbox/users/matej_k/tree/.project
    incubator/wicket/trunk/wicket-spring-examples/.classpath
    incubator/wicket/trunk/wicket-spring-examples/.project
    incubator/wicket/trunk/wicket-spring/.classpath
    incubator/wicket/trunk/wicket-spring/.project
    incubator/wicket/trunk/wicket-threadtest/.classpath
    incubator/wicket/trunk/wicket-threadtest/.project
    incubator/wicket/trunk/wicket/.classpath
    incubator/wicket/trunk/wicket/.project
Modified:
    incubator/wicket/branches/wicket-1.x/wicket/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-datetime/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-examples/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-extensions/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-jmx/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-objectssizeof-agent/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-parent/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-portlet-examples/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-quickstart/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-sandbox/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-spring/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-spring-annot-examples/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-spring-cattr/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-spring-cattr-examples/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-spring-examples/   (props changed)
    incubator/wicket/branches/wicket-1.x/wicket-threadtest/   (props changed)
    incubator/wicket/trunk/wicket/   (props changed)
    incubator/wicket/trunk/wicket-auth-roles/   (props changed)
    incubator/wicket/trunk/wicket-auth-roles-examples/   (props changed)
    incubator/wicket/trunk/wicket-datetime/   (props changed)
    incubator/wicket/trunk/wicket-examples/   (props changed)
    incubator/wicket/trunk/wicket-extensions/   (props changed)
    incubator/wicket/trunk/wicket-parent/   (props changed)
    incubator/wicket/trunk/wicket-portlet-examples/   (props changed)
    incubator/wicket/trunk/wicket-quickstart/   (props changed)
    incubator/wicket/trunk/wicket-sandbox/   (props changed)
    incubator/wicket/trunk/wicket-sandbox/users/ivaynberg/wicked/   (props changed)
    incubator/wicket/trunk/wicket-sandbox/users/matej_k/tree/   (props changed)
    incubator/wicket/trunk/wicket-spring/   (props changed)
    incubator/wicket/trunk/wicket-spring-examples/   (props changed)
    incubator/wicket/trunk/wicket-threadtest/   (props changed)

Propchange: incubator/wicket/branches/wicket-1.x/wicket/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,10 +1,12 @@
-build
-target
-*.log
-build.properties
-*.backup
-*.temp
-RECYCLER
-.clover
-.amateras
-sessions
+.classpath
+.project
+build
+target
+*.log
+build.properties
+*.backup
+*.temp
+RECYCLER
+.clover
+.amateras
+sessions

Propchange: incubator/wicket/branches/wicket-1.x/wicket-auth-roles/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 *.log
 .wtpmodules

Propchange: incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 *.log
 .wtpmodules

Propchange: incubator/wicket/branches/wicket-1.x/wicket-datetime/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 target

Propchange: incubator/wicket/branches/wicket-1.x/wicket-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 work
 target
 guestbook.lck

Propchange: incubator/wicket/branches/wicket-1.x/wicket-extensions/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 gaps.lck
 gaps.log
 gaps.properties

Propchange: incubator/wicket/branches/wicket-1.x/wicket-jmx/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 target

Propchange: incubator/wicket/branches/wicket-1.x/wicket-objectssizeof-agent/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 target

Propchange: incubator/wicket/branches/wicket-1.x/wicket-parent/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 target

Propchange: incubator/wicket/branches/wicket-1.x/wicket-portlet-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,2 +1,3 @@
-
+.classpath
+.project
 target

Propchange: incubator/wicket/branches/wicket-1.x/wicket-quickstart/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 build
 target
 *.backup

Propchange: incubator/wicket/branches/wicket-1.x/wicket-sandbox/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,2 +1,4 @@
+.classpath
+.project
 build
 target

Propchange: incubator/wicket/branches/wicket-1.x/wicket-spring/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 *.log
 cobertura.ser

Propchange: incubator/wicket/branches/wicket-1.x/wicket-spring-annot/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 *.log
 .wtpmodules

Propchange: incubator/wicket/branches/wicket-1.x/wicket-spring-annot-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 mem
 .wtpmodules

Propchange: incubator/wicket/branches/wicket-1.x/wicket-spring-cattr/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 target

Propchange: incubator/wicket/branches/wicket-1.x/wicket-spring-cattr-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 target

Propchange: incubator/wicket/branches/wicket-1.x/wicket-spring-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 mem
 .wtpmodules

Propchange: incubator/wicket/branches/wicket-1.x/wicket-threadtest/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 target

Propchange: incubator/wicket/trunk/wicket/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,9 +1,11 @@
-build
-target
-*.log
-build.properties
-*.backup
-*.temp
-RECYCLER
-.clover
-.fbwarnings
+.classpath
+.project
+build
+target
+*.log
+build.properties
+*.backup
+*.temp
+RECYCLER
+.clover
+.fbwarnings

Propchange: incubator/wicket/trunk/wicket-auth-roles/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 *.log
 .wtpmodules

Propchange: incubator/wicket/trunk/wicket-auth-roles-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 *.log
 .wtpmodules

Propchange: incubator/wicket/trunk/wicket-datetime/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 target

Propchange: incubator/wicket/trunk/wicket-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,4 +1,5 @@
-
+.classpath
+.project
 work
 target
 guestbook.lck

Propchange: incubator/wicket/trunk/wicket-extensions/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 gaps.lck
 gaps.log
 gaps.properties

Propchange: incubator/wicket/trunk/wicket-parent/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -0,0 +1,2 @@
+.classpath
+.project

Propchange: incubator/wicket/trunk/wicket-portlet-examples/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -0,0 +1,2 @@
+.classpath
+.project

Propchange: incubator/wicket/trunk/wicket-quickstart/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 build
 target
 *.backup

Propchange: incubator/wicket/trunk/wicket-sandbox/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,2 +1,4 @@
+.classpath
+.project
 build
 target

Propchange: incubator/wicket/trunk/wicket-sandbox/users/ivaynberg/wicked/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 bin

Propchange: incubator/wicket/trunk/wicket-sandbox/users/matej_k/tree/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -0,0 +1,2 @@
+.classpath
+.project

Propchange: incubator/wicket/trunk/wicket-spring/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 *.log
 cobertura.ser

Propchange: incubator/wicket/trunk/wicket-spring-examples/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1,3 +1,5 @@
+.classpath
+.project
 target
 mem
 .wtpmodules

Propchange: incubator/wicket/trunk/wicket-threadtest/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar  5 00:52:28 2007
@@ -1 +1,3 @@
+.classpath
+.project
 target