From 9e927f500fe2570ff9a8809263bebad4912ad756 Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Nov 24 2006 21:04:30 +0000 Subject: - Use ~/.eclipseplugins instead of ~/.eclipse in update site - homedir patch. - Bump release. --- diff --git a/eclipse-updatehomedir.patch b/eclipse-updatehomedir.patch index b05f120..db6f4e2 100644 --- a/eclipse-updatehomedir.patch +++ b/eclipse-updatehomedir.patch @@ -73,7 +73,7 @@ diff -u -r1.81.2.1 TargetPage.java + if (csite == null && Platform.getInstallLocation().isReadOnly() && isUpdate == false) { + // there are no updateable sites, the installation location is read-only and we are installing a new feature + // make an update site in the user's home direcotry -+ File site = new File(System.getProperty("user.home") + File.separator + ".eclipse" + File.separator + //$NON-NLS-1$ //$NON-NLS-2$ ++ File site = new File(System.getProperty("user.home") + File.separator + ".eclipseplugins" + File.separator + //$NON-NLS-1$ //$NON-NLS-2$ + Platform.getProduct().getId() + File.separator + "updates"); //$NON-NLS-1$ + + try { diff --git a/eclipse.spec b/eclipse.spec index 9b164c6..a493f1a 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -26,7 +26,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 21%{?dist} +Release: 22%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -1743,6 +1743,10 @@ rm -f %{_datadir}/%{name}/configuration/org.eclipse.update/platform.xml* %{_libdir}/%{name}/plugins/org.eclipse.sdk_* %changelog +* Mon Nov 20 2006 Andrew Overholt 3.2.1-22 +- Use ~/.eclipseplugins instead of ~/.eclipse in update site - homedir patch. +- Bump release. + * Fri Nov 17 2006 Ben Konrath 3.2.1-21 - Add patch to workaround an xml parsing bug in libgcj (gcc bug #29853). - Resolves: #209393.