You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/06/09 09:42:48 UTC

svn commit: r412967 - in /jakarta/commons/sandbox/csv/trunk: project.xml src/site/ xdocs/ xdocs/index.xml

Author: bayard
Date: Fri Jun  9 00:42:48 2006
New Revision: 412967

URL: http://svn.apache.org/viewvc?rev=412967&view=rev
Log:
Setting up a maven-1 site; m2 isn't working for me

Added:
    jakarta/commons/sandbox/csv/trunk/xdocs/
    jakarta/commons/sandbox/csv/trunk/xdocs/index.xml
Removed:
    jakarta/commons/sandbox/csv/trunk/src/site/
Modified:
    jakarta/commons/sandbox/csv/trunk/project.xml

Modified: jakarta/commons/sandbox/csv/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/project.xml?rev=412967&r1=412966&r2=412967&view=diff
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/project.xml (original)
+++ jakarta/commons/sandbox/csv/trunk/project.xml Fri Jun  9 00:42:48 2006
@@ -24,10 +24,16 @@
     Commons CSV is a component that parses comma separated value files. 
   </description>
   <currentVersion>0.1-dev</currentVersion>
-  <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
+  <issueTrackingUrl>http://issues.apache.org/jira/browse/SANDBOX</issueTrackingUrl>
   <siteAddress>cvs.apache.org</siteAddress>
   <logo></logo>
+
+  <repository>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
+    <url>http://svn.apache.org/viewcvs/jakarta/commons/sandbox/csv/trunk</url>
+  </repository>
   
+
   <developers>
     <developer>
       <name>Henri Yandell</name>

Added: jakarta/commons/sandbox/csv/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/xdocs/index.xml?rev=412967&view=auto
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/xdocs/index.xml (added)
+++ jakarta/commons/sandbox/csv/trunk/xdocs/index.xml Fri Jun  9 00:42:48 2006
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 The Apache Software Foundation.
+ 
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+ <properties>
+  <title>Home</title>
+  <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
+ </properties>
+<body>
+<!-- ================================================== -->
+<section name="Commons CSV">
+
+  <p>Commons CSV was started to unify a common and simple interface for reading and writing CSV files under an ASL license. It has been bootstrapped by a code donation from Netcetera in Switzerland. </p>
+
+</section>
+<!-- ================================================== -->
+</body>
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org