Author: simonetripodi
Date: Fri Jun 17 09:42:27 2011
New Revision: 1136826
URL: http://svn.apache.org/viewvc?rev=1136826&view=rev
Log:
added commons-graph in the Sandbox list
Modified:
commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml
Modified: commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml?rev=1136826&r1=1136825&r2=1136826&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml Fri Jun
17 09:42:27 2011
@@ -44,6 +44,8 @@
<td>Java library for working with flat data structures.</td></tr>
<tr><td><a href="functor/">Functor</a></td>
<td>A functor is a function that can be manipulated as an object,
or an object representing a single, generic function.</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>
<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>