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/18 00:55:13 UTC

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

Author: olamy
Date: Thu Jan 17 23:55:13 2013
New Revision: 1434972

URL: http://svn.apache.org/viewvc?rev=1434972&view=rev
Log:
more 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=1434972&r1=1434971&r2=1434972&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Thu Jan 17 23:55:13 2013
@@ -36,6 +36,12 @@ RedirectMatch ^(.*)/math/(.*) $1/proper/
 RedirectMatch ^(.*)/modeler/(.*) $1/proper/commons-modeler/$2
 RedirectMatch ^(.*)/net/(.*) $1/proper/commons-net/$2
 RedirectMatch ^(.*)/ognl/(.*) $1/proper/commons-ognl/$2
+RedirectMatch ^(.*)/pool/(.*) $1/proper/commons-pool/$2
+RedirectMatch ^(.*)/primitives/(.*) $1/proper/commons-primitives/$2
+RedirectMatch ^(.*)/proxy/(.*) $1/proper/commons-proxy/$2
+RedirectMatch ^(.*)/scxml/(.*) $1/proper/commons-scxml/$2
+RedirectMatch ^(.*)/transaction/(.*) $1/proper/commons-transaction/$2
+RedirectMatch ^(.*)/validator/(.*) $1/proper/commons-validator/$2
 
 #sandbox
 RedirectMatch ^(.*)/sandbox/beanutils2/(.*) $1/sandbox/commons-beanutils2/$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=1434972&r1=1434971&r2=1434972&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml Thu Jan 17 23:55:13 2013
@@ -153,19 +153,19 @@
             <td>Collection of network utilities and protocol implementations.</td></tr>
         <tr><td><a href="proper/commons-ognl/">OGNL</a></td>
             <td>An Object-Graph Navigation Language</td></tr>            
-        <tr><td><a href="pool/">Pool</a></td>
+        <tr><td><a href="proper/commons-pool/">Pool</a></td>
             <td>Generic object pooling component.</td></tr>
-        <tr><td><a href="primitives/">Primitives</a></td>
+        <tr><td><a href="proper/commons-primitives/">Primitives</a></td>
             <td>Smaller, faster and easier to work with types supporting Java primitive types.</td></tr>
-        <tr><td><a href="proxy/">Proxy</a></td>
+        <tr><td><a href="proper/commons-proxy/">Proxy</a></td>
             <td> Library for creating dynamic proxies.</td></tr>
-        <tr><td><a href="imaging/">Sanselan (now called Imaging)</a></td>
+        <tr><td><a href="proper/commons-imaging/">Sanselan (now called Imaging)</a></td>
             <td> A pure-Java image library.</td></tr>
-        <tr><td><a href="scxml/">SCXML</a></td>
+        <tr><td><a href="proper/commons-scxml/">SCXML</a></td>
             <td>An implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine. It is capable of executing a state machine defined using a SCXML document, and abstracts out the environment interfaces.</td></tr>
-        <tr><td><a href="transaction/">Transaction</a></td>
+        <tr><td><a href="proper/commons-transaction/">Transaction</a></td>
             <td>Implementations for multi level locks, transactional collections and transactional file access.</td></tr>
-        <tr><td><a href="validator/">Validator</a></td>
+        <tr><td><a href="proper/commons-validator/">Validator</a></td>
             <td>Framework to define validators and validation rules in an xml file.</td></tr>
         <tr><td><a href="vfs/">VFS</a></td>
             <td>Virtual File System component for treating files, FTP, SMB, ZIP and such like as a single logical file system.</td></tr>