33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
--- objectweb-asm-6.0/build.xml 2018-12-11 10:23:24.592455922 +0100
|
|
+++ objectweb-asm-6.0/build.xml 2018-12-11 10:25:57.477234079 +0100
|
|
@@ -137,19 +137,7 @@
|
|
</javac>
|
|
</target>
|
|
|
|
- <target name="retrofit" depends="compile-debug">
|
|
- <echo message="Retrofitting" />
|
|
- <java classname="org.objectweb.asm.tools.Retrofitter" failonerror="true">
|
|
- <classpath>
|
|
- <pathelement location="${out.build}/tmp" />
|
|
- </classpath>
|
|
- <arg value="${src}/org/objectweb/asm/tools/jdk1.5.0.12.txt.gz" />
|
|
- <arg value="${out.build}/tmp" />
|
|
- <arg value="${out.build}" />
|
|
- </java>
|
|
- </target>
|
|
-
|
|
- <target name="compile" depends="compile-debug,retrofit" />
|
|
+ <target name="compile" depends="compile-debug" />
|
|
|
|
<!-- =================================== -->
|
|
<!-- ========== TEST ========== -->
|
|
@@ -254,7 +242,7 @@
|
|
</condition>
|
|
</target>
|
|
|
|
- <target name="jar" depends="dist.init,dist.version,compile,retrofit">
|
|
+ <target name="jar" depends="dist.init,dist.version,compile">
|
|
<ant antfile="${archive}/asm.xml" />
|
|
<ant antfile="${archive}/asm-all.xml" />
|
|
<ant antfile="${archive}/asm-analysis.xml" />
|