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 18:53:38 UTC

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

Author: olamy
Date: Sat Jan 12 17:53:37 2013
New Revision: 1432484

URL: http://svn.apache.org/viewvc?rev=1432484&view=rev
Log:
sandbox content imported

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=1432484&r1=1432483&r2=1432484&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Sat Jan 12 17:53:37 2013
@@ -9,4 +9,19 @@ RedirectMatch ^(.*)/ognl/(.*) $1/proper/
 
 #sandbox
 RedirectMatch ^(.*)/sandbox/beanutils2/(.*) $1/sandbox/commons-beanutils2/$2
+RedirectMatch ^(.*)/sandbox/classscan/(.*) $1/sandbox/commons-classscan/$2
 RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox/commons-cli2/$2
+RedirectMatch ^(.*)/sandbox/convert/(.*) $1/sandbox/commons-convert/$2
+RedirectMatch ^(.*)/sandbox/finder/(.*) $1/sandbox/commons-finder/$2
+RedirectMatch ^(.*)/sandbox/flatfile/(.*) $1/sandbox/commons-flatfile/$2
+RedirectMatch ^(.*)/sandbox/graph/(.*) $1/sandbox/commons-graph/$2
+RedirectMatch ^(.*)/sandbox/i18n/(.*) $1/sandbox/commons-i18n/$2
+RedirectMatch ^(.*)/sandbox/id/(.*) $1/sandbox/commons-id/$2
+RedirectMatch ^(.*)/sandbox/javaflow/(.*) $1/sandbox/commons-javaflow/$2
+RedirectMatch ^(.*)/sandbox/jnet/(.*) $1/sandbox/commons-jnet/$2
+RedirectMatch ^(.*)/sandbox/monitoring/(.*) $1/sandbox/commons-monitoring/$2
+RedirectMatch ^(.*)/sandbox/nabla/(.*) $1/sandbox/commons-nabla/$2
+RedirectMatch ^(.*)/sandbox/openpgp/(.*) $1/sandbox/commons-openpgp/$2
+RedirectMatch ^(.*)/sandbox/performance/(.*) $1/sandbox/commons-performance/$2
+RedirectMatch ^(.*)/sandbox/pipeline/(.*) $1/sandbox/commons-pipeline/$2
+RedirectMatch ^(.*)/sandbox/privilizer/(.*) $1/sandbox/commons-privilizer/$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=1432484&r1=1432483&r2=1432484&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/sandbox.xml (original)
+++ commons/cms-site/trunk/content/xdoc/sandbox.xml Sat Jan 12 17:53:37 2013
@@ -36,35 +36,35 @@
         <tr><th>Sandbox</th><th></th></tr>
         <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>
+        <tr><td><a href="sandbox/commons-classscan/">ClassScan</a></td>
             <td>Find Class interfaces, methods, fields, and annotations without loading.</td></tr>
         <tr><td><a href="sandbox/commons-cli2">CLI2</a></td>
             <td>Redesign of Commons CLI.</td></tr>
-        <tr><td><a href="convert/">Convert</a></td>
+        <tr><td><a href="sandbox/commons-convert/">Convert</a></td>
             <td>Commons-Convert aims to provide a single library dedicated to the task of converting an object of one type to another.</td></tr>
-        <tr><td><a href="finder/">Finder</a></td>
+        <tr><td><a href="sandbox/commons-finder/">Finder</a></td>
             <td>Java library inspired by the UNIX find command.</td></tr>
-        <tr><td><a href="flatfile/">Flatfile</a></td>
+        <tr><td><a href="sandbox/commons-flatfile/">Flatfile</a></td>
             <td>Java library for working with flat data structures.</td></tr>
-        <tr><td><a href="graph/">Graph</a></td>
+        <tr><td><a href="sandbox/commons-graph/">Graph</a></td>
             <td>A general purpose Graph APIs and algorithms.</td></tr>
-        <tr><td><a href="i18n/">I18n</a></td>
+        <tr><td><a href="sandbox/commons-i18n/">I18n</a></td>
             <td>Adds the feature of localized message bundles that consist of one or many localized texts that belong together. Think of an error message that consists of title, text, summary and error details.</td></tr>
-        <tr><td><a href="id/">Id</a></td>
+        <tr><td><a href="sandbox/commons-id/">Id</a></td>
             <td>Id is a component used to generate identifiers.</td></tr>
-        <tr><td><a href="javaflow/">Javaflow</a></td>
+        <tr><td><a href="sandbox/commons-javaflow/">Javaflow</a></td>
             <td>Continuation implementation to capture the state of the application.</td></tr>
-        <tr><td><a href="jnet/">JNet</a></td>
+        <tr><td><a href="sandbox/commons-jnet/">JNet</a></td>
             <td>JNet allows to use dynamically register url stream handlers through the java.net API.</td></tr>
-        <tr><td><a href="monitoring/">Monitoring</a></td>
+        <tr><td><a href="sandbox/commons-monitoring/">Monitoring</a></td>
             <td>Monitoring provides a simple, lightweight toolkit to instrument java application monitoring capabilities, including performances and thread concurrency.</td></tr>
-        <tr><td><a href="nabla/">Nabla</a></td>
+        <tr><td><a href="sandbox/commons-nabla/">Nabla</a></td>
             <td>Nabla provides automatic differentiation classes that can generate derivative of any function implemented in the Java language.</td></tr>
-        <tr><td><a href="openpgp/">OpenPGP</a></td>
+        <tr><td><a href="sandbox/commons-openpgp/">OpenPGP</a></td>
             <td>Interface to signing and verifying data using OpenPGP.</td></tr>
-        <tr><td><a href="../sandbox-sites/performance/">Performance</a></td>
+        <tr><td><a href="sandbox/commons-performance/">Performance</a></td>
             <td>A small framework for microbenchmark clients, with implementations for Commons DBCP and Pool.</td></tr>
-        <tr><td><a href="pipeline/">Pipeline</a></td>
+        <tr><td><a href="sandbox/commons-pipeline/">Pipeline</a></td>
             <td>Provides a set of pipeline utilities designed around work queues that run in parallel to sequentially process data objects data objects.</td></tr>
         <tr><td><a href="privilizer/">Privilizer</a></td>
             <td>Provides machinery to automate the handling of Java Security access controls in code.</td></tr>