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

Tree @e9a4cad (Download .tar.gz)

0013-dont-fetch-external-libraries.patch @e9a4cadraw · 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}"/>