You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2017/09/16 03:30:15 UTC

svn commit: r1808494 - in /gump/metadata/project: commons-math-3.x.xml commons-proper.xml

Author: billbarker
Date: Sat Sep 16 03:30:15 2017
New Revision: 1808494

URL: http://svn.apache.org/viewvc?rev=1808494&view=rev
Log:
bcel doesn't depend on math, and first cut at fixing build order for math

Modified:
    gump/metadata/project/commons-math-3.x.xml
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-math-3.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-math-3.x.xml?rev=1808494&r1=1808493&r2=1808494&view=diff
==============================================================================
--- gump/metadata/project/commons-math-3.x.xml (original)
+++ gump/metadata/project/commons-math-3.x.xml Sat Sep 16 03:30:15 2017
@@ -27,6 +27,7 @@
   <project name="commons-math3-pom">
     <pom name="pom.xml"/>
     <mvn3install artifactId="commons-math3"/>
+    <option project="junit"/>
   </project>
 
   <project name="commons-math3" groupId="org.apache.commons">
@@ -37,6 +38,7 @@
       <property name="skipTests" value="true"/>
     </mvn3>
 
+    <depend project="commons-math3-pom"/>
     <jar name="target/commons-math3-*[0-9T].jar" id="commons-math"/>
   </project>
 </module>

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1808494&r1=1808493&r2=1808494&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Sat Sep 16 03:30:15 2017
@@ -65,7 +65,6 @@
     <option project="commons-lang"/>
     <option project="commons-lang3"/>
     <option project="commons-logging"/>
-    <option project="commons-math"/>
     <option project="junit"/>
 
     <jar name="bcel/target/bcel-[0-9]*[0-9T].jar"/>