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 2011/02/03 00:09:34 UTC

svn commit: r1066683 - in /commons/proper: commons-sandbox-parent/trunk/pom.xml commons-site/trunk/src/site/site.xml commons-site/trunk/src/site/xdoc/sandbox/index.xml

Author: niallp
Date: Wed Feb  2 23:09:33 2011
New Revision: 1066683

URL: http://svn.apache.org/viewvc?rev=1066683&view=rev
Log:
Add BSP to Sandbox page and sandbox pom

Modified:
    commons/proper/commons-sandbox-parent/trunk/pom.xml
    commons/proper/commons-site/trunk/src/site/site.xml
    commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml

Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/pom.xml?rev=1066683&r1=1066682&r2=1066683&view=diff
==============================================================================
--- commons/proper/commons-sandbox-parent/trunk/pom.xml (original)
+++ commons/proper/commons-sandbox-parent/trunk/pom.xml Wed Feb  2 23:09:33 2011
@@ -103,6 +103,7 @@ under the License.
            http://svn.apache.org/viewvc/commons/trunks-sandbox/
        -->
         <module>../avalon-cli</module>
+        <module>../bsp</module>
         <module>../cli2</module>
         <module>../convert</module>
         <module>../csv</module>

Modified: commons/proper/commons-site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/site.xml?rev=1066683&r1=1066682&r2=1066683&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/site.xml (original)
+++ commons/proper/commons-site/trunk/src/site/site.xml Wed Feb  2 23:09:33 2011
@@ -81,6 +81,7 @@
       </item>
       <item name="Sandbox"               href="/sandbox/index.html" collapse="true">
         <item name="CLI2"                href="/sandbox/cli2/" />
+        <item name="BSP"                 href="/sandbox/bsp/" />
         <item name="Convert"             href="/sandbox/convert/" />
         <item name="CSV"                 href="/sandbox/csv/" />
         <item name="Finder"              href="/sandbox/finder/" />

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=1066683&r1=1066682&r2=1066683&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 Wed Feb  2 23:09:33 2011
@@ -34,6 +34,8 @@
         <tr><th>Sandbox</th><th></th></tr>
         <tr><td><a href="cli2/">CLI2</a></td>
             <td>Redesign of Commons CLI.</td></tr>
+        <tr><td><a href="bsp/">BSP</a></td>
+            <td>A general-purpose implementation of BSP trees suitable for geometry modeling in low dimensions, either in Euclidean space or on unit sphere topologies.</td></tr>
         <tr><td><a href="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="csv/">CSV</a></td>