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 2015/08/20 02:58:05 UTC

svn commit: r1696693 - in /gump/metadata/project: ant-contrib.xml commons-proper.xml

Author: billbarker
Date: Thu Aug 20 00:58:05 2015
New Revision: 1696693

URL: http://svn.apache.org/r1696693
Log:
BCEL in commons is incompatible with any existing project that wants it, which is mostly ant-contrib. So use the BCEL in ant-contrib instead

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

Modified: gump/metadata/project/ant-contrib.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant-contrib.xml?rev=1696693&r1=1696692&r2=1696693&view=diff
==============================================================================
--- gump/metadata/project/ant-contrib.xml (original)
+++ gump/metadata/project/ant-contrib.xml Thu Aug 20 00:58:05 2015
@@ -51,4 +51,13 @@
     <jar name="lib/ivy/jars/ivy-2.0.0.jar"/>
   </project>
 
+  <project name="bcel" groupId="org.apache.bcel">
+    <package>org.apache.bcel</package>
+    <description>
+      Byte Code Engineering Library
+    </description>
+    <url href="http://commons.apache.org/bcel/index.html"/>
+    <jar name="lib/bcel/jars/bcel-5.1.jar"/>
+  </project>
+
 </module>

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1696693&r1=1696692&r2=1696693&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Thu Aug 20 00:58:05 2015
@@ -50,14 +50,21 @@
     <license name="LICENSE.txt"/>
   </project>
   
-  <project name="bcel" groupId="org.apache.bcel">
+  <project name="commons-bcel6" >
     <package>org.apache.bcel</package>
     <description>
       Byte Code Engineering Library
     </description>
 
-    <mvn3 separateLocalRepository="too-early-for-mvn" basedir="bcel"/>
+    <mvn3  basedir="bcel"/>
 
+    <option project="ant"/>
+    <option project="easymock"/>
+    <option project="commons-cli"/>
+    <option project="commons-io"/>
+    <option project="commons-lang"/>
+    <option project="commons-lang3"/>
+    <option project="commons-logging"/>
     <option project="junit"/>
 
     <jar name="bcel/target/commons-bcel6-[0-9]*[0-9T].jar"/>