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

svn commit: r846935 - in /websites/staging/commons/trunk/content: ./ .htaccess index.html

Author: buildbot
Date: Wed Jan 16 23:20:01 2013
New Revision: 846935

Log:
Staging update by buildbot for commons

Modified:
    websites/staging/commons/trunk/content/   (props changed)
    websites/staging/commons/trunk/content/.htaccess
    websites/staging/commons/trunk/content/index.html

Propchange: websites/staging/commons/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 16 23:20:01 2013
@@ -1 +1 @@
-1434474
+1434479

Modified: websites/staging/commons/trunk/content/.htaccess
==============================================================================
--- websites/staging/commons/trunk/content/.htaccess (original)
+++ websites/staging/commons/trunk/content/.htaccess Wed Jan 16 23:20:01 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: websites/staging/commons/trunk/content/index.html
==============================================================================
--- websites/staging/commons/trunk/content/index.html (original)
+++ websites/staging/commons/trunk/content/index.html Wed Jan 16 23:20:01 2013
@@ -249,9 +249,9 @@
             <td>Alternative invocation mechanism for unix-daemon-like java code.</td></tr>
         <tr class="a"><td><a href="proper/commons-dbcp/">DBCP</a></td>
             <td>Database connection pooling services.</td></tr>
-        <tr class="b"><td><a href="dbutils/">DbUtils</a></td>
+        <tr class="b"><td><a href="proper/commons-dbutils/">DbUtils</a></td>
             <td>JDBC helper library.</td></tr>
-        <tr class="a"><td><a href="digester/">Digester</a></td>
+        <tr class="a"><td><a href="proper/commons-digester/">Digester</a></td>
             <td>XML-to-Java-object mapping utility.</td></tr>
         <tr class="b"><td><a href="discovery/">Discovery</a></td>
             <td>Tools for locating resources by mapping service/reference names to resource names.</td></tr>