From 374fb5671704dff5876b55835e1f0fa8fb75f8e7 Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Nov 28 2006 20:06:00 +0000 Subject: typos. --- diff --git a/eclipse.spec b/eclipse.spec index b04d05b..5edbf62 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1052,7 +1052,7 @@ for lib in `find configuration -name \*.so`; do chmod 755 $lib done -# Create file listings for the extracted shared objects +# Create file listings for the extracted shared libraries echo -n "" > %{_builddir}/%{buildsubdir}/%{name}-platform.install; for id in `ls configuration/org.eclipse.osgi/bundles`; do if [ "Aconfiguration" = $(echo A`find configuration/org.eclipse.osgi/bundles/$id -name libswt\*.so` | sed "s:/.*::") ]; then @@ -1751,8 +1751,8 @@ rm -f %{_datadir}/%{name}/configuration/org.eclipse.update/platform.xml* * Tue Nov 28 2006 Andrew Overholt 3.2.1-23 - Move back to ~/.eclipse for update site pending upstream comments. - Add patch to add platform to ~/.eclipse's platform.xml. This maintains - user-installed plugins but allows us to move arch-specific stuff into - %%{_libdir}. + user-installed plugins but allows us to remove the pre-configured + platform.xml in the OSGi configuration area. * Mon Nov 20 2006 Andrew Overholt 3.2.1-22 - Use ~/.eclipseplugins instead of ~/.eclipse in update site - homedir patch.