aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asm/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asm/build.xml')
-rw-r--r--lib/asm/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/asm/build.xml b/lib/asm/build.xml
index 5aa6f88e1..2cd8eeba9 100644
--- a/lib/asm/build.xml
+++ b/lib/asm/build.xml
@@ -3,9 +3,9 @@
<!-- if you need this defining, use the jarjar-1.0.jar in this project -->
<taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask"/>
- <target name="package" description="Jarjar asm-5.0.4.jar and prefix package name with aj">
- <jarjar destfile="asm-6.1.1.renamed.jar">
- <zipfileset src="asm-6.1.1.jar" excludes="module-info.class"/>
+ <target name="package" description="Jarjar asm-NNN.jar and prefix package name with aj">
+ <jarjar destfile="asm-6.2.1.renamed.jar">
+ <zipfileset src="asm-6.2.1.jar" excludes="module-info.class"/>
<rule pattern="org.objectweb.asm.**" result="aj.org.objectweb.asm.@1"/>
</jarjar>
</target>