objectweb-asm2/objectweb-asm2-2.2.3-test-build_xml.patch

13 lines
364 B
Diff
Raw Permalink Normal View History

--- asm-2.2.3/build.xml 2009-03-01 19:12:00.000000000 +0100
+++ asm-2.2.3/build.xml-gil 2009-03-01 19:13:54.000000000 +0100
@@ -87,7 +87,9 @@
<target name="check" unless="paths.configured">
<echo message="The 'build.properties' file must be configured"/>
+<!--
<fail/>
+-->
</target>
<target name="init" depends="properties,check">