From: Carlos Sanchez Gonzalez Date: Thu, 8 Feb 2007 16:43:53 +0000 (+0000) Subject: Added org.springmodules sync X-Git-Tag: archiva-0.9-alpha-1~149 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e4f213c88e8ac8e7a76f6b8109e63222cf8fcb68;p=archiva.git Added org.springmodules sync git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@504949 13f79535-47bb-0310-9956-ffa450edef68 --- 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 index 000000000..b34d05928 --- /dev/null +++ b/maven-meeper/src/bin/synchronize/m2-sync/conf/org.springmodules.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +CONTACTS="Ben Hale " +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