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 23:02:01 UTC

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

Author: olamy
Date: Thu Jan 17 22:02:00 2013
New Revision: 1434930

URL: http://svn.apache.org/viewvc?rev=1434930&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=1434930&r1=1434929&r2=1434930&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Thu Jan 17 22:02:00 2013
@@ -24,6 +24,17 @@ RedirectMatch ^(.*)/fileupload/(.*) $1/p
 RedirectMatch ^(.*)/functor/(.*) $1/proper/commons-functor/$2
 RedirectMatch ^(.*)/imaging/(.*) $1/proper/commons-imaging/$2
 RedirectMatch ^(.*)/io/(.*) $1/proper/commons-io/$2
+RedirectMatch ^(.*)/jci/(.*) $1/proper/commons-jci/$2
+RedirectMatch ^(.*)/jcs/(.*) $1/proper/commons-jcs/$2
+RedirectMatch ^(.*)/jelly/(.*) $1/proper/commons-jelly/$2
+RedirectMatch ^(.*)/jexl/(.*) $1/proper/commons-jexl/$2
+RedirectMatch ^(.*)/jxpath/(.*) $1/proper/commons-jxpath/$2
+RedirectMatch ^(.*)/lang/(.*) $1/proper/commons-lang/$2
+RedirectMatch ^(.*)/launcher/(.*) $1/proper/commons-launcher/$2
+RedirectMatch ^(.*)/logging/(.*) $1/proper/commons-logging/$2
+RedirectMatch ^(.*)/math/(.*) $1/proper/commons-math/$2
+RedirectMatch ^(.*)/modeler/(.*) $1/proper/commons-modeler/$2
+RedirectMatch ^(.*)/net/(.*) $1/proper/commons-net/$2
 RedirectMatch ^(.*)/ognl/(.*) $1/proper/commons-ognl/$2
 
 #sandbox

Modified: commons/cms-site/trunk/content/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml?rev=1434930&r1=1434929&r2=1434930&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml Thu Jan 17 22:02:00 2013
@@ -129,29 +129,29 @@
             <td> A pure-Java image library.</td></tr>
         <tr><td><a href="proper/commons-io/">IO</a></td>
             <td>Collection of I/O utilities.</td></tr>
-        <tr><td><a href="jci/">JCI</a></td>
+        <tr><td><a href="proper/commons-jci/">JCI</a></td>
             <td>Java Compiler Interface</td></tr>
-        <tr><td><a href="jcs/">JCS</a></td>
+        <tr><td><a href="proper/commons-jcs/">JCS</a></td>
             <td>Java Caching System</td></tr>
-        <tr><td><a href="jelly/">Jelly</a></td>
+        <tr><td><a href="proper/commons-jelly/">Jelly</a></td>
             <td>XML based scripting and processing engine.</td></tr>
-        <tr><td><a href="jexl/">Jexl</a></td>
+        <tr><td><a href="proper/commons-jexl/">Jexl</a></td>
             <td> Expression language which extends the Expression Language of the JSTL.</td></tr>
-        <tr><td><a href="jxpath/">JXPath</a></td>
+        <tr><td><a href="proper/commons-jxpath/">JXPath</a></td>
             <td> Utilities for manipulating Java Beans using the XPath syntax.</td></tr>
-        <tr><td><a href="lang/">Lang</a></td>
+        <tr><td><a href="proper/commons-lang/">Lang</a></td>
             <td>Provides extra functionality for classes in java.lang.</td></tr>
-        <tr><td><a href="launcher/">Launcher</a></td>
+        <tr><td><a href="proper/commons-launcher/">Launcher</a></td>
             <td>Cross platform Java application launcher.</td></tr>
-        <tr><td><a href="logging/">Logging</a></td>
+        <tr><td><a href="proper/commons-logging/">Logging</a></td>
             <td>Wrapper around a variety of logging API implementations.</td></tr>
-        <tr><td><a href="math/">Math</a></td>
+        <tr><td><a href="proper/commons-math/">Math</a></td>
             <td>Lightweight, self-contained mathematics and statistics components.</td></tr>
-        <tr><td><a href="modeler/">Modeler</a></td>
+        <tr><td><a href="proper/commons-modeler/">Modeler</a></td>
             <td>Mechanisms to create Model MBeans compatible with JMX specification.</td></tr>
-        <tr><td><a href="net/">Net</a></td>
+        <tr><td><a href="proper/commons-net/">Net</a></td>
             <td>Collection of network utilities and protocol implementations.</td></tr>
-        <tr><td><a href="ognl/">OGNL</a></td>
+        <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>
             <td>Generic object pooling component.</td></tr>