[eclipse] Fix build with ant 1.8.2.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Jan 3 12:32:13 UTC 2011


commit 16d27efedf33774398f2ad2f7a02b6e5e4d9f51f
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Jan 3 14:31:33 2011 +0200

    Fix build with ant 1.8.2.

 eclipse.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index c28338f..361bff1 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -27,7 +27,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -194,6 +194,7 @@ developing Eclipse plugins.
 cp %{SOURCE1} .
 ant -DbuildArch=%{eclipse_arch} applyPatches
 sed -i -e "s|org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar=/usr/share/java/ant/ant-trax.jar:/usr/share/java/ant-trax.jar||g" nonosgidependencies.properties
+sed -i -e "s|org.apache.ant_1.7.1.v20100518-1145/lib/ant-nodeps.jar=/usr/share/java/ant/ant-nodeps.jar:/usr/share/java/ant-nodeps.jar||g" nonosgidependencies.properties
 sed -i -e "s|tomcat5-jsp-2.0-api|tomcat6-jsp-2.1-api|g" dependencies.properties
 pushd build/eclipse-%{version}-src
 %patch0
@@ -613,6 +614,9 @@ fi
 %{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Mon Jan 3 2011 Alexander Kurtakov <akurtako at redhat.com> 1:3.6.1-4
+- Fix build with ant 1.8.2.
+
 * Mon Dec 13 2010 Severin Gehwolf <sgehwolf at redhat.com> 1:3.6.1-3
 - Add fix for Eclipse help XSS vulnerability (RH Bz #661901).
 


More information about the scm-commits mailing list