From 3918707c3e06b2e01c02d03f9e0647290b8a311a Mon Sep 17 00:00:00 2001 From: dj Date: Tue, 16 Aug 2011 15:10:28 -0400 Subject: Updated comment. --- .../p2/touchpoint/eclipse/PlatformConfigurationWrapper.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PlatformConfigurationWrapper.java b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PlatformConfigurationWrapper.java index bb0a87c5e..ee56e1c7e 100644 --- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PlatformConfigurationWrapper.java +++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PlatformConfigurationWrapper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007, 2010 IBM Corporation and others. + * Copyright (c) 2007, 2011 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -35,6 +35,11 @@ public class PlatformConfigurationWrapper { private static String FEATURES = "features/"; //$NON-NLS-1$ + /* + * Use the given manipulator to calculate the OSGi install location. We can't + * just use the Location service here because we may not be installing into + * ourselves. (see https://bugs.eclipse.org/354552) + */ private static URL getOSGiInstallArea(Manipulator manipulator) { final String OSGI = "org.eclipse.osgi"; //$NON-NLS-1$ BundleInfo[] bis = manipulator.getConfigData().getBundles(); -- cgit v1.2.3