Author: brett
Date: Mon Jan  9 13:32:59 2006
New Revision: 367402

URL: http://svn.apache.org/viewcvs?rev=367402&view=rev
Log:
add an exception and script to deploy the file

Added:
    maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh   
(with props)
Modified:
    maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess

Added: maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh?rev=367402&view=auto
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh 
(added)
+++ maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh Mon 
Jan  9 13:32:59 2006
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cp ibiblio-htaccess 
/home/projects/maven/repository-staging/to-ibiblio/maven/.htaccess
+scp ibiblio-htaccess login.ibiblio.org:/public/html/maven/.htaccess
+

Propchange: 
maven/components/trunk/maven-meeper/src/bin/deploy-ibiblio-htaccess.sh
------------------------------------------------------------------------------
    svn:executable = *

Modified: maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess?rev=367402&r1=367401&r2=367402&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess (original)
+++ maven/components/trunk/maven-meeper/src/bin/ibiblio-htaccess Mon Jan  9 
13:32:59 2006
@@ -10,6 +10,7 @@
 RedirectMatch permanent /cactus/jars/cactus-([0-9]+)-(.+).jar$ 
http://www.ibiblio.org/maven2/cactus/cactus/$1-$2/cactus-$1-$2.jar
 RedirectMatch permanent /commons-logging/jars/commons-logging-1.1-dev.jar 
http://www.ibiblio.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
 RedirectMatch permanent /strutstestcase/jars/strutstestcase-(.+).jar 
http://www.ibiblio.org/maven2/strutstestcase/strutstestcase/$1/strutstestcase-$1.jar
+RedirectMatch permanent /stax-utils/jars/stax-utils-snapshot-(.+).jar 
http://www.ibiblio.org/maven2/stax-utils/stax-utils/snapshot-$1/stax-utils-snapshot-$1.jar
 
 # rewrite // to /
 #RewriteRule ^/maven//(.*) /maven/$1


Reply via email to