File netbeans-6.5-20-ant-build.patch of Package netbeans
diff -Nur netbeans-6.5/o.apache.tools.ant.module/build.xml netbeans-6.5.new/o.apache.tools.ant.module/build.xml
--- netbeans-6.5/o.apache.tools.ant.module/build.xml 2008-11-10 00:13:56.000000000 +0300
+++ netbeans-6.5.new/o.apache.tools.ant.module/build.xml 2008-12-22 21:41:15.000000000 +0300
@@ -75,21 +75,6 @@
</target>
<target name="netbeans-extra" depends="jar-bridge">
- <mkdir dir="${cluster}/ant/lib"/>
- <copy todir="${cluster}/ant/lib">
- <fileset dir="external/lib"/>
- </copy>
- <unzip dest="${cluster}/ant">
- <fileset dir="external">
- <include name="ant-misc-*.zip"/>
- </fileset>
- </unzip>
- <chmod perm="ugo+x">
- <fileset dir="${cluster}/ant/bin">
- <exclude name="*.cmd"/>
- <exclude name="*.bat"/>
- </fileset>
- </chmod>
</target>
<target name="test-build" depends="jar-bridge,projectized-common.test-build"/>