Codebase list findbugs / debian/3.1.0_preview2-2 debian / patches / 0013-dont-fetch-external-libraries.patch
debian/3.1.0_preview2-2

Tree @debian/3.1.0_preview2-2 (Download .tar.gz)

0013-dont-fetch-external-libraries.patch @debian/3.1.0_preview2-2raw · 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}"/>