Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2004-03-26 00:31:09 +0000
committerPascal Rapicault2004-03-26 00:31:09 +0000
commit0fbc984a4b017b8ab7fa7fa3e69d595c227c0928 (patch)
treebe5f3ecfeb324687d5e4cbcf03928673dd1d8b6b
parent5da54b2f4a11965d929fca8e0e1a8cc5e2fa461c (diff)
downloadeclipse.platform.runtime-branch_30m8.tar.gz
eclipse.platform.runtime-branch_30m8.tar.xz
eclipse.platform.runtime-branch_30m8.zip
Fix for bug 55923 should deactivated bundles be auto-reactivated?branch_30m8
-rw-r--r--bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Plugin.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Plugin.java b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Plugin.java
index 2f99096b7..252a20d3a 100644
--- a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Plugin.java
+++ b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Plugin.java
@@ -942,7 +942,6 @@ public abstract class Plugin implements BundleActivator {
*/
public void stop(BundleContext context) throws Exception {
context = null;
- bundle = null;
}
/**

Back to the top