You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/23 10:49:18 UTC

svn commit: r327766 - in /maven/components/trunk: maven-archiver/ maven-artifact-manager/ maven-artifact-test/ maven-artifact/ maven-core/ maven-error-diagnostics/ maven-model/ maven-monitor/ maven-plugin-api/ maven-plugin-descriptor/ maven-plugin-para...

Author: brett
Date: Sun Oct 23 01:49:11 2005
New Revision: 327766

URL: http://svn.apache.org/viewcvs?rev=327766&view=rev
Log:
ignore eclipse files


Modified:
    maven/components/trunk/maven-archiver/   (props changed)
    maven/components/trunk/maven-artifact/   (props changed)
    maven/components/trunk/maven-artifact-manager/   (props changed)
    maven/components/trunk/maven-artifact-test/   (props changed)
    maven/components/trunk/maven-core/   (props changed)
    maven/components/trunk/maven-error-diagnostics/   (props changed)
    maven/components/trunk/maven-model/   (props changed)
    maven/components/trunk/maven-monitor/   (props changed)
    maven/components/trunk/maven-plugin-api/   (props changed)
    maven/components/trunk/maven-plugin-descriptor/   (props changed)
    maven/components/trunk/maven-plugin-parameter-documenter/   (props changed)
    maven/components/trunk/maven-plugin-registry/   (props changed)
    maven/components/trunk/maven-plugin-tools/maven-plugin-tools-api/   (props changed)
    maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/   (props changed)
    maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/   (props changed)
    maven/components/trunk/maven-plugin-tools/maven-plugin-tools-pluggy/   (props changed)
    maven/components/trunk/maven-profile/   (props changed)
    maven/components/trunk/maven-project/   (props changed)
    maven/components/trunk/maven-reporting/maven-reporting-api/   (props changed)
    maven/components/trunk/maven-reporting/maven-reporting-impl/   (props changed)
    maven/components/trunk/maven-repository-metadata/   (props changed)
    maven/components/trunk/maven-script/maven-script-beanshell/   (props changed)
    maven/components/trunk/maven-settings/   (props changed)

Propchange: maven/components/trunk/maven-archiver/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 *~
 *.log
 target

Propchange: maven/components/trunk/maven-artifact/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 *~
 *.log
 target

Propchange: maven/components/trunk/maven-artifact-manager/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 target
 *~
 *.log

Propchange: maven/components/trunk/maven-artifact-test/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 target
 *~
 *.log

Propchange: maven/components/trunk/maven-core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 *~
 *.log
 target

Propchange: maven/components/trunk/maven-error-diagnostics/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,2 +1,5 @@
+.wtpmodules
+.classpath
+.project
 target
 *.iml

Propchange: maven/components/trunk/maven-model/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 *.log
 target
 .classpath

Propchange: maven/components/trunk/maven-monitor/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -6,3 +6,4 @@
 *.ipr
 *.iws
 *.iml
+.wtpmodules

Propchange: maven/components/trunk/maven-plugin-api/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 target
 *~
 *.log

Propchange: maven/components/trunk/maven-plugin-descriptor/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 target
 *~
 *.log

Propchange: maven/components/trunk/maven-plugin-parameter-documenter/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -2,3 +2,6 @@
 *.ipr
 *.iws
 target
+.wtpmodules
+.classpath
+.project

Propchange: maven/components/trunk/maven-plugin-registry/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 target
 *~
 *.log

Propchange: maven/components/trunk/maven-plugin-tools/maven-plugin-tools-api/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -2,6 +2,7 @@
 *~
 *.log
 .classpath
+.wtpmodules
 .project
 *.ipr
 *.iws

Propchange: maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,6 +1,7 @@
 target
 *~
 *.log
+.wtpmodules
 .classpath
 .project
 *.ipr

Propchange: maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,6 +1,7 @@
 target
 *~
 *.log
+.wtpmodules
 .classpath
 .project
 *.ipr

Propchange: maven/components/trunk/maven-plugin-tools/maven-plugin-tools-pluggy/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,6 +1,7 @@
 target
 *~
 *.log
+.wtpmodules
 .classpath
 .project
 *.ipr

Propchange: maven/components/trunk/maven-profile/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,6 +1,7 @@
 target
 *~
 *.log
+.wtpmodules
 .classpath
 .project
 *.ipr

Propchange: maven/components/trunk/maven-project/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 target
 *~
 *.log

Propchange: maven/components/trunk/maven-reporting/maven-reporting-api/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 target
 *.iml
 *.iws

Propchange: maven/components/trunk/maven-reporting/maven-reporting-impl/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 target
 *~
 *.log

Propchange: maven/components/trunk/maven-repository-metadata/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,2 +1,5 @@
+.wtpmodules
+.classpath
+.project
 target
 *.iml

Propchange: maven/components/trunk/maven-script/maven-script-beanshell/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,6 +1,7 @@
 target
 *~
 *.log
+.wtpmodules
 .classpath
 .project
 *.ipr

Propchange: maven/components/trunk/maven-settings/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 23 01:49:11 2005
@@ -1,3 +1,4 @@
+.wtpmodules
 *~
 *.log
 target