Author: sebb
Date: Thu Oct 13 01:12:01 2011
New Revision: 1182630
URL: http://svn.apache.org/viewvc?rev=1182630&view=rev
Log:
Add functor to a few more places
Modified:
commons/proper/commons-site/trunk/src/site/xdoc/components.xml
commons/proper/commons-site/trunk/src/site/xdoc/downloads/index.xml
commons/proper/commons-site/trunk/src/site/xdoc/index.xml
Modified: commons/proper/commons-site/trunk/src/site/xdoc/components.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/components.xml?rev=1182630&r1=1182629&r2=1182630&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/components.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/components.xml Thu Oct 13
01:12:01 2011
@@ -35,7 +35,7 @@
<section name="Released Components">
<table>
- <!-- This list should agree with ../site.xml -->
+ <!-- This list should agree with ../site.xml and index.xml and
downloads/index.xml-->
<tr><th>Components</th><th></th></tr>
<tr><td><a href="attributes/">Attributes</a></td>
<td>Runtime API to metadata attributes such as doclet
tags.</td></tr>
Modified: commons/proper/commons-site/trunk/src/site/xdoc/downloads/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/downloads/index.xml?rev=1182630&r1=1182629&r2=1182630&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/downloads/index.xml
(original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/downloads/index.xml Thu Oct
13 01:12:01 2011
@@ -38,7 +38,7 @@
</subsection>
<subsection name="Downloads">
- <!-- Should agree with list in ../../site.xml -->
+ <!-- Should agree with list in ../../site.xml and ../index.xml and
../components.xml -->
<ul>
<li><a
href="../attributes/download_attributes.cgi">Attributes</a></li>
<!-- TODO move to Commons area -->
@@ -60,6 +60,7 @@
<li><a href="../email/download_email.cgi">Email</a></li>
<li><a href="../exec/download_exec.cgi">Exec</a></li>
<li><a
href="../fileupload/download_fileupload.cgi">FileUpload</a></li>
+ <li><a href="../functor/download_functor.cgi">Functor</a></li>
<li><a href="../io/download_io.cgi">IO</a></li>
<li><a href="../jci/download_jci.cgi">JCI</a></li>
<!-- TODO move to Commons area -->
Modified: commons/proper/commons-site/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/index.xml?rev=1182630&r1=1182629&r2=1182630&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/index.xml Thu Oct 13
01:12:01 2011
@@ -121,6 +121,8 @@
<td>API for dealing with external process execution and
environment management in Java.</td></tr>
<tr><td><a href="fileupload/">FileUpload</a></td>
<td>File upload capability for your servlets and web
applications.</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="io/">IO</a></td>
<td>Collection of I/O utilities.</td></tr>
<tr><td><a href="jci/">JCI</a></td>