Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 9a9fcb2a47ca82d13e725c7d85b1d080 > files > 3

netbeans-ide-6.1-6mdv2009.0.src.rpm

diff -Nur -x '*.orig' -x '*~' netbeans-new-source/o.apache.tools.ant.module/build.xml netbeans-new-source.new/o.apache.tools.ant.module/build.xml
--- netbeans-new-source/o.apache.tools.ant.module/build.xml	2008-04-21 18:43:38.000000000 +0400
+++ netbeans-new-source.new/o.apache.tools.ant.module/build.xml	2008-06-10 19:24:03.000000000 +0400
@@ -75,21 +75,6 @@
     </target>
 
     <target name="release" depends="init">
-        <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="netbeans-extra" depends="jar-bridge,release"/>