]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - ide/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiLaunchHelper.java
Adapt to changes in Commons Security
[gpl/argeo-slc.git] / ide / plugins / org.argeo.slc.ide.ui / src / main / java / org / argeo / slc / ide / ui / launch / osgi / OsgiLaunchHelper.java
index 11135f208528fdb37eda7a336425c23e4f372665..8265e74535049d3e0fca3406f0adf1c7cf42a3c2 100644 (file)
@@ -40,7 +40,6 @@ import org.eclipse.jface.viewers.IStructuredSelection;
 import org.eclipse.osgi.service.resolver.BundleDescription;
 import org.eclipse.pde.core.plugin.IPluginModelBase;
 import org.eclipse.pde.core.plugin.PluginRegistry;
-import org.eclipse.pde.internal.build.IPDEBuildConstants;
 import org.eclipse.pde.launching.IPDELauncherConstants;
 import org.eclipse.swt.widgets.Display;
 import org.eclipse.swt.widgets.Shell;
@@ -396,7 +395,8 @@ public class OsgiLaunchHelper implements OsgiLauncherConstants {
                                // debug("Skip source bundle " + bundleId);
                                continue bundles;
                        } else if (bundleId
-                                       .equals(IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR)) {
+                                       .equals("org.eclipse.equinox.simpleconfigurator")) {
+                               // IPDEBuildConstants.BUNDLE_SIMPLE_CONFIGURATOR
                                // skip simple configurator in order to avoid side-effects
                                continue bundles;
                        }