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 17:02:20 UTC

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

Author: olamy
Date: Sat Jan 12 16:02:19 2013
New Revision: 1432460

URL: http://svn.apache.org/viewvc?rev=1432460&view=rev
Log:
beanutils2 imported manually

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

Modified: commons/cms-site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1432460&r1=1432459&r2=1432460&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Sat Jan 12 16:02:19 2013
@@ -9,3 +9,4 @@ RedirectMatch ^(.*)/attributes/(.*) $1/p
 
 #sandbox
 RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox/commons-cli2/$2
+RedirectMatch ^(.*)/sandbox/beanutils2/(.*) $1/sandbox/commons-beanutils2/$2

Modified: commons/cms-site/trunk/content/xdoc/sandbox.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/sandbox.xml?rev=1432460&r1=1432459&r2=1432460&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/sandbox.xml (original)
+++ commons/cms-site/trunk/content/xdoc/sandbox.xml Sat Jan 12 16:02:19 2013
@@ -34,7 +34,7 @@
        
         <!-- This list should agree with ../../site.xml -->
         <tr><th>Sandbox</th><th></th></tr>
-        <tr><td><a href="beanutils2/">BeanUtils2</a></td>
+        <tr><td><a href="sandbox/commons-beanutils2/">BeanUtils2</a></td>
             <td>Redesign of Commons BeanUtils.</td></tr>
         <tr><td><a href="classscan/">ClassScan</a></td>
             <td>Find Class interfaces, methods, fields, and annotations without loading.</td></tr>