Codebase list findbugs / 9e04488b-3d21-4a08-a5d7-e262c5b28cbf/main debian / patches / 0013-dont-fetch-external-libraries.patch
9e04488b-3d21-4a08-a5d7-e262c5b28cbf/main

Tree @9e04488b-3d21-4a08-a5d7-e262c5b28cbf/main (Download .tar.gz)

0013-dont-fetch-external-libraries.patch @9e04488b-3d21-4a08-a5d7-e262c5b28cbf/mainraw · 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}"/>