diff options
author | Carlos Sanchez Gonzalez <carlos@apache.org> | 2007-05-21 17:57:46 +0000 |
---|---|---|
committer | Carlos Sanchez Gonzalez <carlos@apache.org> | 2007-05-21 17:57:46 +0000 |
commit | 7c755eb54eed1bbd59adc729fb888d3cd64da85b (patch) | |
tree | f47cfa6a8eb543ff374bdcd6feb69993e5d11d20 /maven-meeper/src | |
parent | 399f515cf93fefad6f7d569f8b068a05327ab963 (diff) | |
download | archiva-7c755eb54eed1bbd59adc729fb888d3cd64da85b.tar.gz archiva-7c755eb54eed1bbd59adc729fb888d3cd64da85b.zip |
[MAVENUPLOAD-1555] Add net.sf.ehcache sync
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@540209 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper/src')
-rwxr-xr-x | maven-meeper/src/bin/synchronize/m2-sync/conf/net.sf.ehcache.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maven-meeper/src/bin/synchronize/m2-sync/conf/net.sf.ehcache.sh b/maven-meeper/src/bin/synchronize/m2-sync/conf/net.sf.ehcache.sh new file mode 100755 index 000000000..ab857fd11 --- /dev/null +++ b/maven-meeper/src/bin/synchronize/m2-sync/conf/net.sf.ehcache.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +CONTACTS="Greg Luck <gluck@gregluck.com>" +MODE=rsync_ssh + +FROM=mavensync@shell.sourceforge.net:/home/groups/e/eh/ehcache/htdocs/repository +GROUP_DIR=net/sf/ehcache/ |