You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by mb...@apache.org on 2008/09/29 22:38:25 UTC

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

Author: mbenson
Date: Mon Sep 29 13:38:25 2008
New Revision: 700242

URL: http://svn.apache.org/viewvc?rev=700242&view=rev
Log:
attempt to add commons flatfile

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=700242&r1=700241&r2=700242&view=diff
==============================================================================
--- gump/metadata/project/commons-sandbox.xml (original)
+++ gump/metadata/project/commons-sandbox.xml Mon Sep 29 13:38:25 2008
@@ -182,4 +182,24 @@
     <nag to="dev@commons.apache.org"
          from="Stefan Bodewig &lt;bodewig@apache.org&gt;"/>
   </project>
+
+  <project name="commons-flatfile">
+    <package>org.apache.commons.flatfile</package>
+    <description>Commons Flatfile</description>
+    <url href="http://commons.apache.org/sandbox/flatfile/" />
+    
+    <mvn basedir="flatfile" />
+
+    <option project="junit" />
+    <option project="commons-lang" />
+    <option project="commons-io" />
+    <option project="commons-collections" />
+   
+    <home nested="flatfile/target" />
+    <jar name="commons-flatfile-1.0-SNAPSHOT.jar" />
+    <javadoc nested="flatfile/docs/apidocs" />
+
+    <nag to="dev@commons.apache.org"
+         from="commons-flatfile development team &lt;dev@commons.apache.org&gt;" />
+  </project>
 </module>