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/17 00:19:49 UTC

svn commit: r1434479 - in /commons/cms-site/trunk/content: resources/.htaccess xdoc/index.xml

Author: olamy
Date: Wed Jan 16 23:19:48 2013
New Revision: 1434479

URL: http://svn.apache.org/viewvc?rev=1434479&view=rev
Log:
add redirect for imported content

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

Modified: commons/cms-site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1434479&r1=1434478&r2=1434479&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Wed Jan 16 23:19:48 2013
@@ -14,6 +14,7 @@ RedirectMatch ^(.*)/configuration/(.*) $
 RedirectMatch ^(.*)/csv/(.*) $1/proper/commons-csv/$2
 RedirectMatch ^(.*)/daemon/(.*) $1/proper/commons-daemon/$2
 RedirectMatch ^(.*)/dbcp/(.*) $1/proper/commons-dbcp/$2
+RedirectMatch ^(.*)/dbutils/(.*) $1/proper/commons-dbutils/$2
 RedirectMatch ^(.*)/digester/(.*) $1/proper/commons-digester/$2
 RedirectMatch ^(.*)/exec/(.*) $1/proper/commons-exec/$2
 RedirectMatch ^(.*)/ognl/(.*) $1/proper/commons-ognl/$2

Modified: commons/cms-site/trunk/content/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml?rev=1434479&r1=1434478&r2=1434479&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml Wed Jan 16 23:19:48 2013
@@ -109,9 +109,9 @@
             <td>Alternative invocation mechanism for unix-daemon-like java code.</td></tr>
         <tr><td><a href="proper/commons-dbcp/">DBCP</a></td>
             <td>Database connection pooling services.</td></tr>
-        <tr><td><a href="dbutils/">DbUtils</a></td>
+        <tr><td><a href="proper/commons-dbutils/">DbUtils</a></td>
             <td>JDBC helper library.</td></tr>
-        <tr><td><a href="digester/">Digester</a></td>
+        <tr><td><a href="proper/commons-digester/">Digester</a></td>
             <td>XML-to-Java-object mapping utility.</td></tr>
         <tr><td><a href="discovery/">Discovery</a></td>
             <td>Tools for locating resources by mapping service/reference names to resource names.</td></tr>