You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2019/06/13 07:12:06 UTC

svn commit: r1861232 - /gump/metadata/project/commons-bcel.xml

Author: markt
Date: Thu Jun 13 07:12:06 2019
New Revision: 1861232

URL: http://svn.apache.org/viewvc?rev=1861232&view=rev
Log:
Correct output location

Modified:
    gump/metadata/project/commons-bcel.xml

Modified: gump/metadata/project/commons-bcel.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-bcel.xml?rev=1861232&r1=1861231&r2=1861232&view=diff
==============================================================================
--- gump/metadata/project/commons-bcel.xml (original)
+++ gump/metadata/project/commons-bcel.xml Thu Jun 13 07:12:06 2019
@@ -41,7 +41,7 @@
     <option project="commons-logging"/>
     <option project="junit"/>
 
-    <jar name="bcel/target/bcel-[0-9]*[0-9T].jar"/>
+    <jar name="target/bcel-[0-9]*[0-9T].jar"/>
 
     <license name="LICENSE.txt"/>
   </project>