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 2009/09/18 17:42:47 UTC

svn commit: r816677 - /gump/metadata/project/commons-lang-2.x.xml

Author: bodewig
Date: Fri Sep 18 15:42:47 2009
New Revision: 816677

URL: http://svn.apache.org/viewvc?rev=816677&view=rev
Log:
commons-lang shouldn't build before Ant or JUnit, though

Modified:
    gump/metadata/project/commons-lang-2.x.xml

Modified: gump/metadata/project/commons-lang-2.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-lang-2.x.xml?rev=816677&r1=816676&r2=816677&view=diff
==============================================================================
--- gump/metadata/project/commons-lang-2.x.xml (original)
+++ gump/metadata/project/commons-lang-2.x.xml Fri Sep 18 15:42:47 2009
@@ -42,6 +42,9 @@
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
 
+    <option project="junit"/>
+    <option project="ant"/>
+
     <jar name="target/commons-lang-2.4.jar" id="commons-lang"/>
   </project>