Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > 1a20356f1fe902b4741090d0fceae855 > files > 12

netbeans-7.0.1-3.mga2.src.rpm

diff -ruN netbeans-7.0.1/o.apache.tools.ant.module/build.xml netbeans-7.0.1/o.apache.tools.ant.module/build.xml
--- netbeans-7.0.1/o.apache.tools.ant.module/build.xml	2011-07-28 20:46:16.000000000 -0400
+++ netbeans-7.0.1/o.apache.tools.ant.module/build.xml	2011-10-28 11:29:58.814999717 -0400
@@ -79,14 +79,6 @@
 
     <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>
     </target>
 
     <target name="test-build" depends="jar-bridge,projectized-common.test-build"/>
diff -ruN netbeans-7.0.1/o.apache.tools.ant.module/external/build.xml netbeans-7.0.1/o.apache.tools.ant.module/external/build.xml
--- netbeans-7.0.1/o.apache.tools.ant.module/external/build.xml	2011-07-28 20:46:16.000000000 -0400
+++ netbeans-7.0.1/o.apache.tools.ant.module/external/build.xml	2011-10-28 11:28:52.432000793 -0400
@@ -45,7 +45,6 @@
 -->
 <project name="o.apache.tools.ant.module/external" default="unzip" basedir=".">
     <target name="unzip">
-        <unzip src="ant-libs-1.8.2.zip" dest="lib"/>
     </target>
     <target name="clean">
         <delete dir="lib"/>