Author: sgoeschl
Date: Fri Jun 27 11:18:39 2008
New Revision: 672349
URL: http://svn.apache.org/viewvc?rev=672349&view=rev
Log:
Updated dutifully the site to move commons-exec to proper but I'm unable to
build the site because maven-1.1 blows up saying '[site] Unions are only
allowed over node-sets'
Modified:
commons/proper/commons-build/trunk/menus/components-items.ent
commons/proper/commons-build/trunk/menus/sandbox-items.ent
commons/proper/commons-build/trunk/parts/components-table.ent
commons/proper/commons-build/trunk/parts/sandbox-table.ent
commons/proper/commons-build/trunk/src/site/apt/sandbox/index.apt
Modified: commons/proper/commons-build/trunk/menus/components-items.ent
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/menus/components-items.ent?rev=672349&r1=672348&r2=672349&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/menus/components-items.ent (original)
+++ commons/proper/commons-build/trunk/menus/components-items.ent Fri Jun 27
11:18:39 2008
@@ -13,6 +13,7 @@
<item name="Discovery"
href="http://commons.apache.org/discovery/"/>
<item name="EL" href="http://commons.apache.org/el/"/>
<item name="Email"
href="http://commons.apache.org/email/"/>
+ <item name="Exec" href="http://commons.apache.org/exec/"/>
<item name="FileUpload"
href="http://commons.apache.org/fileupload/"/>
<item name="IO" href="http://commons.apache.org/io/"/>
<item name="JCI" href="http://commons.apache.org/jci/"/>
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=672349&r1=672348&r2=672349&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/menus/sandbox-items.ent (original)
+++ commons/proper/commons-build/trunk/menus/sandbox-items.ent Fri Jun 27
11:18:39 2008
@@ -1,6 +1,5 @@
<item name="Compress"
href="http://commons.apache.org/sandbox/compress/"/>
<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/"/>
Modified: commons/proper/commons-build/trunk/parts/components-table.ent
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/parts/components-table.ent?rev=672349&r1=672348&r2=672349&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/parts/components-table.ent (original)
+++ commons/proper/commons-build/trunk/parts/components-table.ent Fri Jun 27
11:18:39 2008
@@ -91,6 +91,12 @@
</td>
</tr>
<tr>
+ <td><a href="http://commons.apache.org/exec/">Exec</a></td>
+ <td>
+ API for dealing with external process execution and environment
management in Java.
+ </td>
+</tr>
+<tr>
<td><a href="http://commons.apache.org/fileupload/">FileUpload</a></td>
<td>
File upload capability for your servlets and web applications.
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=672349&r1=672348&r2=672349&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/parts/sandbox-table.ent (original)
+++ commons/proper/commons-build/trunk/parts/sandbox-table.ent Fri Jun 27
11:18:39 2008
@@ -13,12 +13,6 @@
</td>
</tr>
<tr>
- <td><a href="http://commons.apache.org/sandbox/exec/">Exec</a></td>
- <td>
- API for dealing with external process execution and environment
management in Java.
- </td>
-</tr>
-<tr>
<td><a href="http://commons.apache.org/sandbox/finder/">Finder</a></td>
<td>
Java library inspired by the UNIX find command.
Modified: commons/proper/commons-build/trunk/src/site/apt/sandbox/index.apt
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/src/site/apt/sandbox/index.apt?rev=672349&r1=672348&r2=672349&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/src/site/apt/sandbox/index.apt (original)
+++ commons/proper/commons-build/trunk/src/site/apt/sandbox/index.apt Fri Jun
27 11:18:39 2008
@@ -22,8 +22,6 @@
*---------------------------+------------------------------------------------------------------------------------------------------------------+
| {{{csv/} CSV}} | Component for reading and writing comma
separated value files.
*---------------------------+------------------------------------------------------------------------------------------------------------------+
-| {{{exec/} Exec}} | API for dealing with external process execution
and environment management in Java.
-*---------------------------+------------------------------------------------------------------------------------------------------------------+
| {{{finder/} Finder}} | Java library inspired by the UNIX find command.
*---------------------------+------------------------------------------------------------------------------------------------------------------+
| {{{i18n/} I18n}} | 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.