You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/09/07 10:37:20 UTC

svn commit: r993276 - /gump/metadata/project/commons-sandbox.xml

Author: bodewig
Date: Tue Sep  7 08:37:20 2010
New Revision: 993276

URL: http://svn.apache.org/viewvc?rev=993276&view=rev
Log:
add commons-csv

Modified:
    gump/metadata/project/commons-sandbox.xml

Modified: gump/metadata/project/commons-sandbox.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-sandbox.xml?rev=993276&r1=993275&r2=993276&view=diff
==============================================================================
--- gump/metadata/project/commons-sandbox.xml (original)
+++ gump/metadata/project/commons-sandbox.xml Tue Sep  7 08:37:20 2010
@@ -52,6 +52,23 @@
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>
 
+  <project name="commons-csv" groupId="org.apache.commons">
+    <package>org.apache.commons.csv</package>
+    <description>Commons CSV</description>
+    <url href="http://commons.apache.org/sandbox/csv/"/>
+
+    <mvn basedir="csv"/>
+
+    <option project="commons-collections"/>
+    <option project="junit"/>
+    <option project="velocity-engine"/>
+
+    <jar name="csv/target/commons-csv-*[0-9T].jar"/>
+
+    <!--nag to="dev@commons.apache.org"
+         from="Gump &lt;issues@commons.apache.org&gt;"/-->
+  </project>
+
   <project name="commons-functor">
     <package>org.apache.commons.functor</package>
     <description>Functor: Function Objects</description>