You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/10 00:54:12 UTC

svn commit: r1299109 - in /commons/proper/commons-site/trunk/src/site: site.xml xdoc/components.xml xdoc/downloads/index.xml xdoc/index.xml xdoc/sandbox/index.xml

Author: sebb
Date: Fri Mar  9 23:54:12 2012
New Revision: 1299109

URL: http://svn.apache.org/viewvc?rev=1299109&view=rev
Log:
CSV moved to proper

Modified:
    commons/proper/commons-site/trunk/src/site/site.xml
    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
    commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml

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=1299109&r1=1299108&r2=1299109&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/site.xml (original)
+++ commons/proper/commons-site/trunk/src/site/site.xml Fri Mar  9 23:54:12 2012
@@ -56,6 +56,7 @@
         <item name="Collections"         href="/collections/" />
         <item name="Compress"            href="/compress/" />
         <item name="Configuration"       href="/configuration/" />
+        <item name="CSV"                 href="/csv/" />
         <item name="Daemon"              href="/daemon/" />
         <item name="DBCP"                href="/dbcp/" />
         <item name="DbUtils"             href="/dbutils/" />

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=1299109&r1=1299108&r2=1299109&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/components.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/components.xml Fri Mar  9 23:54:12 2012
@@ -59,6 +59,8 @@
             <td>Defines an API for working with tar, zip and bzip2 files.</td></tr>
         <tr><td><a href="configuration/">Configuration</a></td>
             <td>Reading of configuration/preferences files in various formats.</td></tr>
+        <tr><td><a href="csv/">CSV</a></td>
+            <td>Component for reading and writing comma separated value files.</td></tr>
         <tr><td><a href="daemon/">Daemon</a></td>
             <td>Alternative invocation mechanism for unix-daemon-like java code.</td></tr>
         <tr><td><a href="dbcp/">DBCP</a></td>

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=1299109&r1=1299108&r2=1299109&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 Fri Mar  9 23:54:12 2012
@@ -50,6 +50,7 @@
           <li><a href="../codec/download_codec.cgi">Codec</a></li>
           <li><a href="../collections/download_collections.cgi">Collections</a></li>
           <li><a href="../configuration/download_configuration.cgi">Configuration</a></li>
+          <li><a href="../csv/download_csv.cgi">CLI</a></li>
           <li><a href="../daemon/download_daemon.cgi">Daemon</a></li>
           <li><a href="../dbcp/download_dbcp.cgi">DBCP</a></li>
           <li><a href="../dbutils/download_dbutils.cgi">DbUtils</a></li>

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=1299109&r1=1299108&r2=1299109&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/index.xml Fri Mar  9 23:54:12 2012
@@ -79,7 +79,7 @@
      </p>
 
      <table>
-        <!-- This list should agree with ../site.xml -->
+        <!-- This list should agree with ../site.xml and components.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>
@@ -103,6 +103,8 @@
             <td>Defines an API for working with tar, zip and bzip2 files.</td></tr>
         <tr><td><a href="configuration/">Configuration</a></td>
             <td>Reading of configuration/preferences files in various formats.</td></tr>
+        <tr><td><a href="csv/">CSV</a></td>
+            <td>Component for reading and writing comma separated value files.</td></tr>
         <tr><td><a href="daemon/">Daemon</a></td>
             <td>Alternative invocation mechanism for unix-daemon-like java code.</td></tr>
         <tr><td><a href="dbcp/">DBCP</a></td>

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=1299109&r1=1299108&r2=1299109&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 Mar  9 23:54:12 2012
@@ -37,8 +37,6 @@
             <td>Redesign of Commons CLI.</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>
-            <td>Component for reading and writing comma separated value files.</td></tr>
         <tr><td><a href="finder/">Finder</a></td>
             <td>Java library inspired by the UNIX find command.</td></tr>
         <tr><td><a href="flatfile/">Flatfile</a></td>