Add org.eclipse.osgi_3.1.0.jar to aot-compile-rpm --exclude

This commit is contained in:
Andrew Overholt 2005-07-14 19:42:45 +00:00
parent 9a7b723005
commit 5bd2780a6b

View File

@ -821,7 +821,7 @@ ln -s %{_datadir}/%{name}/plugins/org.eclipse.jdt.core_%{eclipse_majmin}.%{eclip
$RPM_BUILD_ROOT%{_datadir}/java/eclipse-ecj.jar
%if %{gcj_support}
aot-compile-rpm
aot-compile-rpm --exclude /usr/share/eclipse/plugins/org.eclipse.osgi_3.1.0.jar
# FIXME: temporarily disable org.eclipse.ui.forms_3.1.0.jar.so
# see: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=146463
@ -1164,6 +1164,7 @@ fi
- Re-work files sections appropriately.
- Change mozilla-nspr-devel -> nspr-devel due to change in mozilla packaging.
- Update patch for mozilla build as per above.
- Add org.eclipse.osgi_3.1.0.jar to exclude.
* Tue Jul 05 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-5
- Revert ecj_bootstrap patch since it won't work.