commit | 41b6cfde0edd486b3193dbafd6ca45ee7cc1974e | [log] [tgz] |
---|---|---|
author | hcao | Tue Mar 20 23:57:44 2007 +0000 |
committer | hcao | Tue Mar 20 23:57:44 2007 +0000 |
tree | 0857436be4545ddb38ab4e775c15aa8d3e75780d | |
parent | 2250d6f5c865c87f52bd940a0017fbc0f1d53e38 [diff] |
refactor editor actions to work in form editor
diff --git a/plugins/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/RoutineEditorActivator.java b/plugins/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/RoutineEditorActivator.java index be6f32b..67dd5e1 100644 --- a/plugins/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/RoutineEditorActivator.java +++ b/plugins/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/RoutineEditorActivator.java
@@ -54,10 +54,10 @@ * This method is called when the plug-in is stopped */ public void stop(BundleContext context) throws Exception { - super.stop(context); plugin = null; SQLToolsProfileListenersManager pManager = SQLToolsProfileListenersManager.getInstance(); pManager.removeProfileListener(_toolsLaunchProfileListener); + super.stop(context); } /**