You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/01/22 19:42:15 UTC

svn commit: r1437089 - in /commons/proper/commons-site/trunk/content: site.xml xdoc/sandbox/index.xml

Author: sebb
Date: Tue Jan 22 18:42:15 2013
New Revision: 1437089

URL: http://svn.apache.org/viewvc?rev=1437089&view=rev
Log:
Synchronise Sandbox lists

Modified:
    commons/proper/commons-site/trunk/content/site.xml
    commons/proper/commons-site/trunk/content/xdoc/sandbox/index.xml

Modified: commons/proper/commons-site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/content/site.xml?rev=1437089&r1=1437088&r2=1437089&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/content/site.xml (original)
+++ commons/proper/commons-site/trunk/content/site.xml Tue Jan 22 18:42:15 2013
@@ -92,10 +92,10 @@
       </item>
       <item name="Sandbox"               href="/sandbox/index.html" collapse="true">
         <!-- This list should agree with xdoc/sandbox/index.xml -->
+        <item name="Beanutils2"          href="/beanutils2/" />
         <item name="ClassScan"           href="/sandbox/classscan/" />
         <item name="CLI2"                href="/sandbox/cli2/" />
         <item name="Convert"             href="/sandbox/convert/" />
-        <item name="CSV"                 href="/sandbox/csv/" />
         <item name="Finder"              href="/sandbox/finder/" />
         <item name="Flatfile"            href="/sandbox/flatfile/" />
         <item name="Functor"             href="/sandbox/functor/" />

Modified: commons/proper/commons-site/trunk/content/xdoc/sandbox/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/content/xdoc/sandbox/index.xml?rev=1437089&r1=1437088&r2=1437089&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/content/xdoc/sandbox/index.xml (original)
+++ commons/proper/commons-site/trunk/content/xdoc/sandbox/index.xml Tue Jan 22 18:42:15 2013
@@ -45,6 +45,8 @@
             <td>Java library inspired by the UNIX find command.</td></tr>
         <tr><td><a href="flatfile/">Flatfile</a></td>
             <td>Java library for working with flat data structures.</td></tr>
+        <tr><td><a href="functor/">Functor</a></td>
+            <td>Function Objects for Java.</td></tr>
         <tr><td><a href="graph/">Graph</a></td>
             <td>A general purpose Graph APIs and algorithms.</td></tr>
         <tr><td><a href="i18n/">I18n</a></td>