You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/01/12 18:18:45 UTC

svn commit: r1432477 - /commons/cms-site/trunk/content/resources/.htaccess

Author: olamy
Date: Sat Jan 12 17:18:44 2013
New Revision: 1432477

URL: http://svn.apache.org/viewvc?rev=1432477&view=rev
Log:
alphabetical  ordering

Modified:
    commons/cms-site/trunk/content/resources/.htaccess

Modified: commons/cms-site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1432477&r1=1432476&r2=1432477&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Sat Jan 12 17:18:44 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