File netbeans-6.8~10-ant-patch.patch of Package netbeans
diff -Nur -x '*.orig' -x '*~' 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 2009-01-10 19:16:13.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"/>
diff -Nur -x '*.orig' -x '*~' netbeans-6.5/o.apache.tools.ant.module/external/build.xml netbeans-6.5.new/o.apache.tools.ant.module/external/build.xml
--- netbeans-6.5/o.apache.tools.ant.module/external/build.xml 2008-11-10 00:13:56.000000000 +0300
+++ netbeans-6.5.new/o.apache.tools.ant.module/external/build.xml 2009-01-10 19:15:52.000000000 +0300
@@ -42,7 +42,6 @@
-->
<project name="o.apache.tools.ant.module/external" default="unzip" basedir=".">
<target name="unzip">
- <unzip src="ant-libs-1.7.1.zip" dest="lib"/>
</target>
<target name="clean">
<delete dir="lib"/>