X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=ide%2Fplugins%2Forg.argeo.slc.ide.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fide%2Fui%2Flaunch%2Fosgi%2FOsgiLaunchHelper.java;h=8265e74535049d3e0fca3406f0adf1c7cf42a3c2;hb=c17b3666a01eb9e34d93861be01babb397fb05e4;hp=11135f208528fdb37eda7a336425c23e4f372665;hpb=3c660e05ee3da1cc7a1be77e05697d5de6d25b5e;p=gpl%2Fargeo-slc.git diff --git a/ide/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiLaunchHelper.java b/ide/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiLaunchHelper.java index 11135f208..8265e7453 100644 --- a/ide/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiLaunchHelper.java +++ b/ide/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiLaunchHelper.java @@ -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; }