Author: buildbot
Date: Sat Jan 12 17:18:47 2013
New Revision: 846397
Log:
Staging update by buildbot for commons
Modified:
websites/staging/commons/trunk/content/ (props changed)
websites/staging/commons/trunk/content/.htaccess
Propchange: websites/staging/commons/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 12 17:18:47 2013
@@ -1 +1 @@
-1432460
+1432477
Modified: websites/staging/commons/trunk/content/.htaccess
==============================================================================
--- websites/staging/commons/trunk/content/.htaccess (original)
+++ websites/staging/commons/trunk/content/.htaccess Sat Jan 12 17:18:47 2013
@@ -1,12 +1,12 @@
# redirect from previous path
#propers
+RedirectMatch ^(.*)/attributes/(.*) $1/proper/commons-attributes/$2
+RedirectMatch ^(.*)/cli/(.*) $1/proper/commons-cli/$2
RedirectMatch ^(.*)/collections/(.*) $1/proper/commons-collections/$2
+RedirectMatch ^(.*)/digester/(.*) $1/proper/commons-digester/$2
RedirectMatch ^(.*)/exec/(.*) $1/proper/commons-exec/$2
-RedirectMatch ^(.*)/cli/(.*) $1/proper/commons-cli/$2
RedirectMatch ^(.*)/ognl/(.*) $1/proper/commons-ognl/$2
-RedirectMatch ^(.*)/digester/(.*) $1/proper/commons-digester/$2
-RedirectMatch ^(.*)/attributes/(.*) $1/proper/commons-attributes/$2
#sandbox
-RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox/commons-cli2/$2
RedirectMatch ^(.*)/sandbox/beanutils2/(.*) $1/sandbox/commons-beanutils2/$2
+RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox/commons-cli2/$2
|