]> source.dussan.org Git - archiva.git/commitdiff
Added org.springmodules sync
authorCarlos Sanchez Gonzalez <carlos@apache.org>
Thu, 8 Feb 2007 16:43:53 +0000 (16:43 +0000)
committerCarlos Sanchez Gonzalez <carlos@apache.org>
Thu, 8 Feb 2007 16:43:53 +0000 (16:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@504949 13f79535-47bb-0310-9956-ffa450edef68

maven-meeper/src/bin/synchronize/m2-sync/conf/org.springmodules.sh [new file with mode: 0755]

diff --git a/maven-meeper/src/bin/synchronize/m2-sync/conf/org.springmodules.sh b/maven-meeper/src/bin/synchronize/m2-sync/conf/org.springmodules.sh
new file mode 100755 (executable)
index 0000000..b34d059
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+CONTACTS="Ben Hale <bhale@interface21.com>" 
+MODE=svn
+SVN_URL=https://svn.sourceforge.net/svnroot/springframework/repos/repo
+
+FROM=/home/maven/repository-staging/to-ibiblio/maven-spring
+GROUP_DIR=org/springmodules/
+
+svn up $FROM/$GROUP_DIR
\ No newline at end of file