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/08/09 13:56:57 UTC

svn commit: r983599 - /gump/metadata/project/commons-proper.xml

Author: bodewig
Date: Mon Aug  9 11:56:57 2010
New Revision: 983599

URL: http://svn.apache.org/viewvc?rev=983599&view=rev
Log:
build order

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

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=983599&r1=983598&r2=983599&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Mon Aug  9 11:56:57 2010
@@ -339,8 +339,12 @@
     <mvn basedir="dbutils"/>
     <jar name="dbutils/target/commons-dbutils-*[0-9T].jar"/>
 
-    <option project="commpns-lang"/>
+    <option project="ant"/>
+    <option project="commons-collections"/>
+    <option project="commons-lang"/>
     <option project="junit"/>
+    <option project="velocity-engine"/>
+    <option project="xpp"/>
 
     <nag to="dev@commons.apache.org"
          from="Gump &lt;issues@commons.apache.org&gt;"/>
@@ -632,6 +636,7 @@
     <description>utilities for the classes that are in java.lang's hierarchy</description>
     <mvn basedir="lang" goal="package" separateLocalRepository="too-early-for-mvn"/>
     <option project="commons-lang"/>
+    <option project="junit"/>
     <jar name="lang/target/commons-lang3-*[0-9T].jar"/>
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>