You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2005/12/06 21:06:50 UTC

svn commit: r354531 - /maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties

Author: carlos
Date: Tue Dec  6 12:06:49 2005
New Revision: 354531

URL: http://svn.apache.org/viewcvs?rev=354531&view=rev
Log:
Added blacklisted patterns and changed some names

Modified:
    maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties

Modified: maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties?rev=354531&r1=354530&r2=354531&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties (original)
+++ maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties Tue Dec  6 12:06:49 2005
@@ -1,25 +1,28 @@
-# [REQUIRED OPTIONS]
-sourceRepositoryPath=/home/projects/maven/repository-staging/to-ibiblio/maven
-targetRepositoryPath=/home/projects/maven/repository-staging/to-ibiblio/maven2
-reportsPath=/home/projects/maven/repository-staging/to-ibiblio/reports/repoclean
-reportOnly=false
-
-errorReport.mailOnError=true
-errorReport.fromName=maven
-errorReport.fromAddress=maven@codehaus.org
-errorReport.toName=Maven Developers List
-errorReport.toAddress=dev@maven.apache.org
-errorReport.subject=[REPOCLEAN] Error(s) occurred while converting repository
-errorReport.link=http://test.maven.codehaus.org/reports/repoclean/#date/repository.report.txt
-
-
-# [DEFAULT VALUE: legacy]
-#sourceRepositoryLayout=[legacy|default]
-
-# [DEFAULT VALUE: v3]
-#sourcePomType=[v3|v4]
-
-# [DEFAULT VALUE: default]
-#targetRepositoryLayout=[legacy|default]
-
-
+# [REQUIRED OPTIONS]
+sourceRepositoryPath=/home/projects/maven/repository-staging/to-ibiblio/maven
+targetRepositoryPath=/home/projects/maven/repository-staging/to-ibiblio/maven2
+reportsPath=/home/projects/maven/repository-staging/to-ibiblio/reports/repoclean
+
+blacklistedPatterns=**/activation/**,**/javamail/**,**/jaxm/**,**/jaxp/**,**/jaxrpc/**,**/jca/**,**/jce/**,**/jdbc/**,**/jdo/**,**/jms/**,**/jndi/**,**/saaj/**
+
+reportOnly=false
+
+errorReport.mailOnError=true
+errorReport.fromName=REPOCLEAN
+errorReport.fromAddress=maven@codehaus.org
+errorReport.toName=Maven Developer List
+errorReport.toAddress=dev@maven.apache.org
+errorReport.subject=[REPOCLEAN] Error(s) occurred while converting repository
+errorReport.link=http://test.maven.codehaus.org/reports/repoclean/#date/repository.report.txt
+
+
+# [DEFAULT VALUE: legacy]
+#sourceRepositoryLayout=[legacy|default]
+
+# [DEFAULT VALUE: v3]
+#sourcePomType=[v3|v4]
+
+# [DEFAULT VALUE: default]
+#targetRepositoryLayout=[legacy|default]
+
+