Author: ebourg
Date: Wed Nov  9 23:39:17 2011
New Revision: 1200041

URL: http://svn.apache.org/viewvc?rev=1200041&view=rev
Log:
Removed the references to Jakarta and fixed some links

Modified:
    commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/package.html
    commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml
    commons/sandbox/csv/trunk/src/site/xdoc/mail-lists.xml

Modified: 
commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/package.html
URL: 
http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/package.html?rev=1200041&r1=1200040&r2=1200041&view=diff
==============================================================================
--- commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/package.html 
(original)
+++ commons/sandbox/csv/trunk/src/main/java/org/apache/commons/csv/package.html 
Wed Nov  9 23:39:17 2011
@@ -20,7 +20,7 @@
 <title>org.apache.commons.csv package</title>
 </head>
 <body>
-<h3>Jakarta-Commons CSV Format Support</h3>
+<h3>Apache Commons CSV Format Support</h3>
 
 <p>CSV (or its dialects) are widely used as interfaces to legacy systems or
    manual data-imports. Basically CSV stands for "Comma Separated Values" but

Modified: commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml?rev=1200041&r1=1200040&r2=1200041&view=diff
==============================================================================
--- commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml (original)
+++ commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml Wed Nov  9 23:39:17 
2011
@@ -36,7 +36,7 @@
 
          <subsection name="Nightly Builds">
             <p>
-               <a 
href="http://people.apache.org/builds/jakarta-commons/nightly/commons-csv/";>Nightly
 Builds</a>
+               <a 
href="https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-csv";>Nightly
 Builds</a>
                are built once a day from the current SVN HEAD. This is 
(nearly) the latest code and so should
                be treated with caution.
             </p>

Modified: commons/sandbox/csv/trunk/src/site/xdoc/mail-lists.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/src/site/xdoc/mail-lists.xml?rev=1200041&r1=1200040&r2=1200041&view=diff
==============================================================================
--- commons/sandbox/csv/trunk/src/site/xdoc/mail-lists.xml (original)
+++ commons/sandbox/csv/trunk/src/site/xdoc/mail-lists.xml Wed Nov  9 23:39:17 
2011
@@ -188,7 +188,7 @@ limitations under the License.
           <td><a class="externalLink" 
href="mailto:[email protected]";>Subscribe</a></td> 
           <td><a class="externalLink" 
href="mailto:[email protected]";>Unsubscribe</a></td> 
           <td><i>read only</i></td>
-          <td><a class="externalLink" 
href="http://mail-archives.apache.org/mod_mbox/announce/";>mail-archives.apache.org</a></td>
 
+          <td><a class="externalLink" 
href="http://mail-archives.apache.org/mod_mbox/www-announce/";>mail-archives.apache.org</a></td>
 
           <td><a class="externalLink" 
href="http://markmail.org/list/org.apache.announce/";>markmail.org</a><br />
               <a class="externalLink" 
href="http://old.nabble.com/Apache-News-and-Announce-f109.html";>old.nabble.com</a><br
 />
               <a class="externalLink" 
href="http://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a><br
 />


Reply via email to