You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/02 03:54:52 UTC

svn commit: r643681 - in /commons/proper/commons-build/trunk: menus/sandbox-items.ent parts/sandbox-table.ent

Author: niallp
Date: Tue Apr  1 18:54:50 2008
New Revision: 643681

URL: http://svn.apache.org/viewvc?rev=643681&view=rev
Log:
Add functor site back into sandbox

Modified:
    commons/proper/commons-build/trunk/menus/sandbox-items.ent
    commons/proper/commons-build/trunk/parts/sandbox-table.ent

Modified: commons/proper/commons-build/trunk/menus/sandbox-items.ent
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/menus/sandbox-items.ent?rev=643681&r1=643680&r2=643681&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/menus/sandbox-items.ent (original)
+++ commons/proper/commons-build/trunk/menus/sandbox-items.ent Tue Apr  1 18:54:50 2008
@@ -2,6 +2,7 @@
     <item name="CSV"                   href="http://commons.apache.org/sandbox/csv/"/>
     <item name="Exec"                  href="http://commons.apache.org/sandbox/exec/"/>
     <item name="Finder"                href="http://commons.apache.org/sandbox/finder/"/>
+    <item name="Functor"               href="http://commons.apache.org/sandbox/functor/"/>
     <item name="I18n"                  href="http://commons.apache.org/sandbox/i18n/"/>
     <item name="Id"                    href="http://commons.apache.org/sandbox/id/"/>
     <item name="Javaflow"              href="http://commons.apache.org/sandbox/javaflow/"/>

Modified: commons/proper/commons-build/trunk/parts/sandbox-table.ent
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/parts/sandbox-table.ent?rev=643681&r1=643680&r2=643681&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/parts/sandbox-table.ent (original)
+++ commons/proper/commons-build/trunk/parts/sandbox-table.ent Tue Apr  1 18:54:50 2008
@@ -25,6 +25,12 @@
     </td>
 </tr>
 <tr>
+    <td><a href="http://commons.apache.org/sandbox/functor/">Functor</a></td>
+    <td>
+     Defines common functor and functor-related iterfaces, implementations, and utilities.
+    </td>
+</tr>
+<tr>
     <td><a href="http://commons.apache.org/sandbox/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.