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

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

Author: centic
Date: Fri Sep 15 18:42:25 2017
New Revision: 1808477

URL: http://svn.apache.org/viewvc?rev=1808477&view=rev
Log:
POI now needs commons-math3, so I tried to add it, let's see...

Added:
    gump/metadata/project/commons-math-3.x.xml
      - copied, changed from r1808394, gump/metadata/project/commons-collections-3.x.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/commons-proper.xml
    gump/metadata/project/poi.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1808477&r1=1808476&r2=1808477&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Sep 15 18:42:25 2017
@@ -41,6 +41,7 @@
   <module href="project/commons-io.xml"/>
   <module href="project/commons-lang-2.x.xml"/>
   <module href="project/commons-lang-trunk.xml"/>
+  <module href="project/commons-math-3.x.xml"/>
   <module href="project/commons-pool-1.x.xml"/>
   <module href="project/commons-httpclient.xml"/>
 

Copied: gump/metadata/project/commons-math-3.x.xml (from r1808394, gump/metadata/project/commons-collections-3.x.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-math-3.x.xml?p2=gump/metadata/project/commons-math-3.x.xml&p1=gump/metadata/project/commons-collections-3.x.xml&r1=1808394&r2=1808477&rev=1808477&view=diff
==============================================================================
--- gump/metadata/project/commons-collections-3.x.xml (original)
+++ gump/metadata/project/commons-math-3.x.xml Fri Sep 15 18:42:25 2017
@@ -15,16 +15,28 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="commons-collections-3.x" groupId="commons-collections">
+<module name="commons-math-3.x">
 
-  <url href="http://commons.apache.org/collections/"/>
+  <url href="http://commons.apache.org/math/"/>
   <description>
-    Apache Commons Collections 3.x
+    Apache Commons Math 3.x
   </description>
 
-  <project name="commons-collections">
-    <jar name="commons-collections-3.2.1.jar"
-         id="commons-collections"/>
+  <git repository="asf-git" dir="/commons-math.git" branch="MATH_3_X"/>
+
+  <project name="commons-math3-pom">
+    <pom name="pom.xml"/>
+    <mvn3install artifactId="commons-math3"/>
   </project>
 
+  <project name="commons-math3" groupId="org.apache.commons">
+    <package>org.apache.commons.lang3</package>
+    <description>library of lightweight, self-contained mathematics and statistics components</description>
+
+    <mvn3 goal="package">
+      <property name="skipTests" value="true"/>
+    </mvn3>
+
+    <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=1808477&r1=1808476&r2=1808477&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Fri Sep 15 18:42:25 2017
@@ -65,6 +65,7 @@
     <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"/>

Modified: gump/metadata/project/poi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/poi.xml?rev=1808477&r1=1808476&r2=1808477&view=diff
==============================================================================
--- gump/metadata/project/poi.xml (original)
+++ gump/metadata/project/poi.xml Fri Sep 15 18:42:25 2017
@@ -34,6 +34,7 @@
         <depend project="commons-logging"/>
         <depend project="commons-codec"/>
         <depend project="commons-collections4"/>
+        <depend project="commons-math3"/>
         <depend project="xmlsec" />
         <depend project="junit"/>
         <depend project="hamcrest-java"/>
@@ -125,6 +126,7 @@
      <depend project="commons-logging"/>
      <depend project="commons-codec"/>
      <depend project="commons-collections4"/>
+     <depend project="commons-math3"/>
      <depend project="jacocoant"/>
      <depend project="xmlsec" />
      <depend project="junit"/>