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/01/19 16:05:16 UTC

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

Author: bodewig
Date: Mon Jan 19 07:05:16 2009
New Revision: 735721

URL: http://svn.apache.org/viewvc?rev=735721&view=rev
Log:
build commons-configuration against JUnit 4 but the version of Xalan it prefers

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=735721&r1=735720&r2=735721&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Mon Jan 19 07:05:16 2009
@@ -225,7 +225,8 @@
       <property name="maven.test.skip" value="true"/>
     </mvn>
     
-    <!--option project="ant"/>
+    <!--
+    <option project="ant"/>
     <option project="commons-beanutils"/>
     <option project="commons-codec"/>
     <option project="commons-collections"/>
@@ -236,11 +237,12 @@
     <option project="commons-logging"/>
     <option project="commons-pool"/>
     <option project="jdom"/>
-    <option project="junit"/>
-    <option project="logging-log4j-12"/-->
+    <option project="logging-log4j-12"/>
     <option project="xalan"/>
+    -->
     <option project="xml-apis"/>
     <option project="xml-xercesImpl"/>
+    <option project="junit"/>
 
     <home nested="configuration/target"/>
     <jar name="commons-configuration-1.7-SNAPSHOT.jar"/>