Author: ebourg-guest
Date: 2016-10-05 07:43:46 +0000 (Wed, 05 Oct 2016)
New Revision: 19154

Added:
   trunk/jarjar/debian/patches/0006-asm-compatibility.patch
Log:
Include the SignatureRemapper class (new in ASM 5.1) in the final jar (patch)



Added: trunk/jarjar/debian/patches/0006-asm-compatibility.patch
===================================================================
--- trunk/jarjar/debian/patches/0006-asm-compatibility.patch                    
        (rev 0)
+++ trunk/jarjar/debian/patches/0006-asm-compatibility.patch    2016-10-05 
07:43:46 UTC (rev 19154)
@@ -0,0 +1,15 @@
+Description: Fixes the compatibility with the latest version of ASM.
+ Starting with ASM 5.1 the SignatureRemapper class must be included.
+Author: Emmanuel Bourg <[email protected]>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -97,7 +97,7 @@
+             <fileset dir="build/main"/>
+             <zipfileset src="${asm.jar}"/>
+             <zipfileset src="${asm-commons.jar}">
+-                <include name="org/objectweb/asm/commons/Remap*.class"/>
++                <include name="org/objectweb/asm/commons/*Remap*.class"/>
+                 <include 
name="org/objectweb/asm/commons/LocalVariablesSorter.class"/>
+             </zipfileset>
+               <keep pattern="com.tonicsystems.jarjar.Main"/>


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to