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 2006/01/08 21:31:07 UTC

svn commit: r367090 - in /maven/components/trunk/maven-meeper/src/bin/syncopate: exclusions.txt syncopate.conf

Author: brett
Date: Sun Jan  8 12:31:02 2006
New Revision: 367090

URL: http://svn.apache.org/viewcvs?rev=367090&view=rev
Log:
add exclusions

Added:
    maven/components/trunk/maven-meeper/src/bin/syncopate/exclusions.txt
Modified:
    maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf

Added: maven/components/trunk/maven-meeper/src/bin/syncopate/exclusions.txt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/syncopate/exclusions.txt?rev=367090&view=auto
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/syncopate/exclusions.txt (added)
+++ maven/components/trunk/maven-meeper/src/bin/syncopate/exclusions.txt Sun Jan  8 12:31:02 2006
@@ -0,0 +1,10 @@
+.htaccess
+**/distributions
+**SNAPSHOT*
+**snapshot*
+**-dev.*
+**-DEV.*
+**/dist
+**-200*
+**/.svn
+

Modified: maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf?rev=367090&r1=367089&r2=367090&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf (original)
+++ maven/components/trunk/maven-meeper/src/bin/syncopate/syncopate.conf Sun Jan  8 12:31:02 2006
@@ -1,6 +1,6 @@
 [syncopate]
 repoDirectory=/home/projects/maven/repository-staging/to-ibiblio/maven
-options=--log-format="artifact %f %l %t" -rvl -L --size-only --exclude-from=/home/projects/maven/repository-staging/to-ibiblio/exclusions.txt
+options=--log-format="artifact %f %l %t" -rvl -L --size-only --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt
 rsyncUser=rsync
 
 reportUrl=http://test.maven.codehaus.org/reports/syncopate