From 5e8aafd2cf7c55ee328cdcc4ede219c05a3fd610 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Tue, 10 Jan 2006 21:50:32 +0000 Subject: [PATCH] add jaxen special case, improve script for local use git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@367808 13f79535-47bb-0310-9956-ffa450edef68 --- maven-meeper/src/bin/deploy-ibiblio-htaccess.sh | 9 +++++++-- maven-meeper/src/bin/ibiblio-htaccess | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh b/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh index e39bc3c74d..37b6132817 100755 --- a/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh +++ b/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh @@ -1,5 +1,10 @@ #!/bin/sh -cp ibiblio-htaccess /home/projects/maven/repository-staging/to-ibiblio/maven/.htaccess -scp ibiblio-htaccess login.ibiblio.org:/public/html/maven/.htaccess +if [ "`hostname`" == "beaver.codehaus.org" ]; then + cp ibiblio-htaccess /home/projects/maven/repository-staging/to-ibiblio/maven/.htaccess +else + scp ibiblio-htaccess maven@beaver.codehaus.org:/home/projects/maven/repository-staging/to-ibiblio/maven/.htaccess +fi + +scp ibiblio-htaccess maven@login.ibiblio.org:/public/html/maven/.htaccess diff --git a/maven-meeper/src/bin/ibiblio-htaccess b/maven-meeper/src/bin/ibiblio-htaccess index c225c9e2b3..a0c512a4b4 100644 --- a/maven-meeper/src/bin/ibiblio-htaccess +++ b/maven-meeper/src/bin/ibiblio-htaccess @@ -10,6 +10,7 @@ RewriteEngine on RewriteBase /maven/ RewriteRule /dom4j/jars/dom4j-(.+).jar$ /maven2/dom4j/dom4j/$1/dom4j-$1.jar [L] +RewriteRule /jaxen/jars/jaxen-1.0-FCS-full.jar$ /maven2/jaxen/jaxen/1.0-FCS/dom4j-1.0-FCS-full.jar [L] RewriteRule /cactus/jars/cactus-([0-9]+)-(.+).jar$ /maven2/cactus/cactus/$1-$2/cactus-$1-$2.jar [L] RewriteRule /commons-logging/jars/commons-logging-1.1-dev.jar /maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [L] RewriteRule /strutstestcase/jars/strutstestcase-(.+).jar /maven2/strutstestcase/strutstestcase/$1/strutstestcase-$1.jar [L]