- Remove extraneous build.index comment (from test build again).

This commit is contained in:
Andrew Overholt 2007-11-16 22:20:55 +00:00
parent 965a7ed11f
commit ac2285e826
1 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 4%{?dist}
Release: 5%{?dist}
License: Eclipse Public License
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -517,7 +517,6 @@ ln -s %{_javadir}/junit4.jar plugins/org.junit4/junit.jar
%if %{gcj_support}
find plugins -type f -name \*.xml -exec sed --in-place "s/\(<antcall target=\"build.index\".*\/>\)/<\!-- \1 -->/" "{}" \;
%endif
find plugins -type f -name \*.xml -exec sed --in-place "s/\(<antcall target=\"build.index\".*\/>\)/<\!-- \1 -->/" "{}" \;
# the swt version is set to HEAD on ia64 but shouldn't be
# get swt version
@ -1587,6 +1586,9 @@ fi
%endif
%changelog
* Fri Nov 16 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-5
- Remove extraneous build.index comment (from test build again).
* Fri Nov 16 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-4
- Enable gcj support (disabled for test build).