summaryrefslogtreecommitdiff
path: root/pcr/cglib/cglib-jarjar.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-15 06:19:27 -0500
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:04 -0300
commit92646a997779568f3a12367564d47a5edde70989 (patch)
tree452641b78b83aca8c2df34a29e7c685484f37ca5 /pcr/cglib/cglib-jarjar.patch
parent27e7b882400b7648085c77e0adc90a138f5515e5 (diff)
cglib: add new package to [pcr]
Diffstat (limited to 'pcr/cglib/cglib-jarjar.patch')
-rw-r--r--pcr/cglib/cglib-jarjar.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/cglib/cglib-jarjar.patch b/pcr/cglib/cglib-jarjar.patch
new file mode 100644
index 000000000..7feee1043
--- /dev/null
+++ b/pcr/cglib/cglib-jarjar.patch
@@ -0,0 +1,11 @@
+--- cglib-RELEASE_3_1.orig/build.xml 2013-12-07 11:08:18.000000000 -0500
++++ cglib-RELEASE_3_1/build.xml 2015-09-15 05:59:33.863523848 -0500
+@@ -127,7 +127,7 @@
+ <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpathref="compile.classpath"/>
+ <jarjar basedir="${build.home}/classes" jarfile="${dist.home}/${component.name}-nodep-${component.version}.jar" >
+ <zipfileset dir="lib" includes="asm*.txt"/>
+- <zipfileset src="lib/asm-4.2.jar" excludes="META-INF"/>
++ <zipfileset src="/usr/share/java/asm-all-4.jar" excludes="META-INF"/>
+ <rule pattern="org.objectweb.asm.**" result="net.sf.cglib.asm.@1"/>
+ <include name="**/*"/>
+ <exclude name="samples/**"/>