Codebase list findbugs / 0de34b0 debian / patches / 0013-dont-fetch-external-libraries.patch
0de34b0

Tree @0de34b0 (Download .tar.gz)

0013-dont-fetch-external-libraries.patch @0de34b0raw · history · blame

Description: Do not download ASM 6 and BCEL 6
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -1190,7 +1190,7 @@
         </delete>
     </target>
 
-    <target name="init" depends="properties,getasm6,getbcel6">
+    <target name="init" depends="properties">
         <mkdir dir="${scripts.dir}"/>
         <mkdir dir="${build.dir}"/>
         <mkdir dir="${doc.dir}"/>