Author: sebb
Date: Sat Mar 10 00:26:29 2012
New Revision: 1299115

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

Modified:
    commons/proper/csv/trunk/pom.xml
    commons/proper/csv/trunk/src/site/site.xml
    commons/proper/csv/trunk/src/site/xdoc/index.xml

Modified: commons/proper/csv/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1299115&r1=1299114&r2=1299115&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Sat Mar 10 00:26:29 2012
@@ -10,7 +10,7 @@
   <artifactId>commons-csv</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Commons CSV</name>
-  <url>http://commons.apache.org/sandbox/csv/</url>
+  <url>http://commons.apache.org/proper/csv/</url>
   
   <dependencies>
     <dependency>
@@ -45,21 +45,22 @@
   </contributors>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/trunk</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/csv/trunk</url>
   </scm>
 
   <distributionManagement>
     <site>
       <id>apache.website</id>
       <name>Apache Website</name>
-      
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/sandbox/csv/</url>
+      
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/csv/</url>
     </site>
   </distributionManagement>
 
   <properties>
     <commons.componentid>csv</commons.componentid>
+    <!-- TODO fix this: -->
     <commons.jira.componentid>12311182</commons.jira.componentid>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>

Modified: commons/proper/csv/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/site.xml?rev=1299115&r1=1299114&r2=1299115&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/site/site.xml (original)
+++ commons/proper/csv/trunk/src/site/site.xml Sat Mar 10 00:26:29 2012
@@ -1,5 +1,13 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project name="Commons CSV">
+
+  <bannerRight>
+    <name>Apache Commons CSV</name>
+    <src>/images/csv-logo.png</src>
+    <href>/index.html</href>
+    <alt>Commons CSV&amp;trade; logo</alt>
+  </bannerRight>
+
   <body>
 
     <menu name="Commons CSV">

Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/index.xml?rev=1299115&r1=1299114&r2=1299115&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/csv/trunk/src/site/xdoc/index.xml Sat Mar 10 00:26:29 2012
@@ -38,11 +38,11 @@ limitations under the License.
 
 <section name="Getting the code?">
   <p>There are currently no official downloads, and will not be until CSV 
moves out of the Sandbox, but a nightly build is available from <a 
href="http://people.apache.org/builds/commons/nightly/commons-csv/";>http://people.apache.org/builds/commons/nightly/commons-csv/</a>.
 </p>
-  <p>The latest code may be checked out from the following url - <a 
href="http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/";>http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/</a>.
 </p>
+  <p>The latest code may be checked out from the following url - <a 
href="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/";>http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>.
 </p>
 </section>
 
 <section name="Bugs?">
-  <p>Please report any bugs or issues in the Commons Sandbox Jira project at 
<a 
href="http://issues.apache.org/jira/browse/SANDBOX";>http://issues.apache.org/jira/browse/SANDBOX</a>.
 Please ask any questions or suggest any ideas for improvement on the 
commons-dev and commons-user <a href="mail-lists.html">mailing lists</a>. </p>
+  <p>Please report any bugs or issues in the Commons Sandbox Jira project at 
<a 
href="http://issues.apache.org/jira/browse/CSV";>http://issues.apache.org/jira/browse/CSV</a>.
 Please ask any questions or suggest any ideas for improvement on the 
commons-dev and commons-user <a href="mail-lists.html">mailing lists</a>. </p>
 </section>
 
 <!-- ================================================== -->


Reply via email to