Codebase list findbugs / ae8b2526-32e9-4b37-8f72-25923ca1a232/main debian / patches / 0013-dont-fetch-external-libraries.patch
ae8b2526-32e9-4b37-8f72-25923ca1a232/main

Tree @ae8b2526-32e9-4b37-8f72-25923ca1a232/main (Download .tar.gz)

0013-dont-fetch-external-libraries.patch @ae8b2526-32e9-4b37-8f72-25923ca1a232/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}"/>