Author: psteitz
Date: Wed Nov 25 21:17:42 2009
New Revision: 884279
URL: http://svn.apache.org/viewvc?rev=884279&view=rev
Log:
Added runtime.
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=884279&r1=884278&r2=884279&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/menus/sandbox-items.ent (original)
+++ commons/proper/commons-build/trunk/menus/sandbox-items.ent Wed Nov 25
21:17:42 2009
@@ -12,3 +12,4 @@
<item name="OpenPGP"
href="http://commons.apache.org/sandbox/openpgp/"/>
<item name="Performance"
href="http://commons.apache.org/sandbox/performance/"/>
<item name="Pipeline"
href="http://commons.apache.org/sandbox/pipeline/"/>
+ <item name="Runtime"
href="http://commons.apache.org/sandbox/runtime/"/>
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=884279&r1=884278&r2=884279&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/parts/sandbox-table.ent (original)
+++ commons/proper/commons-build/trunk/parts/sandbox-table.ent Wed Nov 25
21:17:42 2009
@@ -87,4 +87,10 @@
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="http://commons.apache.org/sandbox/runtime/">Runtime</a></td>
+ <td>
+ Provides a JNI abstraction layer of various operating system features in
a portable way.
+ </td>
+</tr>
</table>