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/12 03:23:58 UTC

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

Author: billbarker
Date: Wed Aug 12 01:23:57 2015
New Revision: 1695416

URL: http://svn.apache.org/r1695416
Log:
Fix to the correct jar name

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=1695416&r1=1695415&r2=1695416&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Aug 12 01:23:57 2015
@@ -60,7 +60,7 @@
 
     <option project="junit"/>
 
-    <jar name="bcel/target/bcel6-[0-9]*[0-9T].jar"/>
+    <jar name="bcel/target/commons-bcel6-[0-9]*[0-9T].jar"/>
 
     <license name="LICENSE.txt"/>
   </project>