diff --git a/.metadata/.log b/.metadata/.log
index 23a5fea9df7004bcc5b44354c3ccdb44802eaf7a..e76bb7181d0bd7e8d64ec1e7e7a8509a3b64565c 100644
--- a/.metadata/.log
+++ b/.metadata/.log
@@ -3882,3 +3882,236 @@ Command-line arguments:  -os macosx -ws cocoa -arch x86 -product org.eclipse.epp
 !ENTRY org.eclipse.ui 4 4 2014-04-16 20:26:43.468
 !MESSAGE Unable to find Action Set: com_sysdeo_eclipse_tomcat_actionSet
 >>>>>>> 48897b97526521e6e6e62ad567ce898ca1947d09
+
+!ENTRY org.eclipse.core.runtime 4 2 2014-04-16 20:31:29.420
+!MESSAGE Problems encountered starting up plug-in: "org.osgi.framework.BundleException: The bundle's start level is not met.  Cannot transient start the bundle: org.eclipse.pde_3.8.100.v20130911-1000 [187]".
+!STACK 0
+org.osgi.framework.BundleException: The bundle's start level is not met.  Cannot transient start the bundle: org.eclipse.pde_3.8.100.v20130911-1000 [187]
+	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315)
+	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
+	at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:923)
+	at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:360)
+	at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:340)
+	at org.eclipse.core.runtime.Platform.getPlugin(Platform.java:735)
+	at org.eclipse.core.internal.preferences.legacy.InitLegacyPreferences.init(InitLegacyPreferences.java:43)
+	at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(PreferenceServiceRegistryHelper.java:147)
+	at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(PreferencesService.java:368)
+	at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPreferences.java:221)
+	at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:274)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:409)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:670)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:812)
+	at org.eclipse.core.internal.preferences.AbstractScope.getNode(AbstractScope.java:38)
+	at org.eclipse.core.runtime.preferences.DefaultScope.getNode(DefaultScope.java:76)
+	at org.eclipse.pde.internal.core.PreferenceInitializer.initializeDefaultPreferences(PreferenceInitializer.java:52)
+	at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper$1.run(PreferenceServiceRegistryHelper.java:300)
+	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
+	at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(PreferenceServiceRegistryHelper.java:303)
+	at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(PreferenceServiceRegistryHelper.java:131)
+	at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(PreferencesService.java:368)
+	at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPreferences.java:221)
+	at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:274)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:409)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:670)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:812)
+	at org.eclipse.core.internal.preferences.AbstractScope.getNode(AbstractScope.java:38)
+	at org.eclipse.core.runtime.preferences.DefaultScope.getNode(DefaultScope.java:76)
+	at org.eclipse.pde.internal.core.PDEPreferencesManager.<init>(PDEPreferencesManager.java:34)
+	at org.eclipse.pde.internal.core.PDECore.getPreferencesManager(PDECore.java:73)
+	at org.eclipse.pde.internal.core.ExternalModelManager.getPluginPaths(ExternalModelManager.java:92)
+	at org.eclipse.pde.internal.core.PluginModelManager.initializeTable(PluginModelManager.java:513)
+	at org.eclipse.pde.internal.core.PluginModelManager.getEntryTable(PluginModelManager.java:493)
+	at org.eclipse.pde.internal.core.PluginModelManager.findEntry(PluginModelManager.java:864)
+	at org.eclipse.pde.internal.core.PluginModelManager.findModel(PluginModelManager.java:888)
+	at org.eclipse.pde.core.plugin.PluginRegistry.findModel(PluginRegistry.java:97)
+	at org.eclipse.pde.internal.core.JavaElementChangeListener.save(JavaElementChangeListener.java:131)
+	at org.eclipse.pde.internal.core.JavaElementChangeListener.shutdown(JavaElementChangeListener.java:43)
+	at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:312)
+	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:771)
+	at java.security.AccessController.doPrivileged(Native Method)
+	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:764)
+	at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
+	at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:566)
+	at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1206)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:592)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
+	at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284)
+	at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:692)
+	at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:600)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:400)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+	at java.lang.reflect.Method.invoke(Method.java:597)
+	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
+	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
+	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
+Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException: The bundle's start level is not met.  Cannot transient start the bundle: org.eclipse.pde_3.8.100.v20130911-1000 [187]
+	... 61 more
+Root exception:
+org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException: The bundle's start level is not met.  Cannot transient start the bundle: org.eclipse.pde_3.8.100.v20130911-1000 [187]
+	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:315)
+	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
+	at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:923)
+	at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:360)
+	at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:340)
+	at org.eclipse.core.runtime.Platform.getPlugin(Platform.java:735)
+	at org.eclipse.core.internal.preferences.legacy.InitLegacyPreferences.init(InitLegacyPreferences.java:43)
+	at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(PreferenceServiceRegistryHelper.java:147)
+	at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(PreferencesService.java:368)
+	at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPreferences.java:221)
+	at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:274)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:409)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:670)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:812)
+	at org.eclipse.core.internal.preferences.AbstractScope.getNode(AbstractScope.java:38)
+	at org.eclipse.core.runtime.preferences.DefaultScope.getNode(DefaultScope.java:76)
+	at org.eclipse.pde.internal.core.PreferenceInitializer.initializeDefaultPreferences(PreferenceInitializer.java:52)
+	at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper$1.run(PreferenceServiceRegistryHelper.java:300)
+	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
+	at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(PreferenceServiceRegistryHelper.java:303)
+	at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(PreferenceServiceRegistryHelper.java:131)
+	at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(PreferencesService.java:368)
+	at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPreferences.java:221)
+	at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:274)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:409)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences.java:670)
+	at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:812)
+	at org.eclipse.core.internal.preferences.AbstractScope.getNode(AbstractScope.java:38)
+	at org.eclipse.core.runtime.preferences.DefaultScope.getNode(DefaultScope.java:76)
+	at org.eclipse.pde.internal.core.PDEPreferencesManager.<init>(PDEPreferencesManager.java:34)
+	at org.eclipse.pde.internal.core.PDECore.getPreferencesManager(PDECore.java:73)
+	at org.eclipse.pde.internal.core.ExternalModelManager.getPluginPaths(ExternalModelManager.java:92)
+	at org.eclipse.pde.internal.core.PluginModelManager.initializeTable(PluginModelManager.java:513)
+	at org.eclipse.pde.internal.core.PluginModelManager.getEntryTable(PluginModelManager.java:493)
+	at org.eclipse.pde.internal.core.PluginModelManager.findEntry(PluginModelManager.java:864)
+	at org.eclipse.pde.internal.core.PluginModelManager.findModel(PluginModelManager.java:888)
+	at org.eclipse.pde.core.plugin.PluginRegistry.findModel(PluginRegistry.java:97)
+	at org.eclipse.pde.internal.core.JavaElementChangeListener.save(JavaElementChangeListener.java:131)
+	at org.eclipse.pde.internal.core.JavaElementChangeListener.shutdown(JavaElementChangeListener.java:43)
+	at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:312)
+	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:771)
+	at java.security.AccessController.doPrivileged(Native Method)
+	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:764)
+	at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
+	at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:566)
+	at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1206)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:592)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
+	at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284)
+	at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:692)
+	at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:600)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:400)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+	at java.lang.reflect.Method.invoke(Method.java:597)
+	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
+	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
+	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
+
+!ENTRY org.eclipse.pde.core 4 0 2014-04-16 20:31:30.101
+!MESSAGE FrameworkEvent ERROR
+!STACK 0
+org.osgi.framework.BundleException: Exception in org.eclipse.pde.internal.core.PDECore.stop() of bundle org.eclipse.pde.core.
+	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:791)
+	at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
+	at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:566)
+	at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1206)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:592)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
+	at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284)
+	at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:692)
+	at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:600)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:400)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+	at java.lang.reflect.Method.invoke(Method.java:597)
+	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
+	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
+	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
+Caused by: java.lang.NullPointerException
+	at org.eclipse.pde.internal.core.target.AbstractBundleContainer.resolveVariables(AbstractBundleContainer.java:60)
+	at org.eclipse.pde.internal.core.target.ProfileBundleContainer.resolveHomeLocation(ProfileBundleContainer.java:212)
+	at org.eclipse.pde.internal.core.target.ProfileBundleContainer.getLocation(ProfileBundleContainer.java:76)
+	at org.eclipse.pde.internal.core.target.AbstractBundleContainer.getVMArguments(AbstractBundleContainer.java:204)
+	at org.eclipse.pde.internal.core.target.TargetPlatformService.newDefaultTarget(TargetPlatformService.java:526)
+	at org.eclipse.pde.internal.core.PluginModelManager.initDefaultTargetPlatformDefinition(PluginModelManager.java:607)
+	at org.eclipse.pde.internal.core.PluginModelManager.initializeTable(PluginModelManager.java:560)
+	at org.eclipse.pde.internal.core.PluginModelManager.getEntryTable(PluginModelManager.java:493)
+	at org.eclipse.pde.internal.core.PluginModelManager.findEntry(PluginModelManager.java:864)
+	at org.eclipse.pde.internal.core.PluginModelManager.findModel(PluginModelManager.java:888)
+	at org.eclipse.pde.core.plugin.PluginRegistry.findModel(PluginRegistry.java:97)
+	at org.eclipse.pde.internal.core.JavaElementChangeListener.save(JavaElementChangeListener.java:131)
+	at org.eclipse.pde.internal.core.JavaElementChangeListener.shutdown(JavaElementChangeListener.java:43)
+	at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:312)
+	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:771)
+	at java.security.AccessController.doPrivileged(Native Method)
+	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:764)
+	... 18 more
+Root exception:
+java.lang.NullPointerException
+	at org.eclipse.pde.internal.core.target.AbstractBundleContainer.resolveVariables(AbstractBundleContainer.java:60)
+	at org.eclipse.pde.internal.core.target.ProfileBundleContainer.resolveHomeLocation(ProfileBundleContainer.java:212)
+	at org.eclipse.pde.internal.core.target.ProfileBundleContainer.getLocation(ProfileBundleContainer.java:76)
+	at org.eclipse.pde.internal.core.target.AbstractBundleContainer.getVMArguments(AbstractBundleContainer.java:204)
+	at org.eclipse.pde.internal.core.target.TargetPlatformService.newDefaultTarget(TargetPlatformService.java:526)
+	at org.eclipse.pde.internal.core.PluginModelManager.initDefaultTargetPlatformDefinition(PluginModelManager.java:607)
+	at org.eclipse.pde.internal.core.PluginModelManager.initializeTable(PluginModelManager.java:560)
+	at org.eclipse.pde.internal.core.PluginModelManager.getEntryTable(PluginModelManager.java:493)
+	at org.eclipse.pde.internal.core.PluginModelManager.findEntry(PluginModelManager.java:864)
+	at org.eclipse.pde.internal.core.PluginModelManager.findModel(PluginModelManager.java:888)
+	at org.eclipse.pde.core.plugin.PluginRegistry.findModel(PluginRegistry.java:97)
+	at org.eclipse.pde.internal.core.JavaElementChangeListener.save(JavaElementChangeListener.java:131)
+	at org.eclipse.pde.internal.core.JavaElementChangeListener.shutdown(JavaElementChangeListener.java:43)
+	at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:312)
+	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:771)
+	at java.security.AccessController.doPrivileged(Native Method)
+	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:764)
+	at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
+	at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:566)
+	at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1206)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:592)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
+	at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
+	at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:284)
+	at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:692)
+	at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:600)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:400)
+	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
+	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
+	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+	at java.lang.reflect.Method.invoke(Method.java:597)
+	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
+	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
+	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
+!SESSION 2014-04-16 20:31:32.505 -----------------------------------------------
+eclipse.buildId=4.3.0.M20130911-1000
+java.version=1.6.0_65
+java.vendor=Apple Inc.
+BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
+Framework arguments:  -product org.eclipse.epp.package.standard.product -keyring /Users/siyulin/.eclipse_keyring -showlocation
+Command-line arguments:  -os macosx -ws cocoa -arch x86 -product org.eclipse.epp.package.standard.product -keyring /Users/siyulin/.eclipse_keyring -showlocation
+
+!ENTRY org.eclipse.core.net 1 0 2014-04-16 20:31:38.377
+!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
+
+!ENTRY org.eclipse.ui 4 4 2014-04-16 20:31:38.981
+!MESSAGE Unable to find Action Set: org.eclipse.ptp.debug.ui.debugActionSet
+
+!ENTRY org.eclipse.ui 4 4 2014-04-16 20:31:38.982
+!MESSAGE Unable to find Action Set: org.eclipse.rse.core.search.searchActionSet
+
+!ENTRY org.eclipse.ui 4 4 2014-04-16 20:31:38.988
+!MESSAGE Unable to find Action Set: org.eclipse.wb.core.ui.actionset
+
+!ENTRY org.eclipse.ui 4 4 2014-04-16 20:31:38.989
+!MESSAGE Unable to find Action Set: com_sysdeo_eclipse_tomcat_actionSet
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/exam1/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/exam1/.markers
index 58b46f40cc263faf5f83939ae74490fd13c3a0db..c4e36ad83f42ceef342882ff5ebbbd8acdf0d93b 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/exam1/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/exam1/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/homework/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/homework/.markers
index 0724a3bbc23aca8bde4fc95185cddfa5ef6d1a67..feebf8b3fc52eddca8ad8df37c742f29f2959586 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/homework/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/homework/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/project10/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/project10/.markers
index 8483a786d4250cdcaf6f2e64cf04162d75f3f0d2..cd773dc3ae107b4093a9dbe3050a8b9b36574f02 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/project10/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/project10/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/project2/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/project2/.markers
index 7a56b63355a79ee5e86bb07e5ea397578e9f5bc3..8c81aa17b4f391857d60ec7b0ed8394e133836ee 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/project2/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/project2/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/project3/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/project3/.markers
index cb7827c0655ef6128442bc43fea9a883a7e570ef..6a77fc37e82fba9b1dfba71c9099542fcd247a33 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/project3/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/project3/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/project4/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/project4/.markers
index 06a2d7f825fe65e7b74902e4b5de88450714b50b..a3d3e3f7c1e16ea12a5dba9653e8ec5977d3fa54 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/project4/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/project4/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/project6/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/project6/.markers
index 1828cc404c2036771e852c14b6456423a87775cd..92322dedb5af168c983f4cd92430e4956ba3fc12 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/project6/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/project6/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/project7/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/project7/.markers
index f2fcdf6811d5f034a2558fe4b771a4032e037c1a..a8304364292aa682f77ea80dd2a567a57a7787e1 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/project7/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/project7/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/project8/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/project8/.markers
index 54dfc6ee785f08268daf9a9846bb7fb686f6ab6b..de03469e90539ae6b59bbe2c09b92d00db6d45af 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/project8/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/project8/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.projects/temp/.markers b/.metadata/.plugins/org.eclipse.core.resources/.projects/temp/.markers
index 8f7c458099eaf4c0c94bc247d59f24528a24ac50..19850a5a3275d9705929b8794131003a9eebf7f5 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.projects/temp/.markers and b/.metadata/.plugins/org.eclipse.core.resources/.projects/temp/.markers differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index b/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index
index f3db0e8fc383f48b36727274fb14f4d79d4e8183..2f1687853526a383301c00c1256d64b1c1d03a4d 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index and b/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index differ
diff --git a/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
index cebb429e66c68511e99432f2c2294ac06e487679..f2ab41f1da42435ea5078acb2daebb22805df703 100644
Binary files a/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources and b/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources differ
diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs
index 9aafcf01782e89b0ea5943be974daae53ca69925..dcbc222a8d587f884be8fb168ac8681b96eac119 100644
--- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs
+++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs
@@ -1,2 +1,2 @@
 eclipse.preferences.version=1
-org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<vmSettings defaultVM\="52,org.eclipse.jdt.internal.launching.macosx.MacOSXType19,com.apple.javajdk16" defaultVMConnector\="">\n<vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n<vm id\="1397652175293" name\="jre7" path\="/Users/siyulin/Downloads/eclipse/Eclipse.app/Contents/MacOS/C\:\\Program Files\\Java\\jre7"/>\n</vmType>\n<vmType id\="org.eclipse.jdt.internal.launching.macosx.MacOSXType">\n<vm id\="com.oracle.java.7u45.jdk" name\="Java SE 7 [1.7.0_45]" path\="/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home"/>\n<vm id\="com.apple.javajdk16" name\="Java SE 6 [1.6.0_65-b14-462]" path\="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home"/>\n</vmType>\n</vmSettings>\n
+org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<vmSettings defaultVM\="52,org.eclipse.jdt.internal.launching.macosx.MacOSXType19,com.apple.javajdk16" defaultVMConnector\="">\n<vmType id\="org.eclipse.jdt.internal.launching.macosx.MacOSXType">\n<vm id\="com.oracle.java.7u45.jdk" name\="Java SE 7 [1.7.0_45]" path\="/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home"/>\n<vm id\="com.apple.javajdk16" name\="Java SE 6 [1.6.0_65-b14-462]" path\="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home"/>\n</vmType>\n</vmSettings>\n
diff --git a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
index 59d1c9d7057734bc73756631260b147ef8d5e1b8..553d35e28231136f475cd9550143f854212277e9 100644
--- a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
+++ b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
@@ -1,3154 +1,9 @@
-<<<<<<< HEAD
-<?xml version="1.0" encoding="ASCII"?>
-<application:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:application="http://www.eclipse.org/ui/2010/UIModel/application" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_dJDdwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_dJDdwcXPEeOQKtwf9Y2DKA" bindingContexts="_dJKLpMXPEeOQKtwf9Y2DKA">
-  <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;workbench>&#xD;&#xA;&lt;mruList/>&#xD;&#xA;&lt;/workbench>"/>
-  <tags>activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration</tags>
-  <children xsi:type="basic:TrimmedWindow" xmi:id="_dJDdwcXPEeOQKtwf9Y2DKA" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_dJDdwsXPEeOQKtwf9Y2DKA" label="%trimmedwindow.label.eclipseSDK" x="25" y="25" width="1024" height="768">
-    <persistedState key="coolBarVisible" value="true"/>
-    <persistedState key="perspectiveBarVisible" value="true"/>
-    <persistedState key="workingSets" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;workingSets/>"/>
-    <persistedState key="aggregateWorkingSetId" value="Aggregate for window 1397697017896"/>
-    <tags>topLevel</tags>
-    <children xsi:type="basic:PartSashContainer" xmi:id="_dJDdwsXPEeOQKtwf9Y2DKA" selectedElement="_dJDdw8XPEeOQKtwf9Y2DKA" horizontal="true">
-      <children xsi:type="advanced:PerspectiveStack" xmi:id="_dJDdw8XPEeOQKtwf9Y2DKA" containerData="7500" selectedElement="_dJDdxMXPEeOQKtwf9Y2DKA">
-        <children xsi:type="advanced:Perspective" xmi:id="_dJDdxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavaPerspective" selectedElement="_dJDdxcXPEeOQKtwf9Y2DKA" label="Java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/jperspective.gif">
-          <persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,"/>
-          <tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>
-          <tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>
-          <tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>
-          <tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>
-          <tags>persp.actionSet:org.eclipse.ptp.debug.ui.debugActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.rse.core.search.searchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.wb.core.ui.actionset</tags>
-          <tags>persp.actionSet:com_sysdeo_eclipse_tomcat_actionSet</tags>
-          <tags>persp.actionSet:org.eclipse.debug.ui.launchActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.jdt.ui.JavaActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.ui.NavigateActionSet</tags>
-          <tags>persp.viewSC:org.eclipse.jdt.ui.PackageExplorer</tags>
-          <tags>persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy</tags>
-          <tags>persp.viewSC:org.eclipse.jdt.ui.SourceView</tags>
-          <tags>persp.viewSC:org.eclipse.jdt.ui.JavadocView</tags>
-          <tags>persp.viewSC:org.eclipse.search.ui.views.SearchView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.console.ConsoleView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ProblemView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ResourceNavigator</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.TaskList</tags>
-          <tags>persp.viewSC:org.eclipse.ui.views.ProgressView</tags>
-          <tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags>
-          <tags>persp.viewSC:org.eclipse.ui.texteditor.TemplatesView</tags>
-          <tags>persp.viewSC:org.eclipse.pde.runtime.LogView</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.folder</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.wizards.new.file</tags>
-          <tags>persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard</tags>
-          <tags>persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective</tags>
-          <tags>persp.perspSC:org.eclipse.debug.ui.DebugPerspective</tags>
-          <tags>persp.viewSC:org.eclipse.ant.ui.views.AntView</tags>
-          <tags>persp.perspSC:org.eclipse.birt.report.designer.ui.ReportPerspective</tags>
-          <tags>persp.newWizSC:org.eclipse.birt.report.designer.ui.ide.wizards.NewReportWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.birt.report.designer.ui.ide.wizards.NewTemplateWizard</tags>
-          <tags>persp.newWizSC:org.eclipse.birt.report.designer.ui.wizards.NewLibraryWizard</tags>
-          <tags>persp.showIn:org.eclipse.egit.ui.RepositoriesView</tags>
-          <tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags>
-          <tags>persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet</tags>
-          <tags>persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard</tags>
-          <tags>persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet</tags>
-          <tags>persp.showIn:org.eclipse.jdt.ui.PackageExplorer</tags>
-          <tags>persp.showIn:org.eclipse.team.ui.GenericHistoryView</tags>
-          <tags>persp.showIn:org.eclipse.ui.views.ResourceNavigator</tags>
-          <tags>persp.showIn:org.eclipse.ui.navigator.ProjectExplorer</tags>
-          <tags>persp.actionSet:org.eclipse.debug.ui.profileActionSet</tags>
-          <tags>persp.viewSC:org.eclipse.wb.core.StructureView</tags>
-          <tags>persp.viewSC:org.eclipse.wb.core.PaletteView</tags>
-          <tags>persp.perspSC:org.eclipse.wst.jsdt.ui.JavaPerspective</tags>
-          <children xsi:type="basic:PartSashContainer" xmi:id="_dJDdxcXPEeOQKtwf9Y2DKA" selectedElement="_dJDdxsXPEeOQKtwf9Y2DKA" horizontal="true">
-            <children xsi:type="basic:PartSashContainer" xmi:id="_dJDdxsXPEeOQKtwf9Y2DKA" containerData="2500" selectedElement="_dJDdx8XPEeOQKtwf9Y2DKA">
-              <children xsi:type="basic:PartStack" xmi:id="_dJDdx8XPEeOQKtwf9Y2DKA" elementId="left" containerData="6000" selectedElement="_dJDdyMXPEeOQKtwf9Y2DKA">
-                <tags>newtablook</tags>
-                <tags>org.eclipse.e4.primaryNavigationStack</tags>
-                <tags>active</tags>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDdyMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.PackageExplorer" ref="_dJEsWsXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDdycXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_dJEsdsXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDdysXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ResourceNavigator" toBeRendered="false" ref="_dJEsd8XPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDdy8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigator.ProjectExplorer" toBeRendered="false" ref="_dJEseMXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDdzMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.junit.ResultView" toBeRendered="false" ref="_dJFTAMXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDdzcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.StructureView" toBeRendered="false" ref="_dJFTAcXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDdzsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.PaletteView" toBeRendered="false" ref="_dJFTAsXPEeOQKtwf9Y2DKA"/>
-              </children>
-              <children xsi:type="basic:PartStack" xmi:id="_dJDdz8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewMStack" toBeRendered="false" containerData="4000">
-                <tags>newtablook</tags>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDd0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesView" toBeRendered="false" ref="_dJFS_8XPEeOQKtwf9Y2DKA"/>
-              </children>
-            </children>
-            <children xsi:type="basic:PartSashContainer" xmi:id="_dJDd0cXPEeOQKtwf9Y2DKA" containerData="7500">
-              <children xsi:type="basic:PartSashContainer" xmi:id="_dJDd0sXPEeOQKtwf9Y2DKA" containerData="7500" horizontal="true">
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDd08XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.editorss" containerData="7500" ref="_dJEsWMXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="basic:PartStack" xmi:id="_dJDd1MXPEeOQKtwf9Y2DKA" elementId="right" containerData="2500" selectedElement="_dJDd1cXPEeOQKtwf9Y2DKA">
-                  <tags>newtablook</tags>
-                  <tags>org.eclipse.e4.secondaryNavigationStack</tags>
-                  <children xsi:type="advanced:Placeholder" xmi:id="_dJDd1cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ContentOutline" ref="_dJFS-MXPEeOQKtwf9Y2DKA"/>
-                  <children xsi:type="advanced:Placeholder" xmi:id="_dJDd1sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.texteditor.TemplatesView" toBeRendered="false" ref="_dJFS_cXPEeOQKtwf9Y2DKA"/>
-                  <children xsi:type="advanced:Placeholder" xmi:id="_dJDd18XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.views.AntView" toBeRendered="false" ref="_dJFS_sXPEeOQKtwf9Y2DKA"/>
-                </children>
-              </children>
-              <children xsi:type="basic:PartStack" xmi:id="_dJDd2MXPEeOQKtwf9Y2DKA" elementId="bottom" containerData="2500" selectedElement="_dJDd2cXPEeOQKtwf9Y2DKA">
-                <tags>newtablook</tags>
-                <tags>org.eclipse.e4.secondaryDataStack</tags>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDd2cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ProblemView" ref="_dJEsecXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDd2sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavadocView" ref="_dJFS8sXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDd28XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.SourceView" ref="_dJFS88XPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDd3MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_dJFS9MXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDd3cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.console.ConsoleView" toBeRendered="false" ref="_dJFS9cXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDd3sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_dJFS9sXPEeOQKtwf9Y2DKA"/>
-                <children xsi:type="advanced:Placeholder" xmi:id="_dJDd38XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_dJFS98XPEeOQKtwf9Y2DKA"/>
-              </children>
-            </children>
-          </children>
-        </children>
-      </children>
-      <children xsi:type="basic:PartStack" xmi:id="_dJDd4MXPEeOQKtwf9Y2DKA" elementId="stickyFolderRight" toBeRendered="false" containerData="2500">
-        <children xsi:type="advanced:Placeholder" xmi:id="_dJDd4cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="_dJEsVcXPEeOQKtwf9Y2DKA"/>
-        <children xsi:type="advanced:Placeholder" xmi:id="_dJDd4sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="_dJEsVsXPEeOQKtwf9Y2DKA"/>
-        <children xsi:type="advanced:Placeholder" xmi:id="_dJEE0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="_dJEsV8XPEeOQKtwf9Y2DKA"/>
-      </children>
-    </children>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJEsVcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.help.ui.HelpView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:Help</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJEsVsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.internal.introview" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Welcome" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJEsV8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:Help</tags>
-    </sharedElements>
-    <sharedElements xsi:type="advanced:Area" xmi:id="_dJEsWMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.editorss">
-      <children xsi:type="basic:PartStack" xmi:id="_dJEsWcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.primaryDataStack">
-        <tags>newtablook</tags>
-        <tags>org.eclipse.e4.primaryDataStack</tags>
-        <tags>EditorStack</tags>
-      </children>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJEsWsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.PackageExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Package Explorer" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.gif" tooltip="Workspace" closeable="true">
-      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;1&quot; workingSetName=&quot;Aggregate for window 1397697017896&quot;>&#xD;&#xA;&lt;customFilters userDefinedPatternsEnabled=&quot;false&quot;>&#xD;&#xA;&lt;xmlDefinedFilters>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.StaticsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.ExternalPluginLibrariesFilter1&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsConnections&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.FieldsFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsTempFiles&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.BinaryProjectFilter1&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter&quot; isEnabled=&quot;true&quot;/>&#xD;&#xA;&lt;child filterId=&quot;org.eclipse.m2e.MavenModuleFilter&quot; isEnabled=&quot;false&quot;/>&#xD;&#xA;&lt;/xmlDefinedFilters>&#xD;&#xA;&lt;/customFilters>&#xD;&#xA;&lt;/view>"/>
-      <tags>View</tags>
-      <tags>categoryTag:Java</tags>
-      <tags>active</tags>
-      <menus xmi:id="_dJEsW8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.PackageExplorer">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <menus xsi:type="menu:PopupMenu" xmi:id="_dJEsccXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.PackageExplorer">
-        <tags>menuContribution:popup</tags>
-        <tags>popup:org.eclipse.jdt.ui.PackageExplorer</tags>
-      </menus>
-      <toolbar xmi:id="_dJEscsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.PackageExplorer"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJEsdsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.TypeHierarchy" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:Java</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJEsd8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ResourceNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJEseMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigator.ProjectExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJEsecXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ProblemView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.gif" tooltip="" closeable="true">
-      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view PRIMARY_SORT_FIELD=&quot;org.eclipse.ui.ide.severityAndDescriptionField&quot; categoryGroup=&quot;org.eclipse.ui.ide.severity&quot; markerContentGenerator=&quot;org.eclipse.ui.ide.problemsGenerator&quot; partName=&quot;Problems&quot;>&#xD;&#xA;&lt;columnWidths org.eclipse.ui.ide.locationField=&quot;90&quot; org.eclipse.ui.ide.markerType=&quot;90&quot; org.eclipse.ui.ide.pathField=&quot;120&quot; org.eclipse.ui.ide.resourceField=&quot;90&quot; org.eclipse.ui.ide.severityAndDescriptionField=&quot;300&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.severityAndDescriptionField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.resourceField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.pathField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.locationField&quot;/>&#xD;&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.markerType&quot;/>&#xD;&#xA;&lt;/view>"/>
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-      <menus xmi:id="_dJEsesXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ProblemView">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <menus xsi:type="menu:PopupMenu" xmi:id="_dJFS8MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ProblemView">
-        <tags>menuContribution:popup</tags>
-        <tags>popup:org.eclipse.ui.views.ProblemView</tags>
-        <tags>popup:org.eclipse.ui.ide.MarkersView</tags>
-      </menus>
-      <toolbar xmi:id="_dJFS8cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ProblemView"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS8sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavadocView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:Java</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS88XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.SourceView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Declaration" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:Java</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS9MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.views.SearchView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS9cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.console.ConsoleView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS9sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.BookmarkView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Bookmarks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS98XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ProgressView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS-MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ContentOutline" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Outline" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.gif" tooltip="" closeable="true">
-      <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;view/>"/>
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-      <menus xmi:id="_dJFS-cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ContentOutline">
-        <tags>ViewMenu</tags>
-        <tags>menuContribution:menu</tags>
-      </menus>
-      <toolbar xmi:id="_dJFS_MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ContentOutline"/>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS_cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.texteditor.TemplatesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Templates" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/templates.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:General</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS_sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.views.AntView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:Ant</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFS_8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Git Repositories" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:Git</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFTAMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.junit.ResultView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:Java</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFTAcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.StructureView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Structure" iconURI="platform:/plugin/org.eclipse.wb.core/icons/structure/properties_view.gif" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:WindowBuilder</tags>
-    </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_dJFTAsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.PaletteView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Palette" iconURI="platform:/plugin/org.eclipse.wb.core/icons/structure/palette.png" closeable="true">
-      <tags>View</tags>
-      <tags>categoryTag:WindowBuilder</tags>
-    </sharedElements>
-    <trimBars xmi:id="_dJFTA8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.main.toolbar">
-      <children xsi:type="menu:ToolBar" xmi:id="_dJFTBMXPEeOQKtwf9Y2DKA" elementId="group.file" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_dJFTBcXPEeOQKtwf9Y2DKA" elementId="group.file" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJFTBsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.workbench.file">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTB8XPEeOQKtwf9Y2DKA" elementId="new.group"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTCMXPEeOQKtwf9Y2DKA" elementId="newWizardDropDown"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTCcXPEeOQKtwf9Y2DKA" elementId="new.ext" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTCsXPEeOQKtwf9Y2DKA" elementId="save.group" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTC8XPEeOQKtwf9Y2DKA" elementId="save"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTDMXPEeOQKtwf9Y2DKA" elementId="saveAll"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTDcXPEeOQKtwf9Y2DKA" elementId="save.ext" visible="false"/>
-        <children xsi:type="menu:HandledToolItem" xmi:id="_dJFTDsXPEeOQKtwf9Y2DKA" elementId="print" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.gif" tooltip="Print" enabled="false" command="_dJ81pcXPEeOQKtwf9Y2DKA"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTD8XPEeOQKtwf9Y2DKA" elementId="print.ext" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTEMXPEeOQKtwf9Y2DKA" elementId="build.group"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTEcXPEeOQKtwf9Y2DKA" elementId="build.ext" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTEsXPEeOQKtwf9Y2DKA" elementId="additions"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTE8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.wizards.actions.NewDesignerTypeDropDownAction"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJFTFMXPEeOQKtwf9Y2DKA" elementId="additions" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_dJFTFcXPEeOQKtwf9Y2DKA" elementId="additions" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJFTVMXPEeOQKtwf9Y2DKA" elementId="com_sysdeo_eclipse_tomcat_actionSet">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTVcXPEeOQKtwf9Y2DKA" elementId="additions"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTVsXPEeOQKtwf9Y2DKA" elementId="com.sysdeo.eclipse.tomcat.start"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTV8XPEeOQKtwf9Y2DKA" elementId="com.sysdeo.eclipse.tomcat.stop"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTWMXPEeOQKtwf9Y2DKA" elementId="com.sysdeo.eclipse.tomcat.restart"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJFTWcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.breakpointActionSet">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTWsXPEeOQKtwf9Y2DKA" elementId="breakpointGroup"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTW8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.actions.SkipAllBreakpoints"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJFTXMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.launchActionSet">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTXcXPEeOQKtwf9Y2DKA" elementId="debug"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTXsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.internal.ui.actions.DebugDropDownAction"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTX8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.internal.ui.actions.RunDropDownAction"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTYMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.internal.ui.actions.ProfileDropDownAction"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTYcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJFTYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTY8XPEeOQKtwf9Y2DKA" elementId="JavaWizards"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.actions.OpenProjectWizard"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTZcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.actions.OpenPackageWizard"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJFTZsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.actions.NewTypeDropDown"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJF6AMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.searchActionSet">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6AcXPEeOQKtwf9Y2DKA" elementId="Search"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6AsXPEeOQKtwf9Y2DKA" elementId="openType"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6A8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.OpenSearchDialogPage"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJF6BMXPEeOQKtwf9Y2DKA" elementId="group.nav" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_dJF6BcXPEeOQKtwf9Y2DKA" elementId="group.nav" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJF6BsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.workbench.navigate">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6B8XPEeOQKtwf9Y2DKA" elementId="history.group"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6CMXPEeOQKtwf9Y2DKA" elementId="group.application" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6CcXPEeOQKtwf9Y2DKA" elementId="backardHistory"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6CsXPEeOQKtwf9Y2DKA" elementId="forwardHistory"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6C8XPEeOQKtwf9Y2DKA" elementId="pin.group"/>
-        <children xsi:type="menu:HandledToolItem" xmi:id="_dJF6DMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.pinEditor" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.gif" tooltip="Pin Editor" enabled="false" command="_dJydncXPEeOQKtwf9Y2DKA"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6DcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.gotoNextAnnotation"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6DsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.gotoPreviousAnnotation"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6D8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJF6EMXPEeOQKtwf9Y2DKA" elementId="group.editor" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_dJF6EcXPEeOQKtwf9Y2DKA" elementId="group.editor" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJF6EsXPEeOQKtwf9Y2DKA" elementId="group.help" toBeRendered="false">
-        <tags>toolbarSeparator</tags>
-        <children xsi:type="menu:ToolBarSeparator" xmi:id="_dJF6E8XPEeOQKtwf9Y2DKA" elementId="group.help" toBeRendered="false"/>
-      </children>
-      <children xsi:type="menu:ToolBar" xmi:id="_dJF6FMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.workbench.help" visible="false">
-        <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6FcXPEeOQKtwf9Y2DKA" elementId="group.help"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_dJF6FsXPEeOQKtwf9Y2DKA" elementId="group.application" visible="false"/>
-      </children>
-      <children xsi:type="menu:ToolControl" xmi:id="_dJF6F8XPEeOQKtwf9Y2DKA" elementId="PerspectiveSpacer" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
-        <tags>stretch</tags>
-      </children>
-      <children xsi:type="menu:ToolControl" xmi:id="_dJF6GMXPEeOQKtwf9Y2DKA" elementId="Spacer Glue" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
-        <tags>glue</tags>
-      </children>
-      <children xsi:type="menu:ToolControl" xmi:id="_dJF6GcXPEeOQKtwf9Y2DKA" elementId="SearchField" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.quickaccess.SearchField"/>
-      <children xsi:type="menu:ToolControl" xmi:id="_dJF6GsXPEeOQKtwf9Y2DKA" elementId="Search-PS Glue" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
-        <tags>glue</tags>
-      </children>
-      <children xsi:type="menu:ToolControl" xmi:id="_dJF6G8XPEeOQKtwf9Y2DKA" elementId="PerspectiveSwitcher" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher">
-        <tags>Draggable</tags>
-      </children>
-    </trimBars>
-    <trimBars xmi:id="_dJF6HMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.trim.status" side="Bottom">
-      <children xsi:type="menu:ToolControl" xmi:id="_dJF6HcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.StatusLine" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
-        <tags>stretch</tags>
-      </children>
-      <children xsi:type="menu:ToolControl" xmi:id="_dJF6HsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.HeapStatus" toBeRendered="false" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim"/>
-      <children xsi:type="menu:ToolControl" xmi:id="_dJF6H8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ProgressBar" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
-        <tags>Draggable</tags>
-      </children>
-    </trimBars>
-    <trimBars xmi:id="_dJF6IMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.trim.vertical1" side="Left"/>
-    <trimBars xmi:id="_dJF6IcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.trim.vertical2" side="Right"/>
-  </children>
-  <handlers xmi:id="_dJF6IsXPEeOQKtwf9Y2DKA" elementId="_UW9TY_r3Ed6gmo7caOxU9g" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.ExitHandler" command="_dJj0E8XPEeOQKtwf9Y2DKA"/>
-  <handlers xmi:id="_dJF6I8XPEeOQKtwf9Y2DKA" elementId="_BESTZfr3Ed6gmo7caOxU04" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.swt/org.eclipse.e4.ui.internal.workbench.swt.handlers.ShowViewHandler" command="_dJj0FMXPEeOQKtwf9Y2DKA"/>
-  <handlers xmi:id="_dJF6JMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.saveHandler" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.handlers.SaveHandler" command="_dJj0FsXPEeOQKtwf9Y2DKA"/>
-  <handlers xmi:id="_dJF6JcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.saveAllHandler" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.handlers.SaveAllHandler" command="_dJj0F8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJF6JsXPEeOQKtwf9Y2DKA" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_dJKLpMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJF6J8XPEeOQKtwf9Y2DKA" elementId="_UW9TZfr3Ed6gmo7caOxU9g" contributorURI="platform:/plugin/org.eclipse.platform" keySequence="CTRL+Q" command="_dJj0E8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6KMXPEeOQKtwf9Y2DKA" elementId="_oRr6EAFSEd-Z8rQksLwRYw" contributorURI="platform:/plugin/org.eclipse.platform" keySequence="CTRL+S" command="_dJj0FsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6KcXPEeOQKtwf9Y2DKA" contributorURI="platform:/plugin/org.eclipse.platform" keySequence="CTRL+SHIFT+S" command="_dJj0F8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6KsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+F2" command="_dJoskMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6K8XPEeOQKtwf9Y2DKA" keySequence="CTRL+INSERT" command="_dJ2H_8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6LMXPEeOQKtwf9Y2DKA" keySequence="CTRL+A" command="_dJ2H-8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6LcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+I" command="_dJydoMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6LsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+F1" command="_dJj0HcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6L8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SPACE" command="_dJ39JsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6MMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+SPACE" command="_dJuMKsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6McXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+N" command="_dJs-F8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6MsXPEeOQKtwf9Y2DKA" keySequence="CTRL+V" command="_dJzrv8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6M8XPEeOQKtwf9Y2DKA" keySequence="CTRL+Z" command="_dJlpQsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6NMXPEeOQKtwf9Y2DKA" keySequence="CTRL+Y" command="_dJrv9MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6NcXPEeOQKtwf9Y2DKA" keySequence="CTRL+X" command="_dJ6ZcsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6NsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+L" command="_dJzrscXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6N8XPEeOQKtwf9Y2DKA" keySequence="CTRL+1" command="_dJpTqMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6OMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+F3" command="_dKBHHMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6OcXPEeOQKtwf9Y2DKA" keySequence="CTRL+F10" command="_dJ3WFMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6OsXPEeOQKtwf9Y2DKA" keySequence="SHIFT+INSERT" command="_dJzrv8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6O8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+D" command="_dJrv7sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6PMXPEeOQKtwf9Y2DKA" keySequence="SHIFT+DEL" command="_dJ6ZcsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6PcXPEeOQKtwf9Y2DKA" keySequence="ALT+PAGE_UP" command="_dJ39IMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6PsXPEeOQKtwf9Y2DKA" keySequence="CTRL+C" command="_dJ2H_8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6P8XPEeOQKtwf9Y2DKA" keySequence="ALT+PAGE_DOWN" command="_dJqhy8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJF6QMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.contexts.window" bindingContext="_dJKLpcXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJF6QcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+K" command="_dJ_R5sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6QsXPEeOQKtwf9Y2DKA" keySequence="CTRL+TAB" command="_dJlpWcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6Q8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_dJx2lMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6RMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D T" command="_dJ4kOcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6RcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D A" command="_dJsXAsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6RsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D J" command="_dJ_R58XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6R8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D Q" command="_dJ8OlcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6SMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D E" command="_dJneh8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6ScXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D O" command="_dJzrwcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6SsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D P" command="_dKAgBsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6S8XPEeOQKtwf9Y2DKA" keySequence="ALT+ARROW_LEFT" command="_dJ5yVsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6TMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D X" command="_dJp6xsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6TcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D R" command="_dJ-DwMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6TsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D W" command="_dJ-q1sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6T8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+D H" command="_dJkbLcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6UMXPEeOQKtwf9Y2DKA" keySequence="ALT+C" command="_dJwBYsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6UcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+G" command="_dJs-DsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6UsXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+I" command="_dJ_4-8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6U8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+A" command="_dJ_4-cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6VMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+TAB" command="_dJ3WHcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6VcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+J" command="_dKCVM8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6VsXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+D" command="_dJ-D0MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6V8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+C" command="_dJ3WHsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6WMXPEeOQKtwf9Y2DKA" keySequence="ALT+ARROW_RIGHT" command="_dJsW8cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6WcXPEeOQKtwf9Y2DKA" keySequence="CTRL+B" command="_dJx2k8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6WsXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+SHIFT+M" command="_dJ053cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6W8XPEeOQKtwf9Y2DKA" keySequence="SHIFT+F5" command="_dJ0Sy8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6XMXPEeOQKtwf9Y2DKA" keySequence="SHIFT+F9" command="_dJtlH8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6XcXPEeOQKtwf9Y2DKA" keySequence="F9" command="_dJ3WG8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6XsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+S" command="_dJzrxMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6X8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Z" command="_dJkbK8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6YMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+T" command="_dJosnsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6YcXPEeOQKtwf9Y2DKA" keySequence="F4" command="_dJ5LTsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6YsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+O" command="_dJrI08XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6Y8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+N" command="_dJx2gsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6ZMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+M" command="_dJ_48MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6ZcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+T" command="_dJsW_8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6ZsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+L" command="_dJ_R6sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6Z8XPEeOQKtwf9Y2DKA" keySequence="CTRL+BREAK" command="_dJ9cvcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6aMXPEeOQKtwf9Y2DKA" keySequence="ALT+X" command="_dJlCSsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6acXPEeOQKtwf9Y2DKA" keySequence="CTRL+-" command="_dJp6vcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6asXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+V" command="_dJ052cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6a8XPEeOQKtwf9Y2DKA" keySequence="ALT+F5" command="_dJnec8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6bMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+P" command="_dJ5yV8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6bcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+Y" command="_dJ1g5MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6bsXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+S" command="_dJ0SwsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6b8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+U" command="_dJrI48XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6cMXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+L" command="_dJxPecXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6ccXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+R" command="_dJ-DwsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6csXPEeOQKtwf9Y2DKA" keySequence="ALT+V" command="_dJ3WGMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6c8XPEeOQKtwf9Y2DKA" keySequence="F12" command="_dJrI0sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6dMXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+T" command="_dJ0SysXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6dcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+T" command="_dJs-AMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6dsXPEeOQKtwf9Y2DKA" keySequence="ALT+T" command="_dJlCQMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6d8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+P" command="_dJ_488XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJF6eMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+U" command="_dJzEpcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhEMXPEeOQKtwf9Y2DKA" keySequence="SHIFT+F2" command="_dJ-q38XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhEcXPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJqhycXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhEsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+R" command="_dJp6v8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhE8XPEeOQKtwf9Y2DKA" keySequence="CTRL+F11" command="_dJsW-MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhFMXPEeOQKtwf9Y2DKA" keySequence="F11" command="_dJlpQ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhFcXPEeOQKtwf9Y2DKA" keySequence="CTRL+U" command="_dKCVN8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhFsXPEeOQKtwf9Y2DKA" keySequence="CTRL+N" command="_dJm3dcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhF8XPEeOQKtwf9Y2DKA" keySequence="CTRL+W" command="_dJm3dMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhGMXPEeOQKtwf9Y2DKA" keySequence="CTRL+F4" command="_dJm3dMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhGcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+W" command="_dKBHGcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhGsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F4" command="_dKBHGcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhG8XPEeOQKtwf9Y2DKA" keySequence="CTRL+S" command="_dJ5LRsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhHMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+S" command="_dJneg8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhHcXPEeOQKtwf9Y2DKA" keySequence="CTRL+P" command="_dJ81pcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhHsXPEeOQKtwf9Y2DKA" keySequence="ALT+CR" command="_dJs-CMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhH8XPEeOQKtwf9Y2DKA" keySequence="F5" command="_dJ0508XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhIMXPEeOQKtwf9Y2DKA" keySequence="DEL" command="_dJlCNMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhIcXPEeOQKtwf9Y2DKA" keySequence="CTRL+." command="_dJmQZ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhIsXPEeOQKtwf9Y2DKA" keySequence="CTRL+," command="_dJlCQsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhI8XPEeOQKtwf9Y2DKA" keySequence="ALT+-" command="_dJpTtMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhJMXPEeOQKtwf9Y2DKA" keySequence="CTRL+M" command="_dJoFhcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhJcXPEeOQKtwf9Y2DKA" keySequence="CTRL+F6" command="_dJlpWcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhJsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F6" command="_dJ3WHcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhJ8XPEeOQKtwf9Y2DKA" keySequence="CTRL+F7" command="_dJs-BcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhKMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F7" command="_dJoslsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhKcXPEeOQKtwf9Y2DKA" keySequence="CTRL+F8" command="_dKBuMcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhKsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F8" command="_dJosoMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhK8XPEeOQKtwf9Y2DKA" keySequence="ALT+F7" command="_dJ5yU8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhLMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+F7" command="_dJ2vC8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhLcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_dJrv4cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhLsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+R" command="_dJnefcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhL8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+W" command="_dJ1g58XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhMMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+N" command="_dJlCS8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhMcXPEeOQKtwf9Y2DKA" keySequence="CTRL+3" command="_dKBHHsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhMsXPEeOQKtwf9Y2DKA" keySequence="CTRL+Q" command="_dJrI3sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhM8XPEeOQKtwf9Y2DKA" keySequence="F2" command="_dJ1g7MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhNMXPEeOQKtwf9Y2DKA" keySequence="CTRL+G" command="_dJm3Y8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhNcXPEeOQKtwf9Y2DKA" keySequence="CTRL+DEL" command="_dJqh18XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhNsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+A" command="_dJqhzMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhN8XPEeOQKtwf9Y2DKA" keySequence="CTRL+H" command="_dJ9cxMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhOMXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+SHIFT+A" command="_dJzEqsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhOcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+I" command="_dJm3eMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhOsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+H" command="_dJj0JsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhO8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+E" command="_dJmQasXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhPMXPEeOQKtwf9Y2DKA" keySequence="CTRL+E" command="_dJzrucXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhPcXPEeOQKtwf9Y2DKA" keySequence="CTRL+=" command="_dJpTp8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhPsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q L" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhP8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhQMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q O" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhQcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/>
-    </bindings>
-    <bindings xmi:id="_dJGhQsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q X" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhQ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhRMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q Q" command="_dJwBXsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhRcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q C" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhRsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhR8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q H" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhSMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.cheatsheets.views.CheatSheetView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhScXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q Z" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhSsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhS8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q Y" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhTMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.sync.views.SynchronizeView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhTcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X T" command="_dJs-B8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhTsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X A" command="_dKBuKMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhT8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X J" command="_dJ9ctcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhUMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X Q" command="_dJ5yXMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhUcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q B" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhUsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhU8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q V" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhVMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhVcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X E" command="_dKBuIMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhVsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X O" command="_dJoFisXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhV8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X P" command="_dJ9cv8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhWMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q S" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhWcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.search.ui.views.SearchView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhWsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X M" command="_dJ_R8MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhW8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X H" command="_dJ7AccXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhXMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X W" command="_dJsXA8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhXcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q E" command="_dJ6ZYMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhXsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q T" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhX8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/>
-    </bindings>
-    <bindings xmi:id="_dJGhYMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q P" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhYcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/>
-    </bindings>
-    <bindings xmi:id="_dJGhYsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q D" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhY8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhZMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q J" command="_dJwBXsXPEeOQKtwf9Y2DKA">
-      <parameters xmi:id="_dJGhZcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/>
-    </bindings>
-    <bindings xmi:id="_dJGhZsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X R" command="_dJ7njMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhZ8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+X X" command="_dJ2vD8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhaMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+B" command="_dJrI2sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhacXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+C" command="_dJs-EsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhasXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+G" command="_dJzrtMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGha8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+E" command="_dJoslMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhbMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+F" command="_dKBHI8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhbcXPEeOQKtwf9Y2DKA" keySequence="SHIFT+DEL" command="_dJ2vEsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhbsXPEeOQKtwf9Y2DKA" keySequence="CTRL+F" command="_dJqhwcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhb8XPEeOQKtwf9Y2DKA" keySequence="CTRL+#" command="_dJ7AgsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhcMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+G" command="_dJlCOsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhccXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+H" command="_dJlCRcXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJGhcsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.cEditorScope" bindingContext="_dJKyjMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJGhc8XPEeOQKtwf9Y2DKA" keySequence="CTRL+TAB" command="_dJwBVMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhdMXPEeOQKtwf9Y2DKA" keySequence="CTRL+I" command="_dJlpUcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhdcXPEeOQKtwf9Y2DKA" keySequence="ALT+C" command="_dJlCMMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhdsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F" command="_dJuMNcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhd8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+I" command="_dJxPdcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGheMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_UP" command="_dKAgB8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhecXPEeOQKtwf9Y2DKA" keySequence="CTRL+O" command="_dJs-D8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJGhesXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+S" command="_dJ9cusXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIIMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+/" command="_dJoFlsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIIcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Z" command="_dJ-q2MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIIsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+T" command="_dJrI58XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHII8XPEeOQKtwf9Y2DKA" keySequence="F4" command="_dJ7nkcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIJMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+O" command="_dJ1g6MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIJcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+N" command="_dJydlsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIJsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+P" command="_dJ39LMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIJ8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+M" command="_dJlCPcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIKMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+T" command="_dJ2vBMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIKcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+L" command="_dJkbIcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIKsXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+S" command="_dJoskcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIK8XPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJp6xcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHILMXPEeOQKtwf9Y2DKA" keySequence="CTRL+T" command="_dJj0IsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHILcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+R" command="_dJwoYcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHILsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+O" command="_dJ7AfsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIL8XPEeOQKtwf9Y2DKA" keySequence="CTRL+/" command="_dJtlF8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIMMXPEeOQKtwf9Y2DKA" keySequence="CTRL+G" command="_dJrv9sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIMcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_UP" command="_dJ-q3MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIMsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_DOWN" command="_dJuMLsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIM8XPEeOQKtwf9Y2DKA" keySequence="SHIFT+TAB" command="_dJvaRsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHINMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_dJ5LQsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHINcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+H" command="_dJmQYMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHINsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+\" command="_dJ8Om8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIN8XPEeOQKtwf9Y2DKA" keySequence="CTRL+=" command="_dJ0Sw8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIOMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_LEFT" command="_dJnedsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIOcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_dJp6sMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIOsXPEeOQKtwf9Y2DKA" keySequence="CTRL+#" command="_dJ0Sw8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIO8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+G" command="_dJqhzcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIPMXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+H" command="_dJs-FMXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJHIPcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.textEditorScope" bindingContext="_dJKLqsXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJHIPsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+J" command="_dJ7nhMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIP8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_dJzEoMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIQMXPEeOQKtwf9Y2DKA" keySequence="CTRL+ARROW_UP" command="_dJ81osXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIQcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+ARROW_UP" command="_dJsW-cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIQsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+INSERT" command="_dJqhyMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIQ8XPEeOQKtwf9Y2DKA" keySequence="ALT+ARROW_DOWN" command="_dJ6ZdMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIRMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+A" command="_dJ5LR8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIRcXPEeOQKtwf9Y2DKA" keySequence="CTRL+ARROW_DOWN" command="_dJ8Oo8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIRsXPEeOQKtwf9Y2DKA" keySequence="ALT+/" command="_dKBuM8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIR8XPEeOQKtwf9Y2DKA" keySequence="HOME" command="_dJ4kRcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHISMXPEeOQKtwf9Y2DKA" keySequence="F12" command="_dJ-DzcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIScXPEeOQKtwf9Y2DKA" keySequence="SHIFT+F12" command="_dJp6usXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHISsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+Q" command="_dJqhw8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIS8XPEeOQKtwf9Y2DKA" keySequence="CTRL+NUMPAD_DIVIDE" command="_dJrv5MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHITMXPEeOQKtwf9Y2DKA" keySequence="CTRL+NUMPAD_MULTIPLY" command="_dJ39J8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHITcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_dJ3WIcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHITsXPEeOQKtwf9Y2DKA" keySequence="CTRL+NUMPAD_ADD" command="_dJospMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIT8XPEeOQKtwf9Y2DKA" keySequence="CTRL+NUMPAD_SUBTRACT" command="_dJs-AcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIUMXPEeOQKtwf9Y2DKA" keySequence="CTRL+K" command="_dJ_5AsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIUcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+K" command="_dJwBXcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIUsXPEeOQKtwf9Y2DKA" keySequence="CTRL+J" command="_dJ3WGcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIU8XPEeOQKtwf9Y2DKA" keySequence="CTRL+L" command="_dJ7Ae8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIVMXPEeOQKtwf9Y2DKA" keySequence="INSERT" command="_dJzEscXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIVcXPEeOQKtwf9Y2DKA" keySequence="CTRL+F10" command="_dJ5LUsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIVsXPEeOQKtwf9Y2DKA" keySequence="SHIFT+CR" command="_dJ39IsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIV8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+CR" command="_dJkbIMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIWMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+X" command="_dJuMMsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIWcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+Y" command="_dJ5yYMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIWsXPEeOQKtwf9Y2DKA" keySequence="END" command="_dJwoaMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIW8XPEeOQKtwf9Y2DKA" keySequence="F2" command="_dJzErsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIXMXPEeOQKtwf9Y2DKA" keySequence="SHIFT+END" command="_dJj0KsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIXcXPEeOQKtwf9Y2DKA" keySequence="CTRL+HOME" command="_dJ9cw8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIXsXPEeOQKtwf9Y2DKA" keySequence="CTRL+DEL" command="_dJlpQMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIX8XPEeOQKtwf9Y2DKA" keySequence="ALT+ARROW_UP" command="_dJs-DMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIYMXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+J" command="_dJrv9cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIYcXPEeOQKtwf9Y2DKA" keySequence="CTRL+END" command="_dJlCMcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIYsXPEeOQKtwf9Y2DKA" keySequence="CTRL+BS" command="_dJmQVsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIY8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_dJp6wMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIZMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+DEL" command="_dJlpWMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIZcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+ARROW_DOWN" command="_dJs-E8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIZsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_dKBHG8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIZ8XPEeOQKtwf9Y2DKA" keySequence="SHIFT+HOME" command="_dJ7AhcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIaMXPEeOQKtwf9Y2DKA" keySequence="CTRL+ARROW_LEFT" command="_dJlpTMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIacXPEeOQKtwf9Y2DKA" keySequence="CTRL+ARROW_RIGHT" command="_dJ-DzsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIasXPEeOQKtwf9Y2DKA" keySequence="CTRL+D" command="_dJnei8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJHIa8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.phpEditorScope" bindingContext="_dJKLucXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJHIbMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+J" command="_dJ-q1cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIbcXPEeOQKtwf9Y2DKA" keySequence="CTRL+I" command="_dJkbMsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIbsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F" command="_dJneiMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIb8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_UP" command="_dJvaScXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIcMXPEeOQKtwf9Y2DKA" keySequence="CTRL+O" command="_dJqhwsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIccXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+T" command="_dJzrssXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIcsXPEeOQKtwf9Y2DKA" keySequence="F4" command="_dJlCQcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIc8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+P" command="_dJ6Zb8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIdMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+V" command="_dJosp8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIdcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+M" command="_dJ5yX8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIdsXPEeOQKtwf9Y2DKA" keySequence="SHIFT+F2" command="_dJx2hsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHId8XPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJrv8cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIeMXPEeOQKtwf9Y2DKA" keySequence="CTRL+T" command="_dJzrvsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIecXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+R" command="_dJuzPMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIesXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+O" command="_dJ81rcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIe8XPEeOQKtwf9Y2DKA" keySequence="CTRL+/" command="_dJmQWMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIfMXPEeOQKtwf9Y2DKA" keySequence="CTRL+7" command="_dJmQWMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHIfcXPEeOQKtwf9Y2DKA" keySequence="CTRL+N" command="_dJ6ZY8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvMMXPEeOQKtwf9Y2DKA" keySequence="F2" command="_dJxPf8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvMcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_DOWN" command="_dJx2hMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvMsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_dJ7ngcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvM8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+C" command="_dJmQWMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvNMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+H" command="_dJuMIMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvNcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_LEFT" command="_dJydl8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvNsXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+H" command="_dJ2vAsXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJHvN8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_dJKLr8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJHvOMXPEeOQKtwf9Y2DKA" keySequence="CTRL+I" command="_dJ2vCMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvOcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F" command="_dJrv7cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvOsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_UP" command="_dJ5yXsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvO8XPEeOQKtwf9Y2DKA" keySequence="CTRL+O" command="_dJmQacXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvPMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+/" command="_dJydo8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvPcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+P" command="_dJoFjcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvPsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+M" command="_dJ81qsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvP8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+U" command="_dJtlEcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvQMXPEeOQKtwf9Y2DKA" keySequence="CTRL+F3" command="_dJ4kQ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvQcXPEeOQKtwf9Y2DKA" keySequence="CTRL+T" command="_dJ2vDsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvQsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+O" command="_dJj0HMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvQ8XPEeOQKtwf9Y2DKA" keySequence="CTRL+/" command="_dJkbMcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvRMXPEeOQKtwf9Y2DKA" keySequence="CTRL+7" command="_dJkbMcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvRcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_UP" command="_dJpTr8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvRsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_DOWN" command="_dJ2H98XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvR8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+B" command="_dJ8OosXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvSMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_dJwoZ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvScXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+C" command="_dJkbMcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvSsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+\" command="_dKBuIsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvS8XPEeOQKtwf9Y2DKA" keySequence="CTRL+2 R" command="_dJlpSsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvTMXPEeOQKtwf9Y2DKA" keySequence="CTRL+2 L" command="_dJnehsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvTcXPEeOQKtwf9Y2DKA" keySequence="CTRL+2 F" command="_dJs-EcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvTsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_LEFT" command="_dJ_R7MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvT8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_dKBHIsXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJHvUMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.scriptEditorScope" bindingContext="_dJKyj8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJHvUcXPEeOQKtwf9Y2DKA" keySequence="CTRL+I" command="_dKAgCcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvUsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F" command="_dJ052sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvU8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+J" command="_dJ6ZYsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvVMXPEeOQKtwf9Y2DKA" keySequence="CTRL+O" command="_dJqhwsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvVcXPEeOQKtwf9Y2DKA" keySequence="F4" command="_dJpTrMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvVsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+P" command="_dJkbNcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvV8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+T" command="_dJ9cssXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvWMXPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJsW-8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvWcXPEeOQKtwf9Y2DKA" keySequence="CTRL+T" command="_dJzrvsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvWsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+R" command="_dJuzPMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvW8XPEeOQKtwf9Y2DKA" keySequence="CTRL+/" command="_dJsXB8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvXMXPEeOQKtwf9Y2DKA" keySequence="CTRL+7" command="_dJsXB8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvXcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_UP" command="_dJ5LQ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvXsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+C" command="_dJsXB8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvX8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_dKAgA8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvYMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+G" command="_dJtlIsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvYcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+H" command="_dJ-Dy8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJHvYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" bindingContext="_dJKLrcXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJHvY8XPEeOQKtwf9Y2DKA" keySequence="CTRL+I" command="_dJmQV8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvZMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F" command="_dJ9cu8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvZcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_UP" command="_dJ055sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvZsXPEeOQKtwf9Y2DKA" keySequence="CTRL+O" command="_dKAgCMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvZ8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+/" command="_dJ1g7cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvaMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+T" command="_dJwBV8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvacXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+P" command="_dJtlI8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvasXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+M" command="_dJydosXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHva8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+U" command="_dJkbN8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvbMXPEeOQKtwf9Y2DKA" keySequence="CTRL+F3" command="_dJrI1MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvbcXPEeOQKtwf9Y2DKA" keySequence="CTRL+T" command="_dJ_4-MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvbsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+O" command="_dJs-FsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvb8XPEeOQKtwf9Y2DKA" keySequence="CTRL+/" command="_dJ-DxcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvcMXPEeOQKtwf9Y2DKA" keySequence="CTRL+7" command="_dJ-DxcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvccXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_UP" command="_dJnejMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvcsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_DOWN" command="_dJ9cvsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvc8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_dJj0GcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvdMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+C" command="_dJ-DxcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvdcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+\" command="_dJnehcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvdsXPEeOQKtwf9Y2DKA" keySequence="CTRL+2 R" command="_dJ-q2cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvd8XPEeOQKtwf9Y2DKA" keySequence="CTRL+2 L" command="_dJrI5MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHveMXPEeOQKtwf9Y2DKA" keySequence="CTRL+2 F" command="_dJrI0cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvecXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_LEFT" command="_dJ39NcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvesXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_dJ-D08XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHve8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+E" command="_dJ054sXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJHvfMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" bindingContext="_dJKLssXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJHvfcXPEeOQKtwf9Y2DKA" keySequence="CTRL+I" command="_dJkbMsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvfsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F" command="_dJneiMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvf8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+>" command="_dJneeMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvgMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_UP" command="_dJx2hcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvgcXPEeOQKtwf9Y2DKA" keySequence="CTRL+O" command="_dJ8OnsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvgsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+/" command="_dJpTs8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvg8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+P" command="_dJuML8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvhMXPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJosn8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvhcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+A" command="_dJvaTMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJHvhsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_UP" command="_dJ_R68XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWQMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_DOWN" command="_dJm3YcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWQcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_dJ9cvMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWQsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+C" command="_dJmQWMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWQ8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+\" command="_dJ7Ag8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWRMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+ARROW_LEFT" command="_dJvaVsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWRcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_dJlpUMXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJIWRsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.macroExpansionHoverScope" bindingContext="_dJKyp8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJIWR8XPEeOQKtwf9Y2DKA" keySequence="ALT+ARROW_LEFT" command="_dJkbKcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWSMXPEeOQKtwf9Y2DKA" keySequence="ALT+ARROW_RIGHT" command="_dJqh1MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWScXPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJp6xcXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJIWSsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" bindingContext="_dJKLsMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJIWS8XPEeOQKtwf9Y2DKA" keySequence="ALT+C" command="_dJwBZMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWTMXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+D" command="_dJneesXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWTcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+P" command="_dJ_4-sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWTsXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+X" command="_dJ1g4cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWT8XPEeOQKtwf9Y2DKA" keySequence="ALT+X" command="_dJwBWMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWUMXPEeOQKtwf9Y2DKA" keySequence="ALT+Q" command="_dKBuJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWUcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+R" command="_dJ6Zc8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWUsXPEeOQKtwf9Y2DKA" keySequence="ALT+S" command="_dJpTsMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWU8XPEeOQKtwf9Y2DKA" keySequence="CTRL+/" command="_dJsW_MXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJIWVMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_dJKLq8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJIWVcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F" command="_dJrv7cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWVsXPEeOQKtwf9Y2DKA" keySequence="SHIFT+F2" command="_dJ2vA8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWV8XPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJpToMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWWMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+R" command="_dJydmcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWWcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+O" command="_dKBHEMXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJIWWsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.pdeEditorContext" bindingContext="_dJKykMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJIWW8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F" command="_dJ3WGsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWXMXPEeOQKtwf9Y2DKA" keySequence="CTRL+O" command="_dJ_R88XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJIWXcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.context.views" bindingContext="_dJKymMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJIWXsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+F" command="_dJneiMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWX8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+S" command="_dJs-FcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWYMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+T" command="_dJzrssXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWYcXPEeOQKtwf9Y2DKA" keySequence="F4" command="_dJlCQcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWYsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+T" command="_dJ9cssXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWY8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+V" command="_dJosp8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWZMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+M" command="_dJ5yX8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWZcXPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJrv8cXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWZsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+R" command="_dJuzPMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWZ8XPEeOQKtwf9Y2DKA" keySequence="CTRL+N" command="_dJ6ZY8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWaMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+H" command="_dJuMIMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWacXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+H" command="_dJ2vAsXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJIWasXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.cViewScope" bindingContext="_dJKyl8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJIWa8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+I" command="_dJxPdcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWbMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+T" command="_dJrI58XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWbcXPEeOQKtwf9Y2DKA" keySequence="F4" command="_dJ7nkcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWbsXPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJp6xcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWb8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+R" command="_dJwoYcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWcMXPEeOQKtwf9Y2DKA" keySequence="CTRL+G" command="_dJrv9sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWccXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+H" command="_dJmQYMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWcsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+G" command="_dJqhzcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWc8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+H" command="_dJs-FMXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJIWdMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.java.editorScope" bindingContext="_dJKyjsXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJIWdcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+A" command="_dJ5LU8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWdsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+A" command="_dJ5LU8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJIWd8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.xml.editorScope" bindingContext="_dJKyicXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJIWeMXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+A" command="_dJ5LU8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWecXPEeOQKtwf9Y2DKA" keySequence="F12" command="_dJwBZcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWesXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+A" command="_dJ5LU8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJIWe8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" bindingContext="_dJKLrsXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJIWfMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+J" command="_dJm3b8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWfcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+S" command="_dJuMIcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWfsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Z" command="_dJj0LMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWf8XPEeOQKtwf9Y2DKA" keySequence="F4" command="_dKCVMsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWgMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+O" command="_dJm3aMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWgcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+M" command="_dJtlFMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWgsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+T" command="_dJj0KMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWg8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+L" command="_dJmQaMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWhMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+V" command="_dJqh0MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWhcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+U" command="_dJuzNMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWhsXPEeOQKtwf9Y2DKA" keySequence="SHIFT+F2" command="_dJlpRcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWh8XPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJwoYsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWiMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+R" command="_dJkbO8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWicXPEeOQKtwf9Y2DKA" keySequence="CTRL+G" command="_dJydocXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWisXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+I" command="_dJ2vB8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWi8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+H" command="_dJp6tsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJIWjMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q T" command="_dJp6uMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9UMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q P" command="_dJ4kM8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9UcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q D" command="_dKAgE8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9UsXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+Q J" command="_dJ4kRMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9U8XPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+C" command="_dJ-q08XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9VMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+G" command="_dJ0SyMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9VcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+H" command="_dKBuIcXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9VsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.debug.ui.debugging" bindingContext="_dJKymsXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9V8XPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+I" command="_dJ0SwMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9WMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+D" command="_dKBHIMXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9WcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.serverViewScope" bindingContext="_dJKLqMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9WsXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+D" command="_dJvaSsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9W8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+S" command="_dJ39KcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9XMXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+R" command="_dJ81sMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9XcXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+P" command="_dJ8On8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9XsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.debugging" bindingContext="_dJKyn8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9X8XPEeOQKtwf9Y2DKA" keySequence="SHIFT+F8" command="_dJ7ni8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9YMXPEeOQKtwf9Y2DKA" keySequence="SHIFT+F5" command="_dJlCRsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9YcXPEeOQKtwf9Y2DKA" keySequence="SHIFT+F6" command="_dJnegcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9YsXPEeOQKtwf9Y2DKA" keySequence="SHIFT+F7" command="_dJmQVcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9Y8XPEeOQKtwf9Y2DKA" keySequence="CTRL+F5" command="_dJrv5sXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9ZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.debugging" bindingContext="_dJKymcXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9ZcXPEeOQKtwf9Y2DKA" keySequence="CTRL+F5" command="_dJ7AcsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9ZsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+3" command="_dJj0LcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9Z8XPEeOQKtwf9Y2DKA" keySequence="CTRL+R" command="_dJnedcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9aMXPEeOQKtwf9Y2DKA" keySequence="CTRL+F2" command="_dJoFmsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9acXPEeOQKtwf9Y2DKA" keySequence="F6" command="_dJkbKMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9asXPEeOQKtwf9Y2DKA" keySequence="F7" command="_dJwoZsXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9a8XPEeOQKtwf9Y2DKA" keySequence="F8" command="_dKCVOMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9bMXPEeOQKtwf9Y2DKA" keySequence="F5" command="_dJ81oMXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9bcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.context" bindingContext="_dJKym8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9bsXPEeOQKtwf9Y2DKA" keySequence="HOME" command="_dJlpVcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9b8XPEeOQKtwf9Y2DKA" keySequence="CTRL+G" command="_dJj0HsXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9cMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.core.runtime.xml" bindingContext="_dJKLuMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9ccXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+P" command="_dKBHFMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9csXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+D" command="_dJuMLcXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9c8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" bindingContext="_dJKyhsXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9dMXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+V" command="_dJrv88XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9dcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+R" command="_dJ4kN8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9dsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.tm.terminal.TerminalContext" bindingContext="_dJKyr8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9d8XPEeOQKtwf9Y2DKA" keySequence="ALT+N" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9eMXPEeOQKtwf9Y2DKA" keySequence="ALT+P" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9ecXPEeOQKtwf9Y2DKA" keySequence="ALT+R" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9esXPEeOQKtwf9Y2DKA" keySequence="ALT+S" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9e8XPEeOQKtwf9Y2DKA" keySequence="ALT+V" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9fMXPEeOQKtwf9Y2DKA" keySequence="ALT+W" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9fcXPEeOQKtwf9Y2DKA" keySequence="ALT+T" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9fsXPEeOQKtwf9Y2DKA" keySequence="ALT+A" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9f8XPEeOQKtwf9Y2DKA" keySequence="ALT+G" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9gMXPEeOQKtwf9Y2DKA" keySequence="ALT+H" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9gcXPEeOQKtwf9Y2DKA" keySequence="ALT+E" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9gsXPEeOQKtwf9Y2DKA" keySequence="ALT+F" command="_dJuMJ8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9g8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_dJKLqcXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9hMXPEeOQKtwf9Y2DKA" keySequence="CTRL+CR" command="_dJ050sXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9hcXPEeOQKtwf9Y2DKA" keySequence="ALT+CR" command="_dJ81qMXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9hsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_dJKLp8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9h8XPEeOQKtwf9Y2DKA" keySequence="CTRL+V" command="_dJlCP8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9iMXPEeOQKtwf9Y2DKA" keySequence="CTRL+C" command="_dJzrxsXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9icXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.makefileEditorScope" bindingContext="_dJKLrMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9isXPEeOQKtwf9Y2DKA" keySequence="F3" command="_dJxPe8XPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9i8XPEeOQKtwf9Y2DKA" keySequence="CTRL+/" command="_dKAgBMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9jMXPEeOQKtwf9Y2DKA" keySequence="CTRL+\" command="_dJ39L8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9jcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_dJKypMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9jsXPEeOQKtwf9Y2DKA" keySequence="CTRL+T" command="_dJrI4MXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9j8XPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+N" command="_dJzEsMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9kMXPEeOQKtwf9Y2DKA" keySequence="ALT+CTRL+M" command="_dJkbLMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9kcXPEeOQKtwf9Y2DKA" keySequence="CTRL+N" command="_dJp6scXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9ksXPEeOQKtwf9Y2DKA" keySequence="CTRL+W" command="_dJosnMXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9k8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_dJKyksXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9lMXPEeOQKtwf9Y2DKA" keySequence="CTRL+/" command="_dJkbMcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9lcXPEeOQKtwf9Y2DKA" keySequence="CTRL+7" command="_dJkbMcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9lsXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+C" command="_dJkbMcXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJI9l8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_dJKyncXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJI9mMXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+." command="_dJj0GMXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9mcXPEeOQKtwf9Y2DKA" keySequence="CTRL+SHIFT+," command="_dKAgEcXPEeOQKtwf9Y2DKA"/>
-    <bindings xmi:id="_dJI9msXPEeOQKtwf9Y2DKA" keySequence="CTRL+G" command="_dJosk8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJJkYMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.console" bindingContext="_dJKyk8XPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJJkYcXPEeOQKtwf9Y2DKA" keySequence="CTRL+Z" command="_dJoFjMXPEeOQKtwf9Y2DKA">
-      <tags>platform:win32</tags>
-    </bindings>
-  </bindingTables>
-  <bindingTables xmi:id="_dJJkYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.editor.scope" bindingContext="_dJKLscXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJJkY8XPEeOQKtwf9Y2DKA" keySequence="F2" command="_dJvaT8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJJkZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_dJKyrMXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJJkZcXPEeOQKtwf9Y2DKA" keySequence="ALT+SHIFT+B" command="_dJ8OosXPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJJkZsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_dJKylsXPEeOQKtwf9Y2DKA">
-    <bindings xmi:id="_dJJkZ8XPEeOQKtwf9Y2DKA" keySequence="CTRL+C" command="_dJm3c8XPEeOQKtwf9Y2DKA"/>
-  </bindingTables>
-  <bindingTables xmi:id="_dJJkaMXPEeOQKtwf9Y2DKA" bindingContext="_dJKysMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkacXPEeOQKtwf9Y2DKA" bindingContext="_dJKyscXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkasXPEeOQKtwf9Y2DKA" bindingContext="_dJKyssXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJka8XPEeOQKtwf9Y2DKA" bindingContext="_dJKys8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkbMXPEeOQKtwf9Y2DKA" bindingContext="_dJKytMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkbcXPEeOQKtwf9Y2DKA" bindingContext="_dJKytcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkbsXPEeOQKtwf9Y2DKA" bindingContext="_dJKytsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkb8XPEeOQKtwf9Y2DKA" bindingContext="_dJKyt8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkcMXPEeOQKtwf9Y2DKA" bindingContext="_dJKyuMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkccXPEeOQKtwf9Y2DKA" bindingContext="_dJKyucXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkcsXPEeOQKtwf9Y2DKA" bindingContext="_dJKyusXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkc8XPEeOQKtwf9Y2DKA" bindingContext="_dJKyu8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkdMXPEeOQKtwf9Y2DKA" bindingContext="_dJKyvMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkdcXPEeOQKtwf9Y2DKA" bindingContext="_dJKyvcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkdsXPEeOQKtwf9Y2DKA" bindingContext="_dJKyvsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkd8XPEeOQKtwf9Y2DKA" bindingContext="_dJKyv8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkeMXPEeOQKtwf9Y2DKA" bindingContext="_dJKywMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkecXPEeOQKtwf9Y2DKA" bindingContext="_dJKywcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkesXPEeOQKtwf9Y2DKA" bindingContext="_dJKywsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJke8XPEeOQKtwf9Y2DKA" bindingContext="_dJKyw8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkfMXPEeOQKtwf9Y2DKA" bindingContext="_dJKyxMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkfcXPEeOQKtwf9Y2DKA" bindingContext="_dJKyxcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkfsXPEeOQKtwf9Y2DKA" bindingContext="_dJKyxsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkf8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZkMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkgMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZkcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkgcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZksXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkgsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZk8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkg8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZlMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkhMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZlcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkhcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZlsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkhsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZl8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkh8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZmMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkiMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZmcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkicXPEeOQKtwf9Y2DKA" bindingContext="_dJLZmsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkisXPEeOQKtwf9Y2DKA" bindingContext="_dJLZm8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJki8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZnMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkjMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZncXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkjcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZnsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkjsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZn8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkj8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZoMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkkMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZocXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkkcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZosXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkksXPEeOQKtwf9Y2DKA" bindingContext="_dJLZo8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkk8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZpMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJklMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZpcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJklcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZpsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJklsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZp8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkl8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZqMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkmMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZqcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkmcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZqsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkmsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZq8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkm8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZrMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJknMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZrcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkncXPEeOQKtwf9Y2DKA" bindingContext="_dJLZrsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJknsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZr8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkn8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZsMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkoMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZscXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkocXPEeOQKtwf9Y2DKA" bindingContext="_dJLZssXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkosXPEeOQKtwf9Y2DKA" bindingContext="_dJLZs8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJko8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZtMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkpMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZtcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkpcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZtsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkpsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZt8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkp8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZuMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkqMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZucXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkqcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZusXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkqsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZu8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkq8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZvMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkrMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZvcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkrcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZvsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJJkrsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZv8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLcMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZwMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLccXPEeOQKtwf9Y2DKA" bindingContext="_dJLZwcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLcsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZwsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLc8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZw8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLdMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZxMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLdcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZxcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLdsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZxsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLd8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZx8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLeMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZyMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLecXPEeOQKtwf9Y2DKA" bindingContext="_dJLZycXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLesXPEeOQKtwf9Y2DKA" bindingContext="_dJLZysXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLe8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZy8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLfMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZzMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLfcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZzcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLfsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZzsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLf8XPEeOQKtwf9Y2DKA" bindingContext="_dJLZz8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLgMXPEeOQKtwf9Y2DKA" bindingContext="_dJLZ0MXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLgcXPEeOQKtwf9Y2DKA" bindingContext="_dJLZ0cXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLgsXPEeOQKtwf9Y2DKA" bindingContext="_dJLZ0sXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLg8XPEeOQKtwf9Y2DKA" bindingContext="_dJMAoMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLhMXPEeOQKtwf9Y2DKA" bindingContext="_dJMAocXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLhcXPEeOQKtwf9Y2DKA" bindingContext="_dJMAosXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLhsXPEeOQKtwf9Y2DKA" bindingContext="_dJMAo8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLh8XPEeOQKtwf9Y2DKA" bindingContext="_dJMApMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLiMXPEeOQKtwf9Y2DKA" bindingContext="_dJMApcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLicXPEeOQKtwf9Y2DKA" bindingContext="_dJMApsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLisXPEeOQKtwf9Y2DKA" bindingContext="_dJMAp8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLi8XPEeOQKtwf9Y2DKA" bindingContext="_dJMAqMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLjMXPEeOQKtwf9Y2DKA" bindingContext="_dJMAqcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLjcXPEeOQKtwf9Y2DKA" bindingContext="_dJMAqsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLjsXPEeOQKtwf9Y2DKA" bindingContext="_dJMAq8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLj8XPEeOQKtwf9Y2DKA" bindingContext="_dJMArMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLkMXPEeOQKtwf9Y2DKA" bindingContext="_dJMArcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLkcXPEeOQKtwf9Y2DKA" bindingContext="_dJMArsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLksXPEeOQKtwf9Y2DKA" bindingContext="_dJMAr8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLk8XPEeOQKtwf9Y2DKA" bindingContext="_dJMAsMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLlMXPEeOQKtwf9Y2DKA" bindingContext="_dJMAscXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLlcXPEeOQKtwf9Y2DKA" bindingContext="_dJMAssXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLlsXPEeOQKtwf9Y2DKA" bindingContext="_dJMAs8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLl8XPEeOQKtwf9Y2DKA" bindingContext="_dJMAtMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLmMXPEeOQKtwf9Y2DKA" bindingContext="_dJMAtcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLmcXPEeOQKtwf9Y2DKA" bindingContext="_dJMAtsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLmsXPEeOQKtwf9Y2DKA" bindingContext="_dJMAt8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLm8XPEeOQKtwf9Y2DKA" bindingContext="_dJMAuMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLnMXPEeOQKtwf9Y2DKA" bindingContext="_dJMAucXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLncXPEeOQKtwf9Y2DKA" bindingContext="_dJMAusXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLnsXPEeOQKtwf9Y2DKA" bindingContext="_dJMAu8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLn8XPEeOQKtwf9Y2DKA" bindingContext="_dJMAvMXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLoMXPEeOQKtwf9Y2DKA" bindingContext="_dJMAvcXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLocXPEeOQKtwf9Y2DKA" bindingContext="_dJMAvsXPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLosXPEeOQKtwf9Y2DKA" bindingContext="_dJMAv8XPEeOQKtwf9Y2DKA"/>
-  <bindingTables xmi:id="_dJKLo8XPEeOQKtwf9Y2DKA" bindingContext="_dJMAwMXPEeOQKtwf9Y2DKA"/>
-  <rootContext xmi:id="_dJKLpMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.contexts.dialogAndWindow" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs and Windows" description="Either a dialog or a window is open">
-    <children xmi:id="_dJKLpcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="In Windows" description="A window is open">
-      <children xmi:id="_dJKLpsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/>
-      <children xmi:id="_dJKLp8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesView" name="In Git Repositories View"/>
-      <children xmi:id="_dJKLqMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.serverViewScope" name="In Servers View" description="In Servers View"/>
-      <children xmi:id="_dJKLqcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.BreakpointView" name="In Breakpoints View" description="The breakpoints view context"/>
-      <children xmi:id="_dJKLqsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.textEditorScope" name="Editing Text" description="Editing Text Context">
-        <children xmi:id="_dJKLq8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.AntEditorScope" name="Editing Ant Buildfiles" description="Editing Ant Buildfiles Context"/>
-        <children xmi:id="_dJKLrMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.makefileEditorScope" name="Makefile Editor" description="Editor for makefiles"/>
-        <children xmi:id="_dJKLrcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.javaEditorScope" name="Editing JavaScript Source" description="Editing JavaScript Source Context">
-          <children xmi:id="_dJKLrsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.javascriptViewScope" name="JavaScript View" description="JavaScript View Context"/>
-        </children>
-        <children xmi:id="_dJKLr8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Editing Java Source" description="Editing Java Source Context"/>
-        <children xmi:id="_dJKLsMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.SQLEditorScope" name="Editing SQL" description="Editing SQL Context"/>
-        <children xmi:id="_dJKLscXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.editor.scope" name="Autoconf Editor" description="Editor for Autoconf Configuration Source Files"/>
-        <children xmi:id="_dJKLssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors">
-          <children xmi:id="_dJKLs8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.html.core.htmlsource" name="Editing HTML Source" description="Editing HTML Source"/>
-          <children xmi:id="_dJKLtMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.occurrences" name="XML Source Occurrences" description="XML Source Occurrences"/>
-          <children xmi:id="_dJKLtcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jst.jsp.core.jspsource" name="JSP Source" description="JSP Source"/>
-          <children xmi:id="_dJKLtsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.comments" name="Source Comments in Structured Text Editors" description="Source Comments in Structured Text Editors"/>
-          <children xmi:id="_dJKLt8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.selection" name="XML Source Selection" description="XML Source Selection"/>
-          <children xmi:id="_dJKLuMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.core.runtime.xml" name="Editing XML Source" description="Editing XML Source"/>
-          <children xmi:id="_dJKLucXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.phpEditorScope" name="Editing PHP source" description="Editing PHP source context"/>
-          <children xmi:id="_dJKygMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.hideFormat" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"/>
-          <children xmi:id="_dJKygcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.dependencies" name="XML Source Dependencies" description="XML Source Dependencies"/>
-          <children xmi:id="_dJKygsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.html.occurrences" name="HTML Source Occurrences" description="HTML Source Occurrences"/>
-          <children xmi:id="_dJKyg8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.navigation" name="XML Source Navigation" description="XML Source Navigation"/>
-          <children xmi:id="_dJKyhMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.cleanup" name="XML Source Cleanup" description="XML Source Cleanup"/>
-          <children xmi:id="_dJKyhcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.grammar" name="XML Source Grammar" description="XML Source Grammar"/>
-          <children xmi:id="_dJKyhsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jst.jsp.ui.structured.text.editor.jsp.scope" name="Editing JSP Source" description="Editing JSP Source"/>
-          <children xmi:id="_dJKyh8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.core.phpsource" name="Editing PHP source" description="Editing PHP source context"/>
-          <children xmi:id="_dJKyiMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.comments" name="XML Source Comments" description="XML Source Comments"/>
-          <children xmi:id="_dJKyicXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.xml.editorScope" name="WindowBuilder XML scope"/>
-          <children xmi:id="_dJKyisXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.css.core.csssource" name="Editing CSS Source" description="Editing CSS Source"/>
-          <children xmi:id="_dJKyi8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.expand" name="XML Source Expand/Collapse" description="XML Source Expand/Collapse"/>
-        </children>
-        <children xmi:id="_dJKyjMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.cEditorScope" name="C/C++ Editor" description="Editor for C/C++ Source Files">
-          <children xmi:id="_dJKyjcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rdt.editor.RemoteCEditorScope" name="Remote C/C++ Editor"/>
-        </children>
-        <children xmi:id="_dJKyjsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.java.editorScope" name="WindowBuilder Java scope"/>
-        <children xmi:id="_dJKyj8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.scriptEditorScope" name="Editing Script Source" description="Editing Script Source Context"/>
-        <children xmi:id="_dJKykMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.pdeEditorContext" name="PDE editor" description="The context used by PDE editors"/>
-        <children xmi:id="_dJKykcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsd.ui.text.editor.context" name="Editing XSD context"/>
-        <children xmi:id="_dJKyksXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="Editing Properties Files" description="Editing Properties Files Context"/>
-      </children>
-      <children xmi:id="_dJKyk8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.console" name="In I/O Console" description="In I/O console"/>
-      <children xmi:id="_dJKylMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.schemaobjecteditor.schemaediting" name="Schema Object Editor" description="Schema Object Editor"/>
-      <children xmi:id="_dJKylcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.compareEditorScope" name="Comparing in an Editor" description="Comparing in an Editor"/>
-      <children xmi:id="_dJKylsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.ReflogView" name="In Git Reflog View"/>
-      <children xmi:id="_dJKyl8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.cViewScope" name="In C/C++ Views" description="In C/C++ Views"/>
-      <children xmi:id="_dJKymMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.context.views" name="DLTK View" description="DLTK Views Context"/>
-      <children xmi:id="_dJKymcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.debugging" name="Debugging" description="Debugging programs">
-        <children xmi:id="_dJKymsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.debug.ui.debugging" name="Debugging Script" description="Context available during script debugging"/>
-        <children xmi:id="_dJKym8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.context" name="In Disassembly" description="When debugging in assembly mode"/>
-        <children xmi:id="_dJKynMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.debug.ui.debugging" name="Debugging PHP" description="Debugging PHP"/>
-        <children xmi:id="_dJKyncXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="In Table Memory Rendering" description="In Table Memory Rendering"/>
-        <children xmi:id="_dJKynsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.debug.ui.xdebug" name="Debugging PHP" description="Debugging PHP"/>
-        <children xmi:id="_dJKyn8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.debugging" name="Debugging C/C++" description="Debugging C/C++ Programs"/>
-        <children xmi:id="_dJKyoMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsl.debug.ui.context" name="XSLT Debugging" description="Context for debugging XSLT"/>
-        <children xmi:id="_dJKyocXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.debug.ui.debugging" name="Debugging Parallel" description="Debugging Parallel Programs"/>
-        <children xmi:id="_dJKyosXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.debugging" name="Debugging Java" description="Debugging Java programs"/>
-      </children>
-      <children xmi:id="_dJKyo8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.internal.ui.editors.parts.graphicaleditorwithflyoutpalette.context" name="reportdesignereditpart.context"/>
-      <children xmi:id="_dJKypMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.memoryview" name="In Memory View" description="In memory view"/>
-      <children xmi:id="_dJKypcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.console.ConsoleView" name="In Console View" description="In Console View"/>
-    </children>
-    <children xmi:id="_dJKypsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs" description="A dialog is open"/>
-    <children xmi:id="_dJKyp8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.macroExpansionHoverScope" name="In Macro Expansion Hover" description="In Macro Expansion Hover"/>
-  </rootContext>
-  <rootContext xmi:id="_dJKyqMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsd.ui.editor.designView" name="XSD Editor Design View" description="XSD Editor Design View"/>
-  <rootContext xmi:id="_dJKyqcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.contexts.workbenchMenu" name="Workbench Menu" description="When no Workbench windows are active"/>
-  <rootContext xmi:id="_dJKyqsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.wsdl.ui.editor.designView" name="WSDL Editor Design View" description="WSDL Editor Design View"/>
-  <rootContext xmi:id="_dJKyq8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.contexts.actionSet" name="Action Set" description="Parent context for action sets"/>
-  <rootContext xmi:id="_dJKyrMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="Editor Breadcrumb Navigation" description="Editor Breadcrumb Navigation Context"/>
-  <rootContext xmi:id="_dJKyrcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.wsdl.ui.editor.sourceView" name="WSDL Editor Source View" description="WSDL Editor Source View"/>
-  <rootContext xmi:id="_dJKyrsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsd.ui.editor.sourceView" name="XSD Editor Source View" description="XSD Editor Source View"/>
-  <rootContext xmi:id="_dJKyr8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.tm.terminal.TerminalContext" name="Terminal widget context" description="Override ALT+x menu access keys"/>
-  <rootContext xmi:id="_dJKysMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" name="Auto::org.eclipse.ant.ui.actions.ManageBreakpointRulerAction"/>
-  <rootContext xmi:id="_dJKyscXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.debug.internal.ui.script.editor.DebugJsEditor.ManageBreakpointRulerAction" name="Auto::org.eclipse.birt.report.debug.internal.ui.script.editor.DebugJsEditor.ManageBreakpointRulerAction"/>
-  <rootContext xmi:id="_dJKyssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.editor.script.DecoratedScriptEditor.ManageBreakpointRulerAction" name="Auto::org.eclipse.birt.report.designer.ui.editor.script.DecoratedScriptEditor.ManageBreakpointRulerAction"/>
-  <rootContext xmi:id="_dJKys8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.CEditor.RulerTobbleBreakpointAction" name="Auto::org.eclipse.cdt.debug.ui.CEditor.RulerTobbleBreakpointAction"/>
-  <rootContext xmi:id="_dJKytMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.texteditor.BookmarkRulerAction" name="Auto::org.eclipse.ui.texteditor.BookmarkRulerAction"/>
-  <rootContext xmi:id="_dJKytcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.internal.ui.text.correction.CSelectRulerAction" name="Auto::org.eclipse.cdt.internal.ui.text.correction.CSelectRulerAction"/>
-  <rootContext xmi:id="_dJKytsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" name="Auto::org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction"/>
-  <rootContext xmi:id="_dJKyt8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.exporter.ui.GenModelExportActionDelegate.Editor" name="Auto::org.eclipse.emf.exporter.ui.GenModelExportActionDelegate.Editor"/>
-  <rootContext xmi:id="_dJKyuMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.importer.ui.GenModelReloadActionDelegate.Editor" name="Auto::org.eclipse.emf.importer.ui.GenModelReloadActionDelegate.Editor"/>
-  <rootContext xmi:id="_dJKyucXPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.mapping.action.RemoveMappingActionID" name="Auto::org.eclipse.emf.mapping.action.RemoveMappingActionID"/>
-  <rootContext xmi:id="_dJKyusXPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.mapping.action.TypeMatchMappingActionID" name="Auto::org.eclipse.emf.mapping.action.TypeMatchMappingActionID"/>
-  <rootContext xmi:id="_dJKyu8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.mapping.action.NameMatchMappingActionID" name="Auto::org.eclipse.emf.mapping.action.NameMatchMappingActionID"/>
-  <rootContext xmi:id="_dJKyvMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.mapping.action.CreateOneSidedMappingActionID" name="Auto::org.eclipse.emf.mapping.action.CreateOneSidedMappingActionID"/>
-  <rootContext xmi:id="_dJKyvcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.mapping.action.CreateMappingActionID" name="Auto::org.eclipse.emf.mapping.action.CreateMappingActionID"/>
-  <rootContext xmi:id="_dJKyvsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.mapping.ecore2ecore.action.AddOuputRootActionID" name="Auto::org.eclipse.emf.mapping.ecore2ecore.action.AddOuputRootActionID"/>
-  <rootContext xmi:id="_dJKyv8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootActionID" name="Auto::org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootActionID"/>
-  <rootContext xmi:id="_dJKywMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.SnippetExecute" name="Auto::org.eclipse.jdt.debug.ui.SnippetExecute"/>
-  <rootContext xmi:id="_dJKywcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.SnippetDisplay" name="Auto::org.eclipse.jdt.debug.ui.SnippetDisplay"/>
-  <rootContext xmi:id="_dJKywsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.SnippetInspect" name="Auto::org.eclipse.jdt.debug.ui.SnippetInspect"/>
-  <rootContext xmi:id="_dJKyw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" name="Auto::org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction"/>
-  <rootContext xmi:id="_dJKyxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" name="Auto::org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction"/>
-  <rootContext xmi:id="_dJKyxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" name="Auto::org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction"/>
-  <rootContext xmi:id="_dJKyxsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" name="Auto::org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction"/>
-  <rootContext xmi:id="_dJLZkMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.texteditor.SelectRulerAction" name="Auto::org.eclipse.ui.texteditor.SelectRulerAction"/>
-  <rootContext xmi:id="_dJLZkcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.jdt.downloadSourcesAction" name="Auto::org.eclipse.m2e.jdt.downloadSourcesAction"/>
-  <rootContext xmi:id="_dJLZksXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.internal.ui.editor.PhpSelectRulerAction" name="Auto::org.eclipse.php.internal.ui.editor.PhpSelectRulerAction"/>
-  <rootContext xmi:id="_dJLZk8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rdt.ui.editors.RemoteCEditor.RulerToggleBreakpointAction" name="Auto::org.eclipse.ptp.rdt.ui.editors.RemoteCEditor.RulerToggleBreakpointAction"/>
-  <rootContext xmi:id="_dJLZlMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.editor.actions.SwitchAction" name="Auto::org.eclipse.wb.core.editor.actions.SwitchAction"/>
-  <rootContext xmi:id="_dJLZlcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.xml.editor.actions.SwitchPairEditorAction" name="Auto::org.eclipse.wb.core.xml.editor.actions.SwitchPairEditorAction"/>
-  <rootContext xmi:id="_dJLZlsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.xml.editor.actions.SwitchAction" name="Auto::org.eclipse.wb.core.xml.editor.actions.SwitchAction"/>
-  <rootContext xmi:id="_dJLZl8XPEeOQKtwf9Y2DKA" elementId="StructureSelectEnclosing" name="Auto::StructureSelectEnclosing"/>
-  <rootContext xmi:id="_dJLZmMXPEeOQKtwf9Y2DKA" elementId="StructureSelectNext" name="Auto::StructureSelectNext"/>
-  <rootContext xmi:id="_dJLZmcXPEeOQKtwf9Y2DKA" elementId="StructureSelectPrevious" name="Auto::StructureSelectPrevious"/>
-  <rootContext xmi:id="_dJLZmsXPEeOQKtwf9Y2DKA" elementId="StructureSelectHistory" name="Auto::StructureSelectHistory"/>
-  <rootContext xmi:id="_dJLZm8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.debug.ui.RulerToggleBreakpoint" name="Auto::org.eclipse.wst.jsdt.debug.ui.RulerToggleBreakpoint"/>
-  <rootContext xmi:id="_dJLZnMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.internal.ui.javaeditor.BookmarkRulerAction" name="Auto::org.eclipse.wst.jsdt.internal.ui.javaeditor.BookmarkRulerAction"/>
-  <rootContext xmi:id="_dJLZncXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction" name="Auto::org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaSelectRulerAction"/>
-  <rootContext xmi:id="_dJLZnsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" name="Auto::org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.BookmarkRulerAction"/>
-  <rootContext xmi:id="_dJLZn8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.SelectRulerAction" name="Auto::org.eclipse.wst.jsdt.internal.ui.propertiesfileeditor.SelectRulerAction"/>
-  <rootContext xmi:id="_dJLZoMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.wsdl.ui.actions.ReloadDependenciesActionDelegate" name="Auto::org.eclipse.wst.wsdl.ui.actions.ReloadDependenciesActionDelegate"/>
-  <rootContext xmi:id="_dJLZocXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/>
-  <rootContext xmi:id="_dJLZosXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/>
-  <rootContext xmi:id="_dJLZo8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/>
-  <rootContext xmi:id="_dJLZpMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/>
-  <rootContext xmi:id="_dJLZpcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/>
-  <rootContext xmi:id="_dJLZpsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/>
-  <rootContext xmi:id="_dJLZp8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/>
-  <rootContext xmi:id="_dJLZqMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/>
-  <rootContext xmi:id="_dJLZqcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/>
-  <rootContext xmi:id="_dJLZqsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/>
-  <rootContext xmi:id="_dJLZq8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/>
-  <rootContext xmi:id="_dJLZrMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/>
-  <rootContext xmi:id="_dJLZrcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/>
-  <rootContext xmi:id="_dJLZrsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.SearchActionSet" name="Auto::org.eclipse.pde.ui.SearchActionSet"/>
-  <rootContext xmi:id="_dJLZr8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/>
-  <rootContext xmi:id="_dJLZsMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/>
-  <rootContext xmi:id="_dJLZscXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.CVSActionSet" name="Auto::org.eclipse.team.cvs.ui.CVSActionSet"/>
-  <rootContext xmi:id="_dJLZssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/>
-  <rootContext xmi:id="_dJLZs8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>
-  <rootContext xmi:id="_dJLZtMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/>
-  <rootContext xmi:id="_dJLZtcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>
-  <rootContext xmi:id="_dJLZtsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/>
-  <rootContext xmi:id="_dJLZt8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/>
-  <rootContext xmi:id="_dJLZuMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/>
-  <rootContext xmi:id="_dJLZucXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/>
-  <rootContext xmi:id="_dJLZusXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/>
-  <rootContext xmi:id="_dJLZu8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/>
-  <rootContext xmi:id="_dJLZvMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/>
-  <rootContext xmi:id="_dJLZvcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.debug.ui.DeubgScript" name="Auto::org.eclipse.birt.report.debug.ui.DeubgScript"/>
-  <rootContext xmi:id="_dJLZvsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.publishActionSet" name="Auto::org.eclipse.birt.report.designer.ui.publishActionSet"/>
-  <rootContext xmi:id="_dJLZv8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.previewActionSet" name="Auto::org.eclipse.birt.report.designer.ui.previewActionSet"/>
-  <rootContext xmi:id="_dJLZwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.viewDocumentActionSet" name="Auto::org.eclipse.birt.report.designer.ui.viewDocumentActionSet"/>
-  <rootContext xmi:id="_dJLZwcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.debugActionSet" name="Auto::org.eclipse.cdt.debug.ui.debugActionSet"/>
-  <rootContext xmi:id="_dJLZwsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.reverseDebuggingActionSet" name="Auto::org.eclipse.cdt.debug.ui.reverseDebuggingActionSet"/>
-  <rootContext xmi:id="_dJLZw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.tracepointActionSet" name="Auto::org.eclipse.cdt.debug.ui.tracepointActionSet"/>
-  <rootContext xmi:id="_dJLZxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.debugViewLayoutActionSet" name="Auto::org.eclipse.cdt.debug.ui.debugViewLayoutActionSet"/>
-  <rootContext xmi:id="_dJLZxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.debug.ui.updateModes" name="Auto::org.eclipse.cdt.dsf.debug.ui.updateModes"/>
-  <rootContext xmi:id="_dJLZxsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.updateActionSet" name="Auto::org.eclipse.cdt.make.ui.updateActionSet"/>
-  <rootContext xmi:id="_dJLZx8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.makeTargetActionSet" name="Auto::org.eclipse.cdt.make.ui.makeTargetActionSet"/>
-  <rootContext xmi:id="_dJLZyMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.CodingActionSet" name="Auto::org.eclipse.cdt.ui.CodingActionSet"/>
-  <rootContext xmi:id="_dJLZycXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.SearchActionSet" name="Auto::org.eclipse.cdt.ui.SearchActionSet"/>
-  <rootContext xmi:id="_dJLZysXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.NavigationActionSet" name="Auto::org.eclipse.cdt.ui.NavigationActionSet"/>
-  <rootContext xmi:id="_dJLZy8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.OpenActionSet" name="Auto::org.eclipse.cdt.ui.OpenActionSet"/>
-  <rootContext xmi:id="_dJLZzMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.buildConfigActionSet" name="Auto::org.eclipse.cdt.ui.buildConfigActionSet"/>
-  <rootContext xmi:id="_dJLZzcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.CElementCreationActionSet" name="Auto::org.eclipse.cdt.ui.CElementCreationActionSet"/>
-  <rootContext xmi:id="_dJLZzsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.text.c.actionSet.presentation" name="Auto::org.eclipse.cdt.ui.text.c.actionSet.presentation"/>
-  <rootContext xmi:id="_dJLZz8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.actionSet" name="Auto::org.eclipse.datatools.sqltools.sqlscrapbook.actionSet"/>
-  <rootContext xmi:id="_dJLZ0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.debug.ui.ScriptDebugActionSet" name="Auto::org.eclipse.dltk.debug.ui.ScriptDebugActionSet"/>
-  <rootContext xmi:id="_dJLZ0cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.testing.testingActionSet" name="Auto::org.eclipse.dltk.testing.testingActionSet"/>
-  <rootContext xmi:id="_dJLZ0sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.ScriptCodingActionSet" name="Auto::org.eclipse.dltk.ui.ScriptCodingActionSet"/>
-  <rootContext xmi:id="_dJMAoMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.A_OpenActionSet" name="Auto::org.eclipse.dltk.ui.A_OpenActionSet"/>
-  <rootContext xmi:id="_dJMAocXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.text.actionSet.presentation" name="Auto::org.eclipse.dltk.ui.text.actionSet.presentation"/>
-  <rootContext xmi:id="_dJMAosXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.SearchActionSet" name="Auto::org.eclipse.dltk.ui.SearchActionSet"/>
-  <rootContext xmi:id="_dJMAo8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jst.j2ee.J2eeMainActionSet" name="Auto::org.eclipse.jst.j2ee.J2eeMainActionSet"/>
-  <rootContext xmi:id="_dJMApMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.actionSet.openIconAssist" name="Auto::org.eclipse.mat.ui.actionSet.openIconAssist"/>
-  <rootContext xmi:id="_dJMApcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.actionSet.openExternalFile" name="Auto::org.eclipse.mat.ui.actionSet.openExternalFile"/>
-  <rootContext xmi:id="_dJMApsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.actionSet.openAcquireDialog" name="Auto::org.eclipse.mat.ui.actionSet.openAcquireDialog"/>
-  <rootContext xmi:id="_dJMAp8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.debug.ui.actionSet" name="Auto::org.eclipse.php.debug.ui.actionSet"/>
-  <rootContext xmi:id="_dJMAqMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.text.php.actionSet.presentation" name="Auto::org.eclipse.php.ui.text.php.actionSet.presentation"/>
-  <rootContext xmi:id="_dJMAqcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.PHPActionSet" name="Auto::org.eclipse.php.ui.PHPActionSet"/>
-  <rootContext xmi:id="_dJMAqsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.A_OpenActionSet" name="Auto::org.eclipse.php.ui.A_OpenActionSet"/>
-  <rootContext xmi:id="_dJMAq8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.SearchActionSet" name="Auto::org.eclipse.php.ui.SearchActionSet"/>
-  <rootContext xmi:id="_dJMArMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pdt.ui.RefactoringActionSet" name="Auto::org.eclipse.pdt.ui.RefactoringActionSet"/>
-  <rootContext xmi:id="_dJMArcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pdt.ui.SourceActionsSet" name="Auto::org.eclipse.pdt.ui.SourceActionsSet"/>
-  <rootContext xmi:id="_dJMArsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.debug.ui.debugActionSet" name="Auto::org.eclipse.ptp.debug.ui.debugActionSet"/>
-  <rootContext xmi:id="_dJMAr8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rdt.ui.SearchActionSet" name="Auto::org.eclipse.ptp.rdt.ui.SearchActionSet"/>
-  <rootContext xmi:id="_dJMAsMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.rse.core.search.searchActionSet" name="Auto::org.eclipse.rse.core.search.searchActionSet"/>
-  <rootContext xmi:id="_dJMAscXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.revision.graph.action.shortcuts" name="Auto::org.eclipse.team.svn.revision.graph.action.shortcuts"/>
-  <rootContext xmi:id="_dJMAssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.action.shortcuts" name="Auto::org.eclipse.team.svn.ui.action.shortcuts"/>
-  <rootContext xmi:id="_dJMAs8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.ui.actionset" name="Auto::org.eclipse.wb.core.ui.actionset"/>
-  <rootContext xmi:id="_dJMAtMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.wst.jsdt.ui.text.java.actionSet.presentation"/>
-  <rootContext xmi:id="_dJMAtcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaElementCreationActionSet"/>
-  <rootContext xmi:id="_dJMAtsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.JavaActionSet" name="Auto::org.eclipse.wst.jsdt.ui.JavaActionSet"/>
-  <rootContext xmi:id="_dJMAt8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.A_OpenActionSet" name="Auto::org.eclipse.wst.jsdt.ui.A_OpenActionSet"/>
-  <rootContext xmi:id="_dJMAuMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.CodingActionSet" name="Auto::org.eclipse.wst.jsdt.ui.CodingActionSet"/>
-  <rootContext xmi:id="_dJMAucXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.SearchActionSet" name="Auto::org.eclipse.wst.jsdt.ui.SearchActionSet"/>
-  <rootContext xmi:id="_dJMAusXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.ui.new.actionSet" name="Auto::org.eclipse.wst.server.ui.new.actionSet"/>
-  <rootContext xmi:id="_dJMAu8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.ui.internal.webbrowser.actionSet" name="Auto::org.eclipse.wst.server.ui.internal.webbrowser.actionSet"/>
-  <rootContext xmi:id="_dJMAvMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.web.ui.wizardsActionSet" name="Auto::org.eclipse.wst.web.ui.wizardsActionSet"/>
-  <rootContext xmi:id="_dJMAvcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.ws.explorer.explorer" name="Auto::org.eclipse.wst.ws.explorer.explorer"/>
-  <rootContext xmi:id="_dJMAvsXPEeOQKtwf9Y2DKA" elementId="com_sysdeo_eclipse_tomcat_actionSet" name="Auto::com_sysdeo_eclipse_tomcat_actionSet"/>
-  <rootContext xmi:id="_dJMAv8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/>
-  <rootContext xmi:id="_dJMAwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/>
-  <descriptors xmi:id="_dJMAwcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.compatibility.editor" allowMultiple="true" category="org.eclipse.e4.primaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor">
-    <tags>Editor</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAwsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.views.AntView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Ant</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.DebugView" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.BreakpointView" label="Breakpoints" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/breakpoint_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.VariableView" label="Variables" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/variable_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAxsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.ExpressionView" label="Expressions" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/watchlist_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAx8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.RegisterView" label="Registers" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/register_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAyMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.ModuleView" label="Modules" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/module_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAycXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.MemoryView" label="Memory" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/memory_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAysXPEeOQKtwf9Y2DKA" elementId="org.eclipse.help.ui.HelpView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Help</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAy8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.DisplayView" label="Display" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAzMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.junit.ResultView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAzcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.PackageExplorer" label="Package Explorer" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAzsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.TypeHierarchy" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMAz8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.ProjectsView" label="Projects" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/projects.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java Browsing</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.PackagesView" label="Packages" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java Browsing</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA0cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.TypesView" label="Types" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/types.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java Browsing</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA0sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.MembersView" label="Members" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/members.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java Browsing</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA08XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.callhierarchy.view" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/call_hierarchy.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA1MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.texteditor.TemplatesView" label="Templates" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/templates.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA1cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.SourceView" label="Declaration" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA1sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavadocView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Java</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA18XPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.api.tools.ui.views.apitooling.views.apitoolingview" label="API Tools" iconURI="platform:/plugin/org.eclipse.pde.api.tools.ui/icons/full/obj16/api_tools.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:API Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA2MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.runtime.RegistryBrowser" label="Plug-in Registry" iconURI="platform:/plugin/org.eclipse.pde.runtime/icons/eview16/registry.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Plug-in Development</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA2cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.PluginsView" label="Plug-ins" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/eview16/plugin_depend.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Plug-in Development</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA2sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.DependenciesView" label="Plug-in Dependencies" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/req_plugins_obj.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Plug-in Development</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMA28XPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.TargetPlatformState" label="Target Platform State" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/target_profile_xml_obj.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Plug-in Development</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnsMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.ImageBrowserView" label="Plug-in Image Browser" iconURI="platform:/plugin/org.eclipse.pde.ui/icons/obj16/psearch_obj.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Plug-in Development</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnscXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.SearchResultView" label="Classic Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.views.SearchView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMns8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.ccvs.ui.RepositoriesView" label="CVS Repositories" iconURI="platform:/plugin/org.eclipse.team.cvs.ui/icons/full/eview16/repo_rep.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:CVS</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMntMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.ccvs.ui.EditorsView" label="CVS Editors" iconURI="platform:/plugin/org.eclipse.team.cvs.ui/icons/full/eview16/rep_editors_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:CVS</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMntcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.sync.views.SynchronizeView" label="Synchronize" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Team</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMntsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.ui.GenericHistoryView" label="History" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Team</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnt8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.internal.introview" label="Welcome" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnuMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.browser.view" label="Internal Web Browser" iconURI="platform:/plugin/org.eclipse.ui.browser/icons/obj16/internal_browser.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnucXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Help</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnusXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.console.ConsoleView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnu8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ProgressView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnvMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ResourceNavigator" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.gif" category="org.eclipse.e4.primaryNavigationStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnvcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.BookmarkView" label="Bookmarks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnvsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.TaskList" label="Tasks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnv8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ProblemView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.AllMarkersView" label="Markers" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnwcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigator.ProjectExplorer" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.gif" category="org.eclipse.e4.primaryNavigationStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnwsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.PropertySheet" label="Properties" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.ContentOutline" label="Outline" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.gif" category="org.eclipse.e4.secondaryNavigationStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.runtime.LogView" label="Error Log" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.lib.explorer.view" label="Resource Explorer" iconURI="platform:/plugin/org.eclipse.birt.report.designer.ui.lib.explorer/icons/full/eview16/library_explorer.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Report Design</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnxsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.views.data.DataView" label="Data Explorer" iconURI="platform:/plugin/org.eclipse.birt.report.designer.ui/icons/eview16/data_explorer_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Report Design</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnx8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.attributes.AttributeView" label="Property Editor" iconURI="platform:/plugin/org.eclipse.birt.report.designer.ui/icons/eview16/quick_edit.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Report Design</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnyMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.codan.internal.ui.views.ProblemDetails" label="Problem Details" iconURI="platform:/plugin/org.eclipse.cdt.codan.ui/icons/edit_bug.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:&amp;C/C++</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnycXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.executablesView" label="Executables" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/obj16/exec_view_obj.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnysXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.SignalsView" label="Signals" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui/icons/view16/signals_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMny8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser" label="Memory Browser" iconURI="platform:/plugin/org.eclipse.cdt.debug.ui.memory.memorybrowser/icons/memorybrowser_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnzMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.gdb.ui.tracecontrol.view" label="Trace Control" iconURI="platform:/plugin/org.eclipse.cdt.dsf.gdb.ui/icons/full/view16/tracecontrol_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnzcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.gdb.ui.osresources.view" label="OS Resources" iconURI="platform:/plugin/org.eclipse.cdt.dsf.gdb.ui/icons/full/view16/osresources_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnzsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.view" label="Disassembly" iconURI="platform:/plugin/org.eclipse.cdt.dsf.ui/icons/disassembly.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMnz8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.views.MakeView" label="Make Target" iconURI="platform:/plugin/org.eclipse.cdt.make.ui/icons/view16/make_target.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Make</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.testsrunner.resultsview" label="C/C++ Unit" iconURI="platform:/plugin/org.eclipse.cdt.testsrunner/icons/eview16/cppunit.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:&amp;C/C++</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn0cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.CView" label="C/C++ Projects" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/cview.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:&amp;C/C++</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn0sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.IndexView" label="C/C++ Index" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/types.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:&amp;C/C++</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn08XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.includeBrowser" label="Include Browser" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/includeBrowser.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:&amp;C/C++</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn1MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.callHierarchy" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/call_hierarchy.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:&amp;C/C++</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn1cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.typeHierarchy" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.cdt.ui/icons/view16/class_hi.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:&amp;C/C++</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn1sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.connectivity.DataSourceExplorerNavigator" label="Data Source Explorer" iconURI="platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Data Management</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn18XPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.plan.planView" label="Execution Plan" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.plan/icons/sqlplan.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Data Management</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn2MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.result.resultView" label="SQL Results" iconURI="platform:/plugin/org.eclipse.datatools.sqltools.result.ui/icons/sqlresult.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Data Management</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn2cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.debug.ui.dbgpLogView" label="Script Debug Log" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Dynamic Languages</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn2sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.debug.ui.ScriptDisplayView" label="Interactive Console" iconURI="platform:/plugin/org.eclipse.dltk.debug.ui/icons/full/eview16/debug_console.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Dynamic Languages</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn28XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.testing.ResultView" label="Script Unit Test" iconURI="platform:/plugin/org.eclipse.dltk.testing/icons/full/eview16/testing.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Dynamic Languages</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn3MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.ScriptExplorer" label="Script Explorer" iconURI="platform:/plugin/org.eclipse.dltk.ui/icons/full/eview16/package.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Dynamic Languages</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn3cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.callhierarchy.view" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.dltk.ui/icons/full/eview16/call_hierarchy.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Dynamic Languages</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn3sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.TypeHierarchy" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.dltk.ui/icons/full/eview16/class_hi.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Dynamic Languages</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn38XPEeOQKtwf9Y2DKA" elementId="org.eclipse.gef.ui.palette_view" label="Palette" iconURI="platform:/plugin/org.eclipse.gef/icons/palette_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn4MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.core.views.MavenRepositoryView" label="Maven Repositories" iconURI="platform:/plugin/org.eclipse.m2e.core.ui/icons/maven_indexes.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Maven</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn4cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.core.views.MavenBuild" label="Maven Workspace Build" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Maven</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn4sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.views.SnapshotHistoryView" label="Heap Dump History" iconURI="platform:/plugin/org.eclipse.mat.ui/icons/heapdump_history.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Memory Analyzer Views</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn48XPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.views.SnapshotDetailsView" label="Heap Dump Details" iconURI="platform:/plugin/org.eclipse.mat.ui/icons/heapdump_details.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Memory Analyzer Views</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn5MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.views.InspectorView" label="Inspector" iconURI="platform:/plugin/org.eclipse.mat.ui/icons/inspector_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Memory Analyzer Views</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJMn5cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.views.TextEditorView" label="Notes" iconURI="platform:/plugin/org.eclipse.mat.ui/icons/notepad.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Memory Analyzer Views</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.views.NavigatorView" label="Navigation History" iconURI="platform:/plugin/org.eclipse.mat.ui/icons/navigator_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Memory Analyzer Views</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOwcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.views.CompareBasketView" label="Compare Basket" iconURI="platform:/plugin/org.eclipse.mat.ui/icons/compare.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Memory Analyzer Views</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOwsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.PHPStackView" label="Parameter Stack" iconURI="platform:/plugin/org.eclipse.php.ui/icons/full/obj16/phpfile.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:PHP Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.PHPDebugOutput" label="Debug Output" iconURI="platform:/plugin/org.eclipse.php.debug.ui/icon/full/obj16/debug_output.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:PHP Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.PHPBrowserOutput" label="Browser Output" iconURI="platform:/plugin/org.eclipse.php.debug.ui/icon/full/obj16/browser_output.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:PHP Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.explorer" label="PHP Explorer" iconURI="platform:/plugin/org.eclipse.php.ui/icons/full/obj16/php_explorer.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:PHP Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOxsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.functions" label="PHP Functions" iconURI="platform:/plugin/org.eclipse.php.ui/icons/full/obj16/phpfile.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:PHP Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOx8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.projectOutline" label="PHP Project Outline" iconURI="platform:/plugin/org.eclipse.php.ui/icons/full/obj16/php_project_outline.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:PHP Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOyMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.debug.ui.views.SignalsView" label="Signals" iconURI="platform:/plugin/org.eclipse.ptp.debug.ui/icons/view16/signals_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOycXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.debug.ui.views.parallelDebugView" label="Parallel Debug" iconURI="platform:/plugin/org.eclipse.ptp.debug.ui/icons/view16/parallel_debug.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOysXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.debug.ui.views.ArrayView" label="Arrays" iconURI="platform:/plugin/org.eclipse.ptp.debug.ui/icons/view16/arrays_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOy8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.debug.ui.views.PVariableView" label="Variables" iconURI="platform:/plugin/org.eclipse.ptp.debug.ui/icons/view16/variables_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOzMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.debug.ui.views.PLocationView" label="Parallel Debug Locations " iconURI="platform:/plugin/org.eclipse.ptp.debug.ui/icons/view16/debug_locations_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOzcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.mpi.analysis.view.MPIErrorView" label="MPI Barrier Errors" iconURI="platform:/plugin/org.eclipse.ptp.pldt.mpi.analysis/icons/barrier.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOzsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.mpi.analysis.view.MPIBarrierTableView" label="MPI Barriers" iconURI="platform:/plugin/org.eclipse.ptp.pldt.mpi.analysis/icons/barrier.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNOz8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.mpi.analysis.view.MPIBarrierMatchingSetTableView" label="MPI Barrier Matches" iconURI="platform:/plugin/org.eclipse.ptp.pldt.mpi.analysis/icons/barrier.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.mpi.core.views.MPITableView" label="MPI Artifact View" iconURI="platform:/plugin/org.eclipse.ptp.pldt.mpi.core/icons/mpi.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO0cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.openacc.views.OpenACCArtifactView" label="OpenACC Artifact View" iconURI="platform:/plugin/org.eclipse.ptp.pldt.openacc/icons/openacc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO0sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.openmp.core.views.OpenMPArtifactView" label="OpenMP Artifact View" iconURI="platform:/plugin/org.eclipse.ptp.pldt.openmp.core/icons/openMP.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO08XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.openmp.ui.pv.views.OpenMPProblemsView" label="OpenMP Problems" iconURI="platform:/plugin/org.eclipse.ptp.pldt.openmp.ui.pv/icons/openMPproblem.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO1MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.openshmem.views.openshmemArtifactView" label="OpenSHMEM Artifact View" iconURI="platform:/plugin/org.eclipse.ptp.pldt.openshmem/icons/openshmem.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO1cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rdt.sync.ui.SyncMergeFileTableViewer" label="Synchronized Merge View" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Development</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO1sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rdt.ui.includeBrowser" label="Remote Include Browser" iconURI="platform:/plugin/org.eclipse.ptp.rdt.ui/icons/view16/includeBrowser.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Development</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO18XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rdt.ui.callHierarchy" label="Remote Call Hierarchy" iconURI="platform:/plugin/org.eclipse.ptp.rdt.ui/icons/view16/call_hierarchy.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Development</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO2MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rdt.ui.typeHierarchy" label="Remote Type Hierarchy" iconURI="platform:/plugin/org.eclipse.ptp.rdt.ui/icons/view16/class_hi.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Development</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO2cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.remotetools.environment.ui.views.RemoteEnvironmentsView" label="Remote Environments" iconURI="platform:/plugin/org.eclipse.ptp.remotetools.environment.ui/icons/iprocess.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO2sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.ui.views.MonitorView" label="Monitors" iconURI="platform:/plugin/org.eclipse.ptp.rm.lml.monitor.ui/icons/eview16/monitor_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Other</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO28XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.ui.SystemMonitorView" label="System Monitor" iconURI="platform:/plugin/org.eclipse.ptp.rm.lml.ui/icons/nodes_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO3MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.ui.ActiveJobsView" label="Active Jobs" iconURI="platform:/plugin/org.eclipse.ptp.rm.lml.ui/icons/active_jobs_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO3cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.ui.InactiveJobsView" label="Inactive Jobs" iconURI="platform:/plugin/org.eclipse.ptp.rm.lml.ui/icons/inactive_jobs_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO3sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.ui.InfoView" label="Messages" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Parallel Tools</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO38XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.services.ui.views.serviceConfigurationView" label="Service Configurations" iconURI="platform:/plugin/org.eclipse.ptp.services.ui/icons/etool16/service.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Services</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO4MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.rse.ui.view.systemView" label="Remote Systems" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Systems</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO4cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.rse.ui.view.teamView" label="Team" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/team_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Systems</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO4sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.rse.ui.view.systemTableView" label="Remote System Details" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/cview16/system_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Systems</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO48XPEeOQKtwf9Y2DKA" elementId="org.eclipse.rse.ui.view.SystemSearchView" label="Remote Search" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/obj16/system_search.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Systems</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO5MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.rse.ui.view.scratchpad.SystemScratchpadViewPart" label="Remote Scratchpad" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/scratchpad_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Systems</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO5cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.rse.ui.view.monitorView" label="Remote Monitor" iconURI="platform:/plugin/org.eclipse.rse.ui/icons/full/view16/system_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Remote Systems</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO5sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.repository.RepositoriesView" label="SVN Repositories" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/repositories.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO58XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.properties.PropertiesView" label="SVN Properties" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/propertiesedit.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO6MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.repository.browser.RepositoryBrowser" label="SVN Repository Browser " iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/repositories/browser.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO6cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.properties.RevPropertiesView" label="Revision Properties" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/propertiesedit.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO6sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.lock.LocksView" label="SVN Locks" iconURI="platform:/plugin/org.eclipse.team.svn.ui/icons/views/locksview.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:SVN</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO68XPEeOQKtwf9Y2DKA" elementId="org.eclipse.tm.terminal.view.TerminalView" label="Terminal" iconURI="platform:/plugin/org.eclipse.tm.terminal.view/icons/cview16/terminal_view.gif" allowMultiple="true" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Terminal</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJNO7MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.StructureView" label="Structure" iconURI="platform:/plugin/org.eclipse.wb.core/icons/structure/properties_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:WindowBuilder</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN10MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.PaletteView" label="Palette" iconURI="platform:/plugin/org.eclipse.wb.core/icons/structure/palette.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:WindowBuilder</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN10cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" label="Snippets" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:General</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN10sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.internet.monitor.view" label="TCP/IP Monitor" iconURI="platform:/plugin/org.eclipse.wst.internet.monitor.ui/icons/cview16/monitorView.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Debug</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN108XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" label="Script Explorer" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/package.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN11MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" label="Hierarchy" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/class_hi.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN11cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.callhierarchy.view" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/call_hierarchy.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN11sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.SourceView" label="Declaration" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN118XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.JavadocView" label="Documentation" iconURI="platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:JavaScript</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN12MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.ui.ServersView" label="Servers" iconURI="platform:/plugin/org.eclipse.wst.server.ui/icons/cview16/servers_view.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Server</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN12cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.ui.views.annotations.XMLAnnotationsView" label="Documentation" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/obj16/comment_obj.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN12sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.ui.contentmodel.view" label="Content Model" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/view16/hierarchy.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN128XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.views.XPathView" label="XPath" iconURI="platform:/plugin/org.eclipse.wst.xml.xpath.ui/icons/full/xpath.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN13MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsl.jaxp.debug.ui.resultview" label="Result" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN13cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsl.ui.view.outline" label="Stylesheet Model" iconURI="platform:/plugin/org.eclipse.wst.xsl.ui/icons/full/hierarchy.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:XML</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN13sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesView" label="Git Repositories" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN138XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.StagingView" label="Git Staging" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/staging.png" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN14MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.InteractiveRebaseView" label="Git Interactive Rebase" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/rebase_interactive.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN14cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.CompareTreeView" label="Git Tree Compare" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-  </descriptors>
-  <descriptors xmi:id="_dJN14sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.ReflogView" label="Git Reflog" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.gif" category="org.eclipse.e4.secondaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
-    <tags>View</tags>
-    <tags>categoryTag:Git</tags>
-  </descriptors>
-  <commands xmi:id="_dJj0E8XPEeOQKtwf9Y2DKA" elementId="e4.exit" contributorURI="platform:/plugin/org.eclipse.platform" commandName="%command.name.exit" description=""/>
-  <commands xmi:id="_dJj0FMXPEeOQKtwf9Y2DKA" elementId="e4.show.view" contributorURI="platform:/plugin/org.eclipse.platform" commandName="%command.name.showView">
-    <parameters xmi:id="_dJj0FcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" contributorURI="platform:/plugin/org.eclipse.platform" name="View"/>
-  </commands>
-  <commands xmi:id="_dJj0FsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.saveCommands" contributorURI="platform:/plugin/org.eclipse.platform" commandName="%command.name.save"/>
-  <commands xmi:id="_dJj0F8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.saveAllCommands" contributorURI="platform:/plugin/org.eclipse.platform" commandName="%command.name.saveAll"/>
-  <commands xmi:id="_dJj0GMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.command.nextpage" commandName="Next Page of Memory" description="Load next page of memory" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0GcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0GsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="Remove Trailing Whitespace" description="Removes the trailing whitespace of each line" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0G8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.GenerateDiff" commandName="Create Patch" description="Compare your workspace contents with the server and generate a diff file that can be used as a patch file." category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0HMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in Java editors" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0HcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.runtime.spy.commands.spyCommand" commandName="Plug-in Selection Spy" description="Show the Plug-in Spy" category="_dKEKaMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0HsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.commands.gotoAddress" commandName="Go to Address..." description="Navigate to address" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0H8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.openshmem.command4" commandName="find.openshmem.artifacts" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0IMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.use.supertype" commandName="Use Supertype Where Possible" description="Change occurrences of a type to use a supertype instead" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0IcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.connectivity.commands.import" commandName="Import Profiles Command" description="Command to import connection profiles" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0IsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.open.quick.type.hierarchy" commandName="Quick Type Hierarchy" description="Shows quick type hierarchy" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0I8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.ShareProjectsCommand" commandName="Share Projects..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0JMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="Select Text Start" description="Select to the beginning of the text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0JcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.groupDebugContexts" commandName="Group" description="Groups the selected debug contexts" category="_dKEKccXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0JsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0J8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java Browsing" description="Show the Java Browsing perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0KMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0KcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project" commandName="Read Access in Project" description="Search for read references to the selected element in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0KsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="Select Line End" description="Select to the end of the line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0K8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="Compare with HEAD Revision" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0LMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJj0LcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.debug.ui.script.opensource" commandName="Open Source" description="Shows the JavaScript source for the selected script element" category="_dKEKYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbIMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="Insert Line Above Current Line" description="Adds a new line above the current line" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbIcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.refactor.extract.local.variable" commandName="Extract Local Variable - Refactoring " description="Extract a local variable for the selected expression" category="_dKDjUcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbIsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="External Tools..." description="Open external tools launch configuration dialog" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbI8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.EditConflictsCommand" commandName="Edit Conflicts" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbJMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.JavaPerspective" commandName="JavaScript" description="Show the JavaScript perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbJcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rdt.sync.ui.SyncCommand" commandName="Sync Operations" category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJkbJsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rdt.sync.ui.syncCommand.syncModeParameter" name="Sync Mode" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJkbJ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="Team Synchronizing" description="Open the Team Synchronizing Perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbKMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="Step Over" description="Step over" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbKcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.hover.backwardMacroExpansion" commandName="Back" description="Step backward in macro expansions" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbKsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="Open in Editor" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbK8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbLMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="Add Memory Block" description="Add memory block" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbLcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.deubg.ui.phpexeShortcut.debug" commandName="Debug CLI Application" description="Debug CLI Application" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbLsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewRebase" commandName="Rebase" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbL8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.revertToSaved" commandName="Revert to Saved" description="Revert to the last saved state" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbMMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences" commandName="Search Implement Occurrences in File" description="Search for implement occurrences of a selected type" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbMcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbMsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.format.active.elements" commandName="Format Active Elements" description="Format active elements" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbM8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch" commandName="Surround with try/catch Block" description="Surround the selected text with a try/catch block" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbNMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="Convert Anonymous Class to Nested" description="Convert an anonymous class to a nested class" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbNcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbNsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Push Current Head to Gerrit" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbN8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbOMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="Select Line Down" description="Extend the selection to the next line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbOcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.showContextMenu" commandName="Show Context Menu" description="Show the context menu" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbOsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="Delete Stashed Commit..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbO8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJkbPMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ide.markCompleted" commandName="Mark Completed" description="Mark the selected tasks as completed" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCMMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.refactor.extract.constant" commandName="Extract Constant - Refactoring " description="Extract a constant for the selected expression" category="_dKDjUcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCMcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="Text End" description="Go to the end of the text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCMsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.attachProfileAction" commandName="Set Connection Information" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCM8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.copy.qualified.name" commandName="Copy Qualified Name" description="Copy a fully qualified name to the system clipboard" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCNMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.delete" commandName="Delete" description="Delete the selection" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCNcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="Change Credentials" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCNsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.multicatch" commandName="Surround with try/multi-catch Block" description="Surround the selected text with a try/multi-catch block" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCN8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.refactor.getters.and.setters" commandName="Generate Getters and Setters..." description="Generates getters and setters for a selected field" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCOMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.CreateTag" commandName="Create Tag..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCOcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="Profile" description="Launch in profile mode" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCOsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace" commandName="References in Workspace" description="Search for references to the selected element in the workspace" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCO8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.specific_content_assist.command" commandName="C/C++ Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_dKDjYcXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJlCPMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.specific_content_assist.category_id" name="type" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJlCPcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.refactor.extract.function" commandName="Extract Function - Refactoring " description="Extract a function for the selected list of expressions or statements" category="_dKDjUcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCPsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.addMonitor" commandName="Add Monitor" category="_dKEKbMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCP8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewPaste" commandName="Paste Repository Path or URI" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCQMXPEeOQKtwf9Y2DKA" elementId="pl.szpinda.plugin.tomcat.commands.tomcatQuickRestart" commandName="Tomcat quick restart" category="_dKEKZcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCQcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.edit.text.php.open.type.hierarchy" commandName="Open Type Hierarchy" description="Opens a type hierarchy for the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCQsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.previous" commandName="Previous" description="Navigate to the previous item" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCQ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Toggle Java Editor Breadcrumb" description="Toggle the Java editor breadcrumb" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCRMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.refreshJob" commandName="Refresh Job Status" description="Refresh the state and state detail for this job" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCRcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open a call hierarchy on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCRsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.reverseStepInto" commandName="Reverse Step Into" description="Perform Reverse Step Into" category="_dKDjY8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCR8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.actions.LifeCycleInstall.run" commandName="Run Maven Install" description="Run Maven Install" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCSMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CompareTwoRepositoryResourcesCommand" commandName="Compare With URL..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCScXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCSsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.cutcolumn" commandName="Cut" category="_dKC8UcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCS8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.newQuickMenu" commandName="New menu" description="Open the New menu" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlCTMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="Delete Next" description="Delete the next character" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpQMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="Delete Next Word" description="Delete the next word" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpQcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.insertExpressionCommand" commandName="insertExpressionCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpQsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.undo" commandName="Undo" description="Undo the last operation" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpQ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="Debug" description="Launch in debug mode" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpRMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.command.reconfigure" commandName="Reconfigure Project" description="Run configuration scripts for project" category="_dKC8T8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpRcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.external.javadoc" commandName="Open External JSDoc" description="Open the JSDoc of the selected element in an external browser" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpRsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.excludeCommand" commandName="Exclude from Build" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpR8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="Toggle Line Breakpoint" description="Creates or removes a line breakpoint" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpSMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="Show Line Numbers" description="Toggle display of line numbers" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpScXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace" commandName="Read Access in Workspace" description="Search for read references to the selected element in the workspace" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpSsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpS8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.newEditor" commandName="New Editor" description="Open another editor on the active editor's input" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpTMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="Previous Word" description="Go to the previous word" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpTcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.help.installationDialog" commandName="Installation Information" description="Open the installation dialog" category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpTsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="Compare with Git Index" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpT8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="Shift Right" description="Shift a block of text to the right" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpUMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.ui.nextSibling" commandName="Next Sibling" description="Go to Next Sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpUcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.indent" commandName="Indent Line" description="Indents the current line" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpUsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.command" commandName="Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_dKDjYcXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJlpU8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.specific_content_assist.category_id" name="type" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJlpVMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.Merge" commandName="Merge" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpVcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.commands.gotoPC" commandName="Go to Program Counter" description="Navigate to current program counter" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpVsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="Find Text in Working Set" description="Searches the files in the working set for specific text." category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpV8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set" commandName="References in Working Set" description="Search for references to the selected element in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpWMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.delete.line.to.end" commandName="Delete to End of Line" description="Delete to the end of a line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpWcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.nextEditor" commandName="Next Editor" description="Switch to the next editor" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpWsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.factory" commandName="Introduce Factory" description="Introduce a factory method to encapsulate invocation of the selected constructor" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpW8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="Show Annotations" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJlpXMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.forward" commandName="Forward" description="Navigate forward" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQUMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.ui.cmnd.contentmodel.sych" commandName="Synch" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQUcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.updateSwitch" commandName="Switch to Another Branch or Version" description="Switch to Another Branch or Version" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQUsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.closeAllSaved" commandName="Close All Saved" description="Close all saved editors" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQU8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected method" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQVMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.ReplaceWithRevisionCommand" commandName="URL..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQVcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.uncall" commandName="Uncall" description="Perform Uncall" category="_dKDjY8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQVsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="Delete Previous Word" description="Delete the previous word" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQV8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.indent" commandName="Indent Line" description="Indents the current line" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQWMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.toggle.comment" commandName="Toggle Comment" description="Toggle Comment" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQWcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="Delete Previous" description="Delete the previous character" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQWsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.perspective" commandName="PHP" description="Shows the PHP perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQW8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.set.mark" commandName="Set Mark" description="Set the mark" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQXMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="Rename Branch" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQXcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Open Git Commit" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQXsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse Marketplace" description="Show the Eclipse Marketplace wizard" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQX8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.exit" commandName="Exit" description="Exit the application" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQYMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQYcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="Configure Upstream Push" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="Delete Completed Tasks" description="Delete the tasks marked as completed" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQY8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="Debug" description="Open the debug perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.CreateChartViewCommand" commandName="CreateChartViewCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQZcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.generate.javadoc" commandName="Generate JSDoc" description="Generates JSDoc for a selectable set of JavaScript resources" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQZsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="Delete Resources" description="Delete the selected resources and notify LTK participants." category="_dKExeMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQZ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.next" commandName="Next" description="Navigate to the next item" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQaMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.local.variable" commandName="Extract Local Variable" description="Extracts an expression into a new local variable and uses the new local variable" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQacXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQasXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.MergeCommand" commandName="Merge..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJmQa8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.project" commandName="References in Project" description="Search for references to the selected element in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3YMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.buildAutomatically" commandName="Build Automatically" description="Toggle the workspace build automatically function" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3YcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.structure.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3YsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.releaseJob" commandName="Release Job" description="Release the job" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3Y8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace" commandName="Declaration in Workspace" description="Search for declarations of the selected element in the workspace" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3ZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy" commandName="References in Hierarchy" description="Search for references of the selected element in its hierarchy" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3ZcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.openDependencies" commandName="Open Plug-in Dependencies" description="Opens the plug-in dependencies view for the current plug-in" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3ZsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.goto.next.bookmark" commandName="Next Bookmark" description="Goto next bookmark of the selected file" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3Z8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.ProjectsView" commandName="JavaScript Projects" description="Show the Projects view" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3aMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3acXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="Rerun JUnit Test - Failures First" description="Rerun JUnit Test - Failures First" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3asXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.interface" commandName="Extract Interface" description="Extract a set of members into a new interface and try to use the new interface" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3a8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.browser.openBundleResource" commandName="Open Resource in Browser" description="Opens a bundle resource in the default web browser." category="_dKC8UsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJm3bMXPEeOQKtwf9Y2DKA" elementId="plugin" name="Plugin"/>
-    <parameters xmi:id="_dJm3bcXPEeOQKtwf9Y2DKA" elementId="path" name="Path"/>
-  </commands>
-  <commands xmi:id="_dJm3bsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="Continue Rebase" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3b8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.javadoc.comment" commandName="Add JSDoc Comment" description="Add a JSDoc comment stub to the member element" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3cMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.preferences" commandName="Preferences" description="Open the preferences dialog" category="_dKC8UsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJm3ccXPEeOQKtwf9Y2DKA" elementId="preferencePageId" name="Preference Page"/>
-  </commands>
-  <commands xmi:id="_dJm3csXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="Show Whitespace Characters" description="Shows whitespace characters in current text editor" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3c8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy SHA-1" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3dMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.close" commandName="Close" description="Close the active editor" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3dcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.newWizard" commandName="New" description="Open the New item wizard" category="_dKEKasXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJm3dsXPEeOQKtwf9Y2DKA" elementId="newWizardId" name="New Wizard"/>
-  </commands>
-  <commands xmi:id="_dJm3d8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.comment" commandName="Comment" description="Turn the selected lines into // style comments" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3eMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or method" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3ecXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="Tips and Tricks" description="Open the tips and tricks help page" category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3esXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.showHistory" commandName="Show History" description="Show History" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJm3e8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.exportLibraryCommand" commandName="exportLibraryCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnecMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="Write Access in Hierarchy" description="Search for write references of the selected element in its hierarchy" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJneccXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.find.word" commandName="Find Word" description="Select a word and find the next occurrence" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnecsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.testing.testingShortcut.run" commandName="Run testing Test" description="Run testing Test" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnec8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.core.ui.command.updateProject" commandName="Update Project" description="Update Maven Project configuration and dependencies" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnedMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnedcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="Run to Line" description="Resume and break when execution reaches the current line" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnedsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.select.previous" commandName="Select Previous C/C++ Element" description="Expand the selection to enclosing C/C++ element" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJned8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJneeMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.ui.gotoMatchingTag" commandName="Matching Tag" description="Go to Matching Tag" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJneecXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.copyCellContentsCommand" commandName="CopyCellContentsAction" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJneesXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.debugAction" commandName="Debug" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnee8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.infer.type.arguments" commandName="Infer Generic Type Arguments" description="Infer type arguments for references to generic classes and remove unnecessary casts" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnefMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.Restart" commandName="Restart" description="Restart a process or debug target without terminating and re-launching" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnefcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.openResource" commandName="Open Resource" description="Open an editor on a particular resource" category="_dKExd8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJnefsXPEeOQKtwf9Y2DKA" elementId="filePath" name="File Path" typeId="org.eclipse.ui.ide.resourcePath"/>
-  </commands>
-  <commands xmi:id="_dJnef8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.InstanceCount" commandName="Instance Count" description="View the instance count of the selected type loaded in the target VM" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnegMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.help.helpContents" commandName="Help Contents" description="Open the help contents" category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnegcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.reverseStepOver" commandName="Reverse Step Over" description="Perform Reverse Step Over" category="_dKDjY8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnegsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify field access" description="Invokes quick assist and selects 'Qualify field access'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJneg8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.saveAll" commandName="Save All" description="Save all current contents" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnehMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.SwitchCommand" commandName="Switch..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnehcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnehsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.assignToLocal.assist" commandName="Quick Assist - Assign to local variable" description="Invokes quick assist and selects 'Assign to local variable'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJneh8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.debug" commandName="Debug Eclipse Application" description="Debug Eclipse Application" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJneiMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.format.document" commandName="Format" description="Format selection" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJneicXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="Select Text End" description="Select to the end of the text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJneisXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.BranchCommand" commandName="Branch..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnei8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.delete.line" commandName="Delete Line" description="Delete a line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJnejMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.previous.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the JavaScript file" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFgMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="Find Text in Project" description="Searches the files in the project for specific text." category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFgcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Open Java Element" description="Open a Java element in its editor" category="_dKExd8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJoFgsXPEeOQKtwf9Y2DKA" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJoFg8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.common.dropDownCommand" commandName="Analysis dropdown menu" category="_dKDjWcXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJoFhMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.common.dropDownCommand.msg" name="Message" typeId="String"/>
-  </commands>
-  <commands xmi:id="_dJoFhcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.maximizePart" commandName="Maximize Active View or Editor" description="Toggles maximize/restore state of active view or editor" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFhsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ide.configureColumns" commandName="Configure Columns..." description="Configure the columns in the markers view" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFh8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="Add Class Load Breakpoint" description="Add a class load breakpoint" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFiMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.commit.CherryPick" commandName="Cherry Pick" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFicXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="Toggle Revision Id Display" description="Toggles the display of the revision id" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFisXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.run" commandName="Run OSGi Framework" description="Run OSGi Framework" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFi8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.command.libtoolize" commandName="Invoke Libtoolize" description="Run libtoolize in the selected directory" category="_dKC8T8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFjMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="Send end of file" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFjcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFjsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="Revert Lines" description="Revert the current selection, block or deleted lines" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFj8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.method.exits" commandName="Search Method Exit Occurrences in File" description="Search for method exit occurrences of a selected return type" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFkMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal" commandName="Make Local Element &amp;Global" description="Promotes local element to global level and replaces its references" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFkcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="Page Down" description="Go down one page" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFksXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.testing.testingShortcut.rerunFailedFirst" commandName="Rerun testing Test - Failures First" description="Rerun testing Test - Failures First" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFk8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.goInto" commandName="Go Into" description="Navigate into the selected item" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFlMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="Window Start" description="Go to the start of the window" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFlcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.ungroupDebugContexts" commandName="Ungroup" description="Ungroups the selected debug contexts" category="_dKEKccXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFlsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFl8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFmMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.addBlock.assist" commandName="Quick Assist - Replace statement with block" description="Invokes quick assist and selects 'Replace statement with block'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFmcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.createAntBuildFile" commandName="Create Ant Build File" description="Creates an Ant build file for the current project" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFmsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="Terminate" description="Terminate" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoFm8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.revertToTemplateCommand" commandName="revertToTemplateCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoskMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand" commandName="Plug-in Menu Spy" description="Show the Plug-in Spy" category="_dKEKaMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoskcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.sort.lines" commandName="Sort Lines" description="Sort selected lines alphabetically" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosksXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype" commandName="Use Supertype Where Possible" description="Change occurrences of a type to use a supertype instead" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosk8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="Go to Address" description="Go to Address" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoslMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.switchToEditor" commandName="Switch to Editor" description="Switch to an editor" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoslcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.deleteCommand" commandName="deleteCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoslsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.previousView" commandName="Previous View" description="Switch to the previous view" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosl8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.insertRowCommand" commandName="insertRowCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosmMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CopyUrlCommand" commandName="Copy URL" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosmcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.navigate.open.element.in.call.hierarchy" commandName="Open Element in Call Hierarchy" description="Open an element in the call hierarchy view" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosmsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="Write Access in Hierarchy" description="Search for write references of the selected element in its hierarchy" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosm8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.linkWithEditor" commandName="Toggle Link with Editor " description="Toggles linking of a view's selection with the active editor's selection" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosnMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="Close Rendering" description="Close the selected rendering." category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosncXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="Convert Anonymous Class to Nested" description="Convert an anonymous class to a nested class" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosnsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a Java editor" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosn8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.open.file.from.source" commandName="Open Selection" description="Open an editor on the selected link" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosoMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.previousPerspective" commandName="Previous Perspective" description="Switch to the previous perspective" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosocXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.pasteAction" commandName="pasteAction" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJososXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="Disconnect" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJoso8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.refactoring.command.ExtractConstant" commandName="Extract Constant..." category="_dKDjUcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJospMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="Expand" description="Expands the folded region at the current selection" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJospcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="Remove Repository" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJospsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.PushTags" commandName="Push Tags..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosp8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.edit.text.move.element" commandName="Move - Refactoring " description="Moves the selected element to a new location" category="_dKDjW8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosqMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.working.set" commandName="Read Access in Working Set" description="Search for read references to the selected element in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosqcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.junit.gotoTest" commandName="Referring Tests" description="Referring Tests" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosqsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.ShowResourceHistoryCommand" commandName="Show History" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJosq8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="Compare with Working Directory" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpToMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="Open Declaration" description="Opens the Ant editor on the referenced element" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTocXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project" commandName="Implementors in Project" description="Search for implementors of the selected interface in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTosXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.closePart" commandName="Close Part" description="Close the active workbench part" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTo8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTpMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.testing.gotoTest" commandName="Referring Tests" description="Referring Tests" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTpcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTpsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.infer.type.arguments" commandName="Infer Generic Type Arguments" description="Infer type arguments for references to generic classes and remove unnecessary casts" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTp8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.gef.zoom_in" commandName="Zoom In" description="Zoom In" category="_dKExcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTqMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="Quick Fix" description="Suggest possible fixes for a problem" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTqcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="Watch" description="Create new watch expression" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTqsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Untrack" commandName="Untrack" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTq8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.EditTreeConflictsCommand" commandName="Edit Tree Conflicts" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTrMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTrcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.copyAction" commandName="copyAction" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTrsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.refactoring.command.ExtractLocalVariable" commandName="Extract Local Variable..." category="_dKDjUcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTr8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.goto.previous.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the compilation unit" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTsMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteCurrentAction" commandName="Execute Current Text" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTscXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.buildProject" commandName="Build Project" description="Build the selected project" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.saveTraceData" commandName="Save Trace Data " description="Save Trace Data to File" category="_dKEKY8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTs8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.add.block.comment" commandName="Add Block Comment" description="Add Block Comment" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTtMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.showSystemMenu" commandName="Show System Menu" description="Show the system menu" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJpTtcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field" commandName="Encapsulate Field" description="Create getting and setting methods for the field and use only those to access the field" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6sMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the translation unit" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6scXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="New Rendering" description="Add a new rendering." category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6ssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="Select Page Down" description="Select to the bottom of the page" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6s8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.specific_content_assist.command" commandName="Content Assist(DLTK)" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_dKDjYcXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJp6tMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.specific_content_assist.category_id" name="type" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJp6tcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="Push to Upstream" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6tsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6t8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="Open in Text Editor" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6uMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.TypeHierarchy" commandName="JavaScript Type Hierarchy" description="Show the Type Hierarchy view" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6ucXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.open.hyperlink" commandName="Open Hyperlink" description="Opens the hyperlink at the caret location or opens a chooser if more than one hyperlink is available" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6usXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.xml.editor.actions.SwitchPairEditorAction" commandName="Switch Source/Design Editors" description="Switch between the Source and Design editors." category="_dKDjWMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6u8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6vMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.selectPreviousChange" commandName="Select Previous Change" description="Select Previous Change" category="_dKExdsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6vcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.gef.zoom_out" commandName="Zoom Out" description="Zoom Out" category="_dKExcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6vsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="Toggle Toolbar Visibility" description="Toggles the visibility of the window toolbar" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6v8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6wMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="Select Previous Word" description="Select the previous word" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6wcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="%RebaseInteractiveCurrentHandler.name" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6wsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.query.browser.QueryBrowser" commandName="Query Browser" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6w8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.createPlaceHolderCommand" commandName="createPlaceHolderCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6xMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.ReplaceWithBranchCommand" commandName="Branch..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6xcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.opendecl" commandName="Open Declaration" description="Open an editor on the selected element's declaration(s)" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6xsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.debug" commandName="Debug XSLT Transformation" description="Create a configuration to debug an XSLT transformation" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJp6x8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.SetPropertyCommand" commandName="Set Property..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CompareWithTagCommand" commandName="Tag..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhwcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.findReplace" commandName="Find and Replace" description="Find and replace text" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhwsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.quickdiff.toggle" commandName="Quick Diff Toggle" description="Toggles quick diff information display on the line number ruler" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.ui.applyPatch" commandName="Apply Patch..." description="Apply a patch to one or more workspace projects." category="_dKEKYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.copyLeftToRight" commandName="Copy from Left to Right" description="Copy Current Change from Left to Right" category="_dKExdsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhxsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewRenameBranch" commandName="Rename Branch..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhx8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CompareTwoSelectedRepositoryResourcesCommand" commandName="Compare" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhyMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="Toggle Insert Mode" description="Toggle insert mode" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhycXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhysXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.insertGroupCommand" commandName="insertGroupCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhy8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="Next Sub-Tab" description="Switch to the next sub-tab" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhzMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.openPluginArtifact" commandName="Open Plug-in Artifact" description="Open a plug-in artifact in the manifest editor" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhzcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.search.findrefs" commandName="References" description="Search for references to the selected element in the workspace" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhzsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqhz8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.addBookmark" commandName="Add Bookmark" description="Add a bookmark" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqh0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqh0cXPEeOQKtwf9Y2DKA" elementId="refresh.schema.editor.action.id" commandName="Refresh from Server" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqh0sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Add a Git Repository" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqh08XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.MembersView" commandName="JavaScript Members" description="Show the Members view" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqh1MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.hover.forwardMacroExpansion" commandName="Forward" description="Step forward in macro expansions" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqh1cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.command.autoreconf" commandName="Invoke Autoreconf" description="Run autoreconf from the selected directory" category="_dKC8T8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqh1sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.rebuildAll" commandName="Rebuild All" description="Rebuild all projects" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJqh18XPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.result.removeInstance" commandName="Remove Result" category="_dKDjXMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.move.inner.to.top.level" commandName="Convert Member Type to Top Level" description="Convert member type to top level" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI0cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to var" description="Invokes quick assist and selects 'Assign to var'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI0sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.activateEditor" commandName="Activate Editor" description="Activate the editor" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI08XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI1MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI1cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="Copy All from Right to Left" description="Copy All Changes from Right to Left" category="_dKExdsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI1sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="Push Commit..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI18XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="Close Unrelated Projects" description="Close unrelated projects" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI2MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit Configuration..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI2cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="Ignore White Space" description="Ignore white space where applicable" category="_dKExdsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI2sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="Toggle Breakpoint" description="Creates or removes a breakpoint" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI28XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="Line Down" description="Go down one line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI3MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.previousTab" commandName="Previous Tab" description="Switch to the previous tab" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI3cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.SkipRebase" commandName="Skip commit and continue" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI3sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="Last Edit Location" description="Last edit location" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI38XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.cancelJob" commandName="Cancel Job" description="Terminate the job" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI4MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="Toggle Memory Monitors Pane" description="Toggle visibility of the Memory Monitors Pane" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI4cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.testing.ResultView" commandName="DLTK Testing" description="Testing" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI4sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pdt.ui.edit.text.php.show.outline" commandName="Quick Outline" description="Shows the quick outline for the editor input" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI48XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.UpdateCommand" commandName="Update" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI5MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.assignToLocal.assist" commandName="Quick Assist - Assign to local variable" description="Invokes quick assist and selects 'Assign to local variable'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI5cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="Copy Build Id To Clipboard" description="Copies the build id to the clipboard." category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI5sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.command.autoconf" commandName="Invoke Autoconf" description="Run autoconf in the selected directory" category="_dKC8T8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrI58XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.navigate.opentype" commandName="Open Element" description="Open an element in an Editor" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv4MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="Declaration in Hierarchy" description="Search for declarations of the selected element in its hierarchy" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv4cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.collapseAll" commandName="Collapse All" description="Collapse the current tree" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv4sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv48XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="Update Submodule" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv5MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="Toggle Folding" description="Toggles folding in the current editor" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv5cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.ui.referencedFileErrors" commandName="Show Details..." description="Show Details..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv5sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv58XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.UnlockCommand" commandName="Unlock..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv6MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInTypeHierarchyView" commandName="Show JavaScript Element Type Hierarchy" description="Show a JavaScript element in the Type Hierarchy view" category="_dKExd8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJrv6cXPEeOQKtwf9Y2DKA" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJrv6sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into Java comments" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv68XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace" commandName="Implementors in Workspace" description="Search for implementors of the selected interface" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv7MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.addNonNLS" commandName="Quick Fix - Add non-NLS tag" description="Invokes quick assist and selects 'Add non-NLS tag'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv7cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv7sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="Display" description="Display result of evaluating selected text" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv78XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.revert" commandName="Revert" description="Revert to the last saved state" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv8MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv8cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.edit.text.open.editor" commandName="Open Selection" description="Opens an editor with the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv8sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv88XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jst.jsp.ui.refactor.move" commandName="Move" description="Move a Java Element to another package" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv9MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.redo" commandName="Redo" description="Redo the last operation" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv9cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.join.lines" commandName="Join Lines" description="Join lines of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv9sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.search.finddecl" commandName="Declaration" description="Search for declarations of the selected element in the workspace" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJrv98XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.externalize.strings" commandName="Externalize Strings" description="Finds all strings that are not externalized and moves them into a separate property file" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW8MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW8cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="Forward History" description="Move forward in the editor navigation history" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW8sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.internationalize" commandName="Internationalize Plug-ins" description="Sets up internationalization for a plug-in" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW88XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.menu.findUnresolvedIncludes" commandName="Search for Unresolved Includes" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW9MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW9cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.discovery.ui" commandName="m2e Marketplace" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW9sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.query.browser.QueryHistory" commandName="Query History" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW98XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.commit" commandName="Commit" description="Commit resources to the repository" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW-MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="Run" description="Launch in run mode" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW-cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="Duplicate Lines" description="Duplicates the selected lines and leaves the selection unchanged" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW-sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.startMonitor" commandName="Start Monitor" category="_dKEKbMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW-8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW_MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.toggleCommentAction" commandName="Toggle Comment" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW_cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW_sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.commit.CreateBranch" commandName="Create Branch..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsW_8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsXAMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="Remove From Working Set" description="Removes the selected object from a working set." category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsXAcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.navigate.open.type" commandName="Open Type" description="Open a type in a DLTK editor" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsXAsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Debug Java Applet" description="Debug Java Applet" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsXA8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.server.ui.phpServerShortcut.run" commandName="Run PHP Web Application" description="Run PHP Web Application" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsXBMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="Replace with commit" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsXBcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="Delete Branch" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsXBsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="Apply Patch" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJsXB8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-AMXPEeOQKtwf9Y2DKA" elementId="pl.szpinda.plugin.tomcat.commands.tomcatStartStop" commandName="Tomcat start,stop" category="_dKEKZcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-AcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="Collapse" description="Collapses the folded region at the current selection" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-AsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="Go to Package" description="Go to Package" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-A8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project" commandName="Write Access in Project" description="Search for write references to the selected element in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-BMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="Install New Software..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-BcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.nextView" commandName="Next View" description="Switch to the next view" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-BsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.command.automake" commandName="Invoke Automake" description="Run automake from the selected directory" category="_dKC8T8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-B8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="Run JUnit Test" description="Run JUnit Test" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-CMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.properties" commandName="Properties" description="Display the properties of the selected item" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-CcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences" commandName="Search Exception Occurrences in File" description="Search for exception occurrences of a selected exception type" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-CsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.actions.WatchCommand" commandName="Watch" description="Create a watch expression from the current selection and add it to the Expressions view" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-C8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.openacc.command2" commandName="Find OpenACC Artifacts" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-DMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="Move Lines Up" description="Moves the selected lines up" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-DcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.deleteGroupCommand" commandName="deleteGroupCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-DsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.codegen.ecore.ui.Generate" commandName="Generate Code" description="Generate code for the EMF models in the workspace" category="_dKDjV8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-D8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.open.outline" commandName="Show outline" description="Shows outline" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-EMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.TypesView" commandName="JavaScript Types" description="Show the Types view" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-EcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to field" description="Invokes quick assist and selects 'Assign to field'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-EsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.modify.method.parameters" commandName="Change Method Signature" description="Change method signature includes parameter names and parameter order" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-E8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="Copy Lines" description="Duplicates the selected lines and moves the selection to the copy" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-FMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open the call hierarchy for the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-FcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.java.source.quickMenu" commandName="Source Quick Menu" description="Opens the source quick menu" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-FsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in JavaScript editors" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJs-F8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.debug.ui.commands.Inspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlEMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.connect" commandName="Connect" description="Connect to a process" category="_dKEKccXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlEcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlEsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.addBlock.assist" commandName="Quick Assist - Replace statement with block" description="Invokes quick assist and selects 'Replace statement with block'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlE8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.CherryPick" commandName="Cherry Pick" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlFMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.method" commandName="Extract Function" description="Extract a set of statements or an expression into a new function and use the new function" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlFcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.ConfigureUpstreamFetch" commandName="Configure Upstream Fetch" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlFsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Merge" commandName="Merge" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlF8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.toggle.comment" commandName="Comment/Uncomment" description="Comment/Uncomment the selected lines" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlGMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter" commandName="Introduce Parameter" description="Introduce a new method parameter based on the selected expression" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlGcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlGsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.parameter" commandName="Introduce Parameter" description="Introduce a new function parameter based on the selected expression" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlG8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJtlHMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJtlHcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="Add Submodule" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlHsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.find.broken.nls.keys" commandName="Find Broken Externalized Strings" description="Finds undefined, duplicate and unused externalized string keys in property files" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlH8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.targetBuildCommand" commandName="Make Target Build" description="Invoke a make target build for the selected container." category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlIMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.rebuildProject" commandName="Rebuild Project" description="Rebuild the selected projects" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlIcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.item.crosstab.ui.createCrosstab" commandName="Create Crosstab" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlIsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.search.references.in.workspace" commandName="References in Workspace" description="Search for references to the selected element in the workspace" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlI8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlJMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="Clear Mark" description="Clear the mark" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlJcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.updateClasspath" commandName="Update Classpath" description="Updates the plug-in classpath from latest settings" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJtlJsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="Replace with HEAD revision" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMIMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Opens a type in the type hierarchy view" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMIcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMIsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="Open Cheat Sheet" description="Open a Cheat Sheet." category="_dKExdMXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJuMI8XPEeOQKtwf9Y2DKA" elementId="cheatSheetId" name="Identifier"/>
-  </commands>
-  <commands xmi:id="_dJuMJMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.saveAsTemplateAction" commandName="Save as Template" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMJcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="Open" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMJsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="Toggle Latest Branch Commit" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMJ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.tm.terminal.command1" commandName="Terminal view insert" category="_dKExdcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMKMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.castToArray" commandName="Cast To Type..." category="_dKDjXsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMKcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="Compare with each other" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMKsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="Context Information" description="Show Context Information" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMK8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.internal.ui.views.createVariable" commandName="%Command.Name.CreateVariable" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMLMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.indirection" commandName="Introduce Indirection" description="Introduce an indirection to encapsulate invocations of a selected method" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMLcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.core.ui.command.addDependency" commandName="Add Maven Dependency" description="Add Maven Dependency" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMLsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.select.last" commandName="Restore Last C/C++ Selection" description="Restore last selection in C/C++ editor" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuML8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.goto.matching.bracket" commandName="Matching Character" description="Go to Matching Character" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMMMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.MarkAsMergedCommand" commandName="Mark as Merged" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMMcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.stopMonitor" commandName="Stop Monitor" category="_dKEKbMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMMsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.upperCase" commandName="To Upper Case" description="Changes the selection to upper case" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMM8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="Declaration in Hierarchy" description="Search for declarations of the selected element in its hierarchy" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMNMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="Drop to Frame" description="Drop to Frame" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMNcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.format" commandName="Format" description="Format Source Code" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMNsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="Create Remote..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuMN8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.wsdl.ui.refactor.rename.element" commandName="Rename WSDL component" description="Renames WSDL component" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzMMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="File Search" description="Open the Search dialog's file search page" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzMcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="Create Patch" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzMsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.generate.xml" commandName="&amp;XML File..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzM8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.clean" commandName="Clean..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzNMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="Show Occurrences in File Quick Menu" description="Shows the Occurrences in File quick menu" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzNcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="Extract Class..." description="Extracts fields into a new class" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzNsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.comment" commandName="Comment" description="Turn the selected lines into DLTK comments" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzN8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.ExportCommand" commandName="Export..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzOMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="Select Working Sets" description="Select the working sets that are applicable for this window." category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzOcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.superclass" commandName="Extract Superclass" description="Extract a set of members into a new superclass and try to use the new superclass" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzOsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.item.crosstab.ui.createCube" commandName="Create Cube" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzO8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="Read Access in Hierarchy" description="Search for read references of the selected element in its hierarchy" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzPMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_dKDjX8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzPcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Configure Git Debug Trace" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzPsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.RevertCommand" commandName="Revert..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzP8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzQMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.working.set" commandName="Write Access in Working Set" description="Search for write references to the selected element in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzQcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.selectNextChange" commandName="Select Next Change" description="Select Next Change" category="_dKExdsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzQsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.debug.ui.disassembly.commands.rulerToggleBreakpoint" commandName="Toggle Breakpoint" description="Toggle breakpoint in disassembly ruler" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzQ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.search.finddecl.workingset" commandName="Declaration in Working Set" description="Search for declarations of the selected element in a working set" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzRMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.newWindow" commandName="New Window" description="Open another window" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzRcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="Remove All Breakpoints" description="Removes all breakpoints" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJuzRsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="Show Resource in Navigator" description="Show a resource in the Navigator given its path" category="_dKExd8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJuzR8XPEeOQKtwf9Y2DKA" elementId="resourcePath" name="Resource Path" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJvaQMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.refactor.implement.method" commandName="Implement Method - Source Generation " description="Implements a method for a selected method declaration" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaQcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.testing.testingShortcut.debug" commandName="Debug testing Test" description="Debug testing Test" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaQsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.AddToSVNCommand" commandName="Add to Version Control..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaQ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaRMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.extractLocal.assist" commandName="Quick Assist - Extract local variable (replace all occurrences)" description="Invokes quick assist and selects 'Extract local variable (replace all occurrences)'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaRcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object" commandName="Introduce Parameter Object" description="Introduce a parameter object to a selected method" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaRsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="Shift Left" description="Shift a block of text to the left" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaR8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.ReplaceWithTagCommand" commandName="Tag..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaSMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set" commandName="Implementors in Working Set" description="Search for implementors of the selected interface in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaScXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pdt.ui.edit.text.select.enclosing" commandName="Select Enclosing Element" description="Expands selection to include enclosing element" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaSsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.debug" commandName="Debug" description="Debug server" category="_dKEKb8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaS8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.create.delegate.methods" commandName="Generate Delegate Methods" description="Add delegate methods for a type's fields" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaTMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.search.find.occurrences" commandName="Occurrences in File" description="Find occurrences of the selection in the file" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaTcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.showAnnotation" commandName="Show Annotation" description="Show Annotation" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaTsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.cleanAction" commandName="Build Clean" description="Discard old built state" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaT8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.editors.text.show.tooltip" commandName="Show Tooltip Description" description="Shows the tooltip description for the element at the cursor" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaUMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaUcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.replace" commandName="Replace With Latest from Repository" description="Replace with last committed content from CVS Server" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaUsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences" commandName="Search Implement Occurrences in File" description="Search for implement occurrences of a selected type" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaU8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.deleteRowCommand" commandName="deleteRowCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaVMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.imagebrowser.saveToWorkspace" commandName="Save Image" description="Save the selected image into a project in the workspace" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaVcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJvaVsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.structure.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBUMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.actions.LifeCycleTest.run" commandName="Run Maven Test" description="Run Maven Test" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBUcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.create.getter.setter" commandName="Generate Getters and Setters" description="Generate Getter and Setter methods for type's fields" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBUsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="Select Window Start" description="Select to the start of the window" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBU8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBVMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.toggle.source.header" commandName="Toggle Source/Header" description="Toggles between corresponding source and header files" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBVcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.outline.customFilter" commandName="&amp;Filters" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBVsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBV8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a JavaScript editor" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBWMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSelectionAction" commandName="Execute Selected Text" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBWcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.extract.constant" commandName="Extract Constant" description="Extracts a constant into a new static var and uses the new static var" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBWsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="Close All Perspectives" description="Close all open perspectives" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBW8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.insertCommand" commandName="insertCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBXMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.changeToStatic" commandName="Quick Fix - Change to static access" description="Invokes quick assist and selects 'Change to static access'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBXcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.findPrevious" commandName="Find Previous" description="Find previous item" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBXsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView" commandName="Show View" description="Shows a particular view" category="_dKDjU8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJwBX8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.viewId" name="View"/>
-    <parameters xmi:id="_dJwBYMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/>
-    <parameters xmi:id="_dJwBYcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.showView.makeFast" name="As FastView"/>
-  </commands>
-  <commands xmi:id="_dJwBYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.copycolumn" commandName="Copy" category="_dKC8UcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBY8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.extract.superclass" commandName="Extract Superclass" description="Extract a set of members into a new superclass and try to use the new superclass" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteAsOneStatementAction" commandName="Execute Selected Text As One Statement" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBZcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.xml.editor.actions.SwitchAction" commandName="Switch Source/Design Views" description="Switch between the Source and Design views." category="_dKDjWMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwBZsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.cut.line.to.beginning" commandName="Cut to Beginning of Line" description="Cut to the beginning of a line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoYMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.codan.commands.runCodanCommand" commandName="Run Code Analysis" category="_dKEKZsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoYcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_dKDjUcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoY8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.goToResource" commandName="Go to" description="Go to a particular resource in the active view" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoZcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="Compare File in Git Index with HEAD Revision" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoZsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="Step Return" description="Step return" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoZ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoaMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="Line End" description="Go to the end of the line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoacXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace" commandName="Write Access in Workspace" description="Search for write references to the selected element in the workspace" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoasXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.delimiter.unix" commandName="Convert Line Delimiters to Unix (LF, \n, 0A, &#xb6;)" description="Converts the line delimiters to Unix (LF, \n, 0A, &#xb6;)" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwoa8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwobMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.cutCommand" commandName="cutCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwobcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CopyCommand" commandName="Copy To..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwobsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.convertLocalToField.assist" commandName="Quick Assist - Convert local variable to field" description="Invokes quick assist and selects 'Convert local variable to field'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJwob8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="Open Message Dialog" description="Open a Message Dialog" category="_dKEKcMXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJwocMXPEeOQKtwf9Y2DKA" elementId="title" name="Title"/>
-    <parameters xmi:id="_dJwoccXPEeOQKtwf9Y2DKA" elementId="message" name="Message"/>
-    <parameters xmi:id="_dJwocsXPEeOQKtwf9Y2DKA" elementId="imageType" name="Image Type Constant" typeId="org.eclipse.ui.dialogs.Integer"/>
-    <parameters xmi:id="_dJwoc8XPEeOQKtwf9Y2DKA" elementId="defaultIndex" name="Default Button Index" typeId="org.eclipse.ui.dialogs.Integer"/>
-    <parameters xmi:id="_dJwodMXPEeOQKtwf9Y2DKA" elementId="buttonLabel0" name="First Button Label"/>
-    <parameters xmi:id="_dJwodcXPEeOQKtwf9Y2DKA" elementId="buttonLabel1" name="Second Button Label"/>
-    <parameters xmi:id="_dJwodsXPEeOQKtwf9Y2DKA" elementId="buttonLabel2" name="Third Button Label"/>
-    <parameters xmi:id="_dJxPcMXPEeOQKtwf9Y2DKA" elementId="buttonLabel3" name="Fourth Button Label"/>
-    <parameters xmi:id="_dJxPccXPEeOQKtwf9Y2DKA" elementId="cancelReturns" name="Return Value on Cancel"/>
-  </commands>
-  <commands xmi:id="_dJxPcsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.rerunJob" commandName="Rerun Job" description="Resend the interactive job commands" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPc8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="Debug..." description="Open debug launch configuration dialog" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPdMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="Clear Credentials" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPdcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.open.include.browser" commandName="Open Include Browser" description="Open an include browser on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPdsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.add" commandName="Add to Version Control" description="Add the Selected Resources to Version Control" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPd8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.convertAnonymousToLocal.assist" commandName="Quick Assist - Convert anonymous to local class" description="Invokes quick assist and selects 'Convert anonymous to local class'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPeMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.convertLocalToField.assist" commandName="Quick Assist - Convert local variable to var" description="Invokes quick assist and selects 'Convert local variable to var'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPecXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CompareWithLatestRevisionCommand" commandName="Latest from Repository" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPesXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.closeOthers" commandName="Close Others" description="Close all editors except the one that is active" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPe8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.edit.text.makefile.opendecl" commandName="Open declaration" description="Follow to the directive definition" category="_dKDjVMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPfMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.change.type" commandName="Generalize Declared Type" description="Change the declaration of a selected variable to a more general type consistent with usage" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPfcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="Toggle Revision Author Display" description="Toggles the display of the revision author" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPfsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPf8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.edit.text.show.phpdoc" commandName="Show Tooltip Description" description="Shows the tooltip description for the element at the cursor" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPgMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.replaceWithBase" commandName="Revert to Base" description="Revert to Base revisions" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPgcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.AddRevisionLinkCommand" commandName="Add Revision Link..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPgsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.debug.ui.commands.ScriptWatch" commandName="Watch" description="Create new watch expression" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPg8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.menu.createParserLog" commandName="Create Parser Log File" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPhMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal" commandName="Make &amp;Anonymous Type Global" description="Promotes anonymous type to global level and replaces its references" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPhcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project" commandName="Implementors in Project" description="Search for implementors of the selected interface in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJxPhsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.search.findrefs.project" commandName="References in Project" description="Search for references to the selected element in the enclosing project" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2gMXPEeOQKtwf9Y2DKA" elementId="sed.tabletree.expandAll" commandName="Expand All" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2gcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.delegate.methods" commandName="Generate Delegate Functions" description="Add delegate functions for a type's vars" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2gsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.AllInstances" commandName="All Instances" description="View all instances of the selected type loaded in the target VM" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2g8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.showChangeRulerInformation" commandName="Show Quick Diff Ruler Tooltip" description="Displays quick diff or revision information for the caret line in a focused hover" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2hMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pdt.ui.edit.text.select.last" commandName="Restore Last Selection" description="Restores last selection" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2hcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.structure.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2hsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.edit.text.php.open.manual" commandName="Open manual" description="Open function manual in an internal web browser" category="_dKExc8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2h8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Clone a Git Repository" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2iMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.ui.disable.grammar.constraints" commandName="Turn off Grammar Constraints" description="Turn off grammar Constraints" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2icXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CompareRepositoryWithTagCommand" commandName="Compare With Tag..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2isXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.connectivity.commands.export" commandName="Export Profiles Command" description="Command to export connection profiles" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2i8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewRefresh" commandName="Refresh" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2jMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="Open Cheat Sheet from URL" description="Open a Cheat Sheet from file at a specified URL." category="_dKExdMXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJx2jcXPEeOQKtwf9Y2DKA" elementId="cheatSheetId" name="Identifier" optional="false"/>
-    <parameters xmi:id="_dJx2jsXPEeOQKtwf9Y2DKA" elementId="name" name="Name" optional="false"/>
-    <parameters xmi:id="_dJx2j8XPEeOQKtwf9Y2DKA" elementId="url" name="URL" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJx2kMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.editCommand" commandName="editCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2kcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.DisconnectCommand" commandName="Disconnect" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2ksXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.lockToolBar" commandName="Lock the Toolbars" description="Lock the Toolbars" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2k8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.buildAll" commandName="Build All" description="Build all projects" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2lMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.expandAll" commandName="Expand All" description="Expand the current tree" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2lcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.gdb.ui.command.selectNextTraceRecord" commandName="Next Trace Record" description="Select Next Trace Record" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJx2lsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.import" commandName="Import" description="Import" category="_dKEKasXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJydkMXPEeOQKtwf9Y2DKA" elementId="importWizardId" name="Import Wizard"/>
-  </commands>
-  <commands xmi:id="_dJydkcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.help.helpSearch" commandName="Help Search" description="Open the help search" category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydksXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.importFromRepository" commandName="Import Plug-in from a Repository" description="Imports a plug-in from a source repository" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydk8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="Window End" description="Go to the end of the window" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydlMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file" commandName="Search All Occurrences in File" description="Search for all occurrences of the selected element in its declaring file" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydlcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.update" commandName="Update" description="Update resources with new content from the repository" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydlsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.add.include" commandName="Add Include" description="Create include statement on selection" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydl8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.pdt.ui.edit.text.select.previous" commandName="Select Previous Element" description="Expands selection to include previous sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydmMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.help.ui.indexcommand" commandName="Index" description="Show Keyword Index" category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydmcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.renameInFile" commandName="Rename In File" description="Renames all references within the same buildfile" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydmsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.RenameBranch" commandName="Rename Branch..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydm8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.create.getter.setter" commandName="Generate Getters and Setters" description="Generate Getter and Setter functions for type's vars" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydnMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Rebase" commandName="Rebase" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydncXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.pinEditor" commandName="Pin Editor" description="Pin the current editor" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydnsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.encapsulateField.assist" commandName="Quick Assist - Create getter/setter for field" description="Invokes quick assist and selects 'Create getter/setter for field'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydn8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydoMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydocXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace" commandName="Declaration in Workspace" description="Search for declarations of the selected element in the workspace" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydosXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydo8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydpMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydpcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Show Git Repositories View" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJydpsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Tag" commandName="Tag" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEoMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="Reset Structure" description="Resets the folding structure" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEocXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.restartWorkbench" commandName="Restart" description="Restart the workbench" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEosXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="Configure Push..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEo8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.export" commandName="Export" description="Export" category="_dKEKasXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJzEpMXPEeOQKtwf9Y2DKA" elementId="exportWizardId" name="Export Wizard"/>
-  </commands>
-  <commands xmi:id="_dJzEpcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="Show Occurrences in File Quick Menu" description="Shows the Occurrences in File quick menu" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEpsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.command.breakpointProperties" commandName="C/C++ Breakpoint Properties" description="View and edit properties for a given C/C++ breakpoint" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEp8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.resetPerspective" commandName="Reset Perspective" description="Reset the current perspective to its default state" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEqMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="Rename Resource" description="Rename the selected resource and notify LTK participants." category="_dKExeMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEqcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.ScanLocksCommand" commandName="Scan Locks" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEqsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.searchTargetRepositories" commandName="Add Artifact to Target Platform" description="Add an artifact to your target platform" category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJzEq8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.searchTargetRepositories.term" name="The initial search pattern for the artifact search dialog"/>
-  </commands>
-  <commands xmi:id="_dJzErMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.ConfigureUpstreamPush" commandName="Configure Upstream Push" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzErcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.savePerspective" commandName="Save Perspective As" description="Save the current perspective" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzErsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.showInformation" commandName="Show Tooltip Description" description="Displays information for the current caret location in a focused hover" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEr8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="Configure Upstream Fetch" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEsMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="Next Memory Monitor" description="Show renderings from next memory monitor." category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEscXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="Toggle Overwrite" description="Toggle overwrite mode" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEs8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project" commandName="Write Access in Project" description="Search for write references to the selected element in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzEtMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.specific_content_assist.command" commandName="Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_dKDjYcXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJzEtcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="type" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJzEtsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.Squash" commandName="Squash Commits" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrsMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.SetKeywordsCommand" commandName="Set Keywords..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrscXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.showKeyAssist" commandName="Show Key Assist" description="Show the key assist dialog" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.navigate.open.type" commandName="Open Type" description="Opens a type in a PHP editor" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrs8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.saveAs" commandName="Save As" description="Save the current contents to another location" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrtMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="Find Text in Workspace" description="Searches the files in the workspace for specific text." category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrtcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set" commandName="Implementors in Working Set" description="Search for implementors of the selected interface in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrtsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.refactor.hide.method" commandName="Hide Member Function..." category="_dKDjUcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrt8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Show the Java perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzruMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.holdJob" commandName="Hold Job" description="Hold the job" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrucXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="Quick Switch Editor" description="Open the editor drop down list" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrusXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.changeToStatic" commandName="Quick Fix - Change to static access" description="Invokes quick assist and selects 'Change to static access'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzru8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.quick.format" commandName="Format Element" description="Format enclosing text element" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrvMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="Override/Implement Methods" description="Override or implement methods from super types" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrvcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="Find Text in File" description="Searches the files in the file for specific text." category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrvsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrv8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.paste" commandName="Paste" description="Paste from the clipboard" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.convertAnonymousToLocal.assist" commandName="Quick Assist - Convert anonymous to local class" description="Invokes quick assist and selects 'Convert anonymous to local class'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrwcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.EquinoxLaunchShortcut.debug" commandName="Debug OSGi Framework" description="Debug OSGi Framework" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrwsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.openmp.core.command2" commandName="Show OpenMP artifacts" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.UpgradeProjectsCommand" commandName="Upgrade Projects..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Ignore" commandName="Ignore" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJzrxsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="Copy Path to Clipboard" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.debug.ui.commands.ScriptInspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SwcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="Remove from Git Index" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SwsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.SynchronizeCommand" commandName="Synchronize with Repository" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0Sw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.open.quick.macro.explorer" commandName="Explore Macro Expansion" description="Opens a quick view for macro expansion exploration" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.externalize.strings" commandName="Externalize Strings" description="Finds all strings that are not externalized and moves them into a separate property file" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="Line Up" description="Go up one line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SxsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set" commandName="Write Access in Working Set" description="Search for write references to the selected element in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0Sx8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.castToType" commandName="Cast To Type..." category="_dKDjXsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SyMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace" commandName="References in Workspace" description="Search for references to the selected element in the workspace" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SycXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.back" commandName="Back" description="Navigate back" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SysXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.EditPropertiesCommand" commandName="Show Properties" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0Sy8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="Use Step Filters" description="Toggles enablement of debug step filters" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SzMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.indirection" commandName="Introduce Indirection" description="Introduce an indirection to encapsulate invocations of a selected function" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SzcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="Link with Selection" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0SzsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.org.eclipse.egit.ui.AbortRebase" commandName="Abort Rebase" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0Sz8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Fetch" commandName="Fetch" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0S0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0S0cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="Show Annotations" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0S0sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="Delete Repository" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0S08XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Pull" commandName="Pull" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0S1MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.recenter" commandName="Recenter" description="Recenter the window based on the cursor" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0S1cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.restoreDefaultType" commandName="Restore Original Type" description="View and edit properties for a given C/C++ breakpoint" category="_dKDjXsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ050MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.editStyleCommand" commandName="editStyleCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ050cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.tag" commandName="Tag as Version" description="Tag the resources with a CVS version tag" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ050sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.debug.ui.breakpoint.properties" commandName="JavaScript Breakpoint Properties" description="View and edit the properties for a given JavaScript breakpoint" category="_dKEKYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0508XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.refresh" commandName="Refresh" description="Refresh the selected items" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ051MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CompareRepositoryWithBranchCommand" commandName="Compare With Branch..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ051cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.gef.ui.palette_view" commandName="Palette" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ051sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.publishToLibraryCommand" commandName="publishToLibraryCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0518XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ052MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.CreateBranch" commandName="Create Branch" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ052cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ052sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.format" commandName="Format" description="Format the selected text" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0528XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="Page Up" description="Go up one page" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ053MXPEeOQKtwf9Y2DKA" elementId="sed.tabletree.collapseAll" commandName="Collapse All" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ053cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.openManifest" commandName="Open Manifest" description="Open the plug-in manifest" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ053sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="Run..." description="Open run launch configuration dialog" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0538XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="Assume Unchanged" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ054MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Show Java Element Type Hierarchy" description="Show a Java element in the Type Hierarchy view" category="_dKExd8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ054cXPEeOQKtwf9Y2DKA" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJ054sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.debug.ui.evaluate.command" commandName="Evaluate" description="Evaluates the selected text in the JavaScript editor" category="_dKEKYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ0548XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="Skip All Breakpoints" description="Sets whether or not any breakpoint should suspend execution" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ055MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.refreshMonitor" commandName="Refresh Monitor" category="_dKEKbMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ055cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ055sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g4MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="Open Refactoring History " description="Opens the refactoring history" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g4cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.ExecuteSQLAction" commandName="Execute All" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g4sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.menu.rebuildIndex" commandName="Rebuild Index" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g48XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="Add to Git Index" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g5MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.revision.graph.command.ShowRevisionGraphCommand" commandName="Show Revision Graph..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g5cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.workspace" commandName="Read Access in Workspace" description="Search for read references to the selected element in the workspace" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g5sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.customizePerspective" commandName="Customize Perspective" description="Customize the current perspective" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g58XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="Show In..." description="Open the Show In menu" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g6MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.organize.includes" commandName="Organize Includes" description="Evaluates all required includes and replaces the current includes" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g6cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="Read Access in Hierarchy" description="Search for read references of the selected element in its hierarchy" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g6sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.change.type" commandName="Generalize Declared Type" description="Change the declaration of a selected variable to a more general type consistent with usage" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g68XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="Checkout" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g7MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.rename" commandName="Rename" description="Rename the selected item" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g7cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g7sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.editBindingCommand" commandName="editBindingCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g78XPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqlscrapbook.commands.openscrapbook" commandName="Open SQL Scrapboo&amp;k" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g8MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file" commandName="Search All Occurrences in File" description="Search for all occurrences of the selected element in its declaring file" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g8cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.open.implementation" commandName="Open Implementation" description="Opens the Implementations of a method in its hierarchy" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g8sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.uncomment" commandName="Uncomment" description="Uncomment the selected DLTK comment lines" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g88XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g9MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.JavaBrowsingPerspective" commandName="JavaScript Browsing" description="Show the JavaScript Browsing perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ1g9cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="Select Line Up" description="Extend the selection to the previous line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H8MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.applyStyleCommand" commandName="applyStyleCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H8cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.ReplaceWithLatestRevisionCommand" commandName="Latest from Repository" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H8sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project" commandName="Read Access in Project" description="Search for read references to the selected element in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H88XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="Show in History" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H9MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.in.package.view" commandName="Show in Script Explorer" description="Show the selected element in the Script Explorer" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H9cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.replaceWithTag" commandName="Replace With Another Branch or Version" description="Replace with Branch or Version on the CVS Server" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H9sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.compareWithOther" commandName="Compare With Other Resource" description="Compare resources, clipboard contents or editors" category="_dKExdsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H98XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H-MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="Apply Stashed Changes" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H-cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Push" commandName="Push" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H-sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="Copy All from Left to Right" description="Copy All Changes from Left to Right" category="_dKExdsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H-8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.selectAll" commandName="Select All" description="Select all" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H_MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.help.ui.ignoreMissingPlaceholders" commandName="Do not warn of missing documentation" description="Sets the help preferences to no longer report a warning about the current set of missing documents." category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H_cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected function" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H_sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.xml.commands.empty" commandName="Empty command" description="Command which does nothing" category="_dKDjWMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2H_8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.copy" commandName="Copy" description="Copy the selection to the clipboard" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2IAMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.Revert" commandName="Revert Commit" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2IAcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.deleteConfigsCommand" commandName="Reset to Default" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2IAsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project" commandName="Declaration in Project" description="Search for declarations of the selected element in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2IA8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.suspendJob" commandName="Suspend Job" description="Suspend the job" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2IBMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="Create Branch..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2IBcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.connectivity.commands.addprofile" commandName="New Connection Profile Command" description="Command to create a new connection profile" category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ2vAMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.connectivity.ui.ignoreCategory" name="ignoreCategory"/>
-    <parameters xmi:id="_dJ2vAcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.connectivity.ui.useSelection" name="useSelection"/>
-  </commands>
-  <commands xmi:id="_dJ2vAsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.edit.text.php.open.call.hierarchy" commandName="Open Call Hierarchy" description="Opens a call hierarchy for the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vA8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="Open External Documentation" description="Open the External documentation for the current task in the Ant editor" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vBMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.refactor.toggle.function" commandName="Toggle Function - Refactoring " description="Toggles the implementation between header and implementation file" category="_dKDjUcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vBcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.testing.testingShortcut.rerunLast" commandName="Rerun testing Test" description="Rerun testing Test" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vBsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java Type Hierarchy" description="Show the Java Type Hierarchy perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vB8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or function" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vCMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="Correct Indentation" description="Corrects the indentation of the selected lines" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vCcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ide.copyConfigCommand" commandName="Copy Configuration Data To Clipboard" description="Copies the configuration data (system properties, installed bundles, etc) to the clipboard." category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vCsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences" commandName="Search Exception Occurrences in File" description="Search for exception occurrences of a selected exception type" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vC8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.part.previousPage" commandName="Previous Page" description="Switch to the previous page" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vDMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.connectivity.commands.addrepository" commandName="New Repository Profile Command" description="Command to create a new repository profile" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vDcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="Synchronize" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vDsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vD8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsl.debug.ui.launchshortcut.run" commandName="Run XSLT Transformation" description="Create a configuration to debug an XSLT transformation" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vEMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.opencview" commandName="Show in C/C++ Project view" description="Show the selected resource in the C/C++ Project view" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vEcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.format" commandName="Format" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vEsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.result.removeAllInstances" commandName="Remove All Visible Results" category="_dKDjXMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vE8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.externalizeStrings" commandName="Externalize Strings in Plug-ins" description="Extract translatable strings from plug-in files" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vFMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="Collect Garbage" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vFcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.actions.LifeCycleClean.run" commandName="Run Maven Clean" description="Run Maven Clean" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ2vFsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy" commandName="References in Hierarchy" description="Search for references of the selected element in its hierarchy" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WEMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.splitCommand" commandName="splitCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WEcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.command.autoheader" commandName="Invoke Autoheader" description="Run autoheader from the selected directory" category="_dKC8T8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WEsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into JavaScript comments" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WE8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="Push Branch..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WFMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.showViewMenu" commandName="Show View Menu" description="Show the view menu" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WFcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WFsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.insertColumnCommand" commandName="insertColumnCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WF8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WGMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.pastecolumn" commandName="Paste" category="_dKC8UcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WGcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.findIncremental" commandName="Incremental Find" description="Incremental find" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WGsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.edit.text.format" commandName="Format Source" description="Format a PDE Source Page" category="_dKDjVsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WG8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.targetBuildLastCommand" commandName="Rebuild Last Target" description="Rebuild the last make target for the selected container or project." category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WHMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="Delete Branch..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WHcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.previousEditor" commandName="Previous Editor" description="Switch to the previous editor" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WHsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CommitCommand" commandName="Commit..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WH8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.debugNewExecutable" commandName="Debug New Executable" description="Debug a new executable" category="_dKEKccXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WIMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.self.encapsulate.field" commandName="Encapsulate Var" description="Create getting and setting functions for the var and use only those to access the var" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WIcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="Collapse All" description="Collapses all folded regions" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ3WIsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="Show Perspective" description="Show a particular perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ3WI8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="Parameter"/>
-    <parameters xmi:id="_dJ3WJMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="In New Window"/>
-  </commands>
-  <commands xmi:id="_dJ3WJcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.ui.reload.dependencies" commandName="Reload Dependencies" description="Reload Dependencies" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39IMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="Previous Sub-Tab" description="Switch to the previous sub-tab" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39IcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39IsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="Insert Line Below Current Line" description="Adds a new line below the current line" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39I8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Reset" commandName="Reset..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39JMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.command.aclocal" commandName="Invoke Aclocal" description="Run aclocal from the selected directory" category="_dKC8T8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39JcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.stopTracing" commandName="Stop Tracing " description="Stop Tracing Experiment" category="_dKEKY8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39JsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="Content Assist" description="Content Assist" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39J8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="Expand All" description="Expands all folded regions" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39KMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.nextTab" commandName="Next Tab" description="Switch to the next tab" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39KcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.stop" commandName="Stop" description="Stop the server" category="_dKEKb8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39KsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Discard" commandName="Replace with File in Git Index" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39K8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="Open Another" description="Open another view" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39LMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39LcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="No Assume Unchanged" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39LsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="Select Window End" description="Select to the end of the window" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39L8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.edit.text.makefile.uncomment" commandName="Uncomment" description="Uncomment the selected # style comment lines" category="_dKDjVMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39MMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Share with Git" description="Share the project using Git" category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ39McXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="Project" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJ39MsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.TagCommand" commandName="Tag..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39M8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="Suspend" description="Suspend" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39NMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.search.findrefs.workingset" commandName="References in Working Set" description="Search for references to the selected element in a working set" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ39NcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kMMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="Show Java Element in Package Explorer" description="Select Java element in the Package Explorer view" category="_dKExd8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ4kMcXPEeOQKtwf9Y2DKA" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJ4kMsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.resumeJob" commandName="Resume Job" description="Resume the job" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kM8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.PackageExplorer" commandName="JavaScript Script Explorer" description="Show the Script Explorer" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kNMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize resources in the workspace with another location" category="_dKEKYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kNcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.help.displayHelp" commandName="Display Help" description="Display a Help topic" category="_dKExdMXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ4kNsXPEeOQKtwf9Y2DKA" elementId="href" name="Help topic href"/>
-  </commands>
-  <commands xmi:id="_dJ4kN8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jst.jsp.ui.refactor.rename" commandName="Rename" description="Rename a Java Element" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kOMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Branch" commandName="Branch" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kOcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="Debug JUnit Test" description="Debug JUnit Test" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kOsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.closeProject" commandName="Close Project" description="Close the selected project" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kO8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.assignParamToField.assist" commandName="Quick Assist - Assign parameter to field" description="Invokes quick assist and selects 'Assign parameter to field'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kPMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.commitAll" commandName="Commit All Outgoing Changes" description="Commit all outgoing changes to the repository" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kPcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kPsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.cvsPerspective" commandName="CVS Repository Exploring" description="Open the CVS Repository Exploring Perspective" category="_dKC8TcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kP8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Fetch From Gerrit" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kQMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="Rerun JUnit Test" description="Rerun JUnit Test" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kQcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.removeMonitor" commandName="Remove Monitor" category="_dKEKbMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kQsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.callhierarchy.view" commandName="JavaScript Call Hierarchy" description="Show the Call Hierarchy view" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kQ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kRMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.JavadocView" commandName="Documentation" description="Show the JavaScript Documentation view" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ4kRcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="Line Start" description="Go to the start of the line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LQMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsd.ui.refactor.rename.element" commandName="&amp;Rename XSD element" description="Rename XSD element" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LQcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.help.ui.closeTray" commandName="Close User Assistance Tray" description="Close the user assistance tray containing context help information and cheat sheets." category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LQsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.select.next" commandName="Select Next C/C++ Element" description="Expand the selection to next C/C++ element" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LQ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.goto.previous.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the compilation unit" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LRMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.working.set" commandName="Declaration in Working Set" description="Search for declarations of the selected element in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LRcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.properties" commandName="Properties" description="Display the properties of the selected item's project " category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LRsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.save" commandName="Save" description="Save the current contents" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LR8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="Toggle Block Selection" description="Toggle block / column selection in the current text editor" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LSMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.checkout" commandName="Checkout from CVS" description="Checkout from CVS" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LScXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="Toggle Watchpoint" description="Creates or removes a watchpoint" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LSsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.commit.Squash" commandName="Squash Commits" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LS8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="Configure Branch" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LTMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.SetExternalDefinitionCommand" commandName="Set External Definition..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LTcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.compareWithRemote" commandName="Compare With Latest from Repository" description="Compare with Content on CVS Server" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LTsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LT8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.mpi.core.command2" commandName="find mpi artifacts" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LUMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="Cycle Revision Coloring Mode" description="Cycles through the available coloring modes for revisions" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LUcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.PackagesView" commandName="JavaScript Folders" description="Show the Folders view" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LUsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="Show Ruler Context Menu" description="Show the context menu for the ruler" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LU8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.commands.empty" commandName="Empty command" description="Command which does nothing" category="_dKDjWMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5LVMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.minimizePart" commandName="Minimize Active View or Editor" description="Minimizes the active view or editor" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yUMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="Toggle Method Breakpoint" description="Creates or removes a method breakpoint" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yUcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.menu.updateUnresolvedIncludes" commandName="Re-resolve Unresolved Includes" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yUsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.workspace" commandName="Write Access in Workspace" description="Search for write references to the selected element in the workspace" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yU8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.part.nextPage" commandName="Next Page" description="Switch to the next page" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yVMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="Replace with branch, tag, or reference" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yVcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.delete.line.to.beginning" commandName="Delete to Beginning of Line" description="Delete to the beginning of a line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yVsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="Backward History" description="Move backward in the editor navigation history" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yV8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.core.ui.command.openPom" commandName="Open Maven POM" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yWMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="Swap Mark" description="Swap the mark with the cursor position" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yWcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.replaceWithRevision" commandName="Replace With Revision" description="Replace with Revision on CVS Server" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yWsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.connectivity.commands.showcategory" commandName="Show Category" description="Show Category" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yW8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.compareWithRevision" commandName="Compare With Revision" description="Compare with Revision on CVS Server" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yXMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Run Ant Build" description="Run Ant Build" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yXcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.try.catch" commandName="Surround with try/catch Block" description="Surround the selected text with a try/catch block" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yXsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yX8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.navigate.open.method" commandName="Opens a method in a PHP editor" description="Opens a method in a PHP editor" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yYMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="To Lower Case" description="Changes the selection to lower case" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yYcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="Show Bundle Catalog" category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ5yYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="Directory URL"/>
-    <parameters xmi:id="_dJ5yY8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/>
-  </commands>
-  <commands xmi:id="_dJ5yZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.menu.freshenAllFiles" commandName="Freshen All Files in Index" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ5yZcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="Merge Tool" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZYMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.explorer" commandName="PHP Script Explorer" description="Shows the Script Explorer" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZYcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="Open File..." description="Open a file" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.add.javadoc.comment" commandName="Add Javadoc Comment" description="Add a Scriptdoc comment stub to the member element" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZY8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.newWizard" commandName="New" description="Open the New item wizard" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="Show Selected Element Only" description="Show Selected Element Only" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZZcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.Reset" commandName="Reset..." category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ6ZZsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJ6ZZ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.addAllPluginsToJavaSearch" commandName="Add All Plug-ins to Java Search" description="Adds all plug-ins in the target platform to java search" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZaMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.deleteColumnCommand" commandName="deleteColumnCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZacXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZasXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CompareWithBranchCommand" commandName="Branch..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6Za8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.branch" commandName="Branch" description="Branch" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZbMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Add Java Exception Breakpoint" description="Add a Java exception breakpoint" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZbcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.reverseToggle" commandName="Reverse Toggle" description="Toggle Reverse Debugging" category="_dKDjY8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZbsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6Zb8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.editor.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZcMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.removeJob" commandName="Remove Job Entry" description="Permanently remove job entry from table" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZccXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.openProject" commandName="Open Project" description="Open a project" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZcsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.cut" commandName="Cut" description="Cut the selection to the clipboard" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6Zc8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.runAction" commandName="Run" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ6ZdMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="Move Lines Down" description="Moves the selected lines down" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AcMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.baseInsertCommand" commandName="baseInsertCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AccXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.deubg.ui.phpexeShortcut.run" commandName="Run CLI Application" description="Run CLI Application" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AcsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7Ac8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.views.XPathView.processor.xpathprocessor" commandName="XPath Processor" category="_dKEKZ8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ7AdMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.commands.radioStateParameter" name="State" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJ7AdcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="Move Resources" description="Move the selected resources and notify LTK participants." category="_dKExeMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AdsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.startTracing" commandName="Start Tracing " description="Start Tracing Experiment" category="_dKEKY8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7Ad8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.getJobError" commandName="Get Job Error" description="Display the job error in a console" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AeMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.generate.constructor.using.fields" commandName="Generate Constructor using Fields" description="Choose fields to initialize and constructor from superclass to call " category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AecXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.commands.showElementInPackageView" commandName="Show JavaScript Element in Script Explorer" description="Select JavaScript element in the Script Explorer view" category="_dKExd8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ7AesXPEeOQKtwf9Y2DKA" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJ7Ae8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.line" commandName="Go to Line" description="Go to a specified line of text" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AfMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.stash.create" commandName="Stash Changes" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AfcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="Delete Remote" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AfsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in C/C++ editors" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7Af8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.common.project.facet.ui.ConvertProjectToFacetedForm" commandName="Convert to Faceted Form..." category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AgMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="Run Last Launched External Tool" description="Runs the last launched external Tool" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AgcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="Previous Column" description="Go to the previous column" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AgsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.Commit" commandName="Commit..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7Ag8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.remove.block.comment" commandName="Remove Block Comment" description="Remove Block Comment" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AhMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.CheckoutCommand" commandName="Checkout" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7AhcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="Select Line Start" description="Select to the beginning of the line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7ngMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.cut.line.to.end" commandName="Cut to End of Line" description="Cut to the end of a line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7ngcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pdt.ui.edit.text.select.next" commandName="Select Next Element" description="Expands selection to include next sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7ngsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.search.finddecl.project" commandName="Declaration in Project" description="Search for declarations of the selected element in the enclosing project" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7ng8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="Check for Updates" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7nhMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="Incremental Find Reverse" description="Incremental find reverse" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7nhcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.commands.openElementInEditor" commandName="Open JavaScript Element" description="Open a JavaScript element in its editor" category="_dKExd8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ7nhsXPEeOQKtwf9Y2DKA" elementId="elementRef" name="JavaScript element reference" typeId="org.eclipse.wst.jsdt.ui.commands.javaElementReference" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJ7nh8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7niMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.hashcode.equals" commandName="Generate hashCode() and equals()" description="Generates hashCode() and equals() functions for the type" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7nicXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Generate Javadoc" description="Generates Javadoc for a selectable set of Java resources" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7nisXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set" commandName="Declaration in Working Set" description="Search for declarations of the selected element in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7ni8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.reverseResume" commandName="Reverse Resume" description="Perform Reverse Resume" category="_dKDjY8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7njMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.launchShortcut.run" commandName="Run on Server" description="Run the current selection on a server" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7njcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="Rebase" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7njsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.getJobOutput" commandName="Get Job Output" description="Display the job output in a console" category="_dKEKbcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7nj8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.importCSSCommand" commandName="importCSSCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7nkMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.ignore" commandName="Add to .cvsignore" description="Ignore the Selected Resources when Synchronizing" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7nkcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ7nksXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="Open Input Dialog" description="Open an Input Dialog" category="_dKEKcMXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ7nk8XPEeOQKtwf9Y2DKA" elementId="title" name="Title"/>
-    <parameters xmi:id="_dJ7nlMXPEeOQKtwf9Y2DKA" elementId="message" name="Message"/>
-    <parameters xmi:id="_dJ8OkMXPEeOQKtwf9Y2DKA" elementId="initialValue" name="Initial Value"/>
-    <parameters xmi:id="_dJ8OkcXPEeOQKtwf9Y2DKA" elementId="cancelReturns" name="Return Value on Cancel"/>
-  </commands>
-  <commands xmi:id="_dJ8OksXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="Open" category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ8Ok8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.history.CompareMode" name="Compare mode"/>
-  </commands>
-  <commands xmi:id="_dJ8OlMXPEeOQKtwf9Y2DKA" elementId="revert.schema.editor.action.id" commandName="Revert Object" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OlcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Debug Ant Build" description="Debug Ant Build" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OlsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="Properties" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8Ol8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets" commandName="Search break/continue Target Occurrences in File" description="Search for break/continue target occurrences of a selected target name" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OmMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace" commandName="Implementors in Workspace" description="Search for implementors of the selected interface" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OmcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.navigate.gotopackage" commandName="Go to Folder" description="Go to Folder" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OmsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level" commandName="Move Type to New File" description="Move Type to New File" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8Om8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OnMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.mpi.analysis.command2" commandName="MPI Barrier Analysis" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OncXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.commit.Revert" commandName="Revert Commit" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OnsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.quick_outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8On8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.publish" commandName="Publish" description="Publish to server" category="_dKEKb8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OoMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="Create a Repository" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OocXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.introduce.factory" commandName="Introduce Factory" description="Introduce a factory function to encapsulate invocation of the selected constructor" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OosXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb" commandName="Show In Breadcrumb" description="Shows the Java editor breadcrumb and sets the keyboard focus into it" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8Oo8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="Scroll Line Down" description="Scroll down one line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ8OpMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="Fetch from Upstream" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81oMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="Step Into" description="Step into" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81ocXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.commit.Checkout" commandName="Checkout" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81osXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="Scroll Line Up" description="Scroll up one line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81o8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="Terminate and Relaunch" description="Terminate and Relaunch" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81pMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.acquire.HeapDump" commandName="Acquire Heap Dump" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81pcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.print" commandName="Print" description="Print" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81psXPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.actions.executeInspection" commandName="Execute Inspection" category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ81p8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.actions.executeInspection.commandName" name="commandName" optional="false"/>
-  </commands>
-  <commands xmi:id="_dJ81qMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java Breakpoint Properties" description="View and edit the properties for a given Java breakpoint" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81qcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="Select Page Up" description="Select to the top of the page" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81qsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81q8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="Compare with Previous Revision" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81rMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.extract.interface" commandName="Extract Interface" description="Extract a set of members into a new interface and try to use the new interface" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81rcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.edit.text.toggleMarkOccurrences" commandName="Mark Occurrences" description="Toggles mark occurrences in PHP editors" category="_dKExc8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81rsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.mergeCommand" commandName="mergeCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81r8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.help.dynamicHelp" commandName="Dynamic Help" description="Open the dynamic help" category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81sMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.run" commandName="Run" description="Run server" category="_dKEKb8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81scXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set" commandName="Read Access in Working Set" description="Search for read references to the selected element in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81ssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.saveToDatabaseAction" commandName="Save to Database" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81s8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CleanupCommand" commandName="Cleanup" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ81tMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9csMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.promote.local.variable" commandName="Convert Local Variable to Var" description="Convert a local variable to a var" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cscXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.views.XPathView.prefixes" commandName="&amp;Edit Namespace Prefixes" category="_dKEKZ8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cssXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_dKDjX8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cs8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9ctMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="Quick Assist - Split/Join variable declaration" description="Invokes quick assist and selects 'Split/Join variable declaration'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9ctcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Run Java Application" description="Run Java Application" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9ctsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.edit.text.show.in.explorer.view" commandName="Show in PHP Explorer View" description="Shows the selected element in the PHP Explorer" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9ct8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="Toggle Branch Representation" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cuMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.showRulerAnnotationInformation" commandName="Show Ruler Annotation Tooltip" description="Displays annotation information for the caret line in a focused hover" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cucXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.refreshLibraryCommand" commandName="refreshLibraryCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cusXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cu8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cvMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.structure.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cvcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.result.terminate" commandName="Terminate Result" category="_dKDjXMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cvsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cv8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.run" commandName="Run JUnit Plug-in Test" description="Run JUnit Plug-in Test" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.project.buildLast" commandName="Repeat Working Set Build" description="Repeat the last working set build" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cwcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="%toggleMarkOccurrences.description" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cwsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.addNonNLS" commandName="Quick Fix - Add non-NLS tag" description="Invokes quick assist and selects 'Add non-NLS tag'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="Text Start" description="Go to the beginning of the text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.openSearchDialog" commandName="Open Search Dialog" description="Open the Search dialog" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ9cxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.openWorkspace" commandName="Switch Workspace" description="Open the workspace selection dialog" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DwMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.launchShortcut.debug" commandName="Debug on Server" description="Debug the current selection on a server" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DwcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DwsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CompareWithRevisionCommand" commandName="URL..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-Dw8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ide.configureFilters" commandName="Configure Contents..." description="Configure the filters to apply to the markers view" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DxMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected JavaScript comment lines" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DxcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DxsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.find.broken.nls.keys" commandName="Find Broken Externalized Strings" description="Finds undefined, duplicate and unused externalized string keys in property files" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-Dx8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xsd.ui.refactor.renameTargetNamespace" commandName="Rename Target Namespace" description="Changes the target namespace of the schema" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DyMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.menu.updateWithModifiedFiles" commandName="Update Index with Modified Files" category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DycXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.actions.LifeCycleGenerateSources.run" commandName="Run Maven Generate Sources" description="Run Maven Generate Sources" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DysXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.sse.ui.cleanup.document" commandName="Cleanup Document..." description="Cleanup document" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-Dy8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open a call hierarchy on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DzMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected Java comment lines" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DzcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.commands.switch" commandName="Switch Source/Design Views" description="Switch between the Source and Design views." category="_dKDjWMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-DzsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="Next Word" description="Go to the next word" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-Dz8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.addLocation" commandName="Add Repository Location" description="Add a new CVS repository location" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-D0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.UpdateToRevisionCommand" commandName="Update to Revision" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-D0cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.up" commandName="Up" description="Navigate up one level" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-D0sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="Quick Assist - Split/Join variable declaration" description="Invokes quick assist and selects 'Split/Join variable declaration'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-D08XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the JavaScript file" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q0MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.hideShowEditors" commandName="Toggle Editor Area Visibility" description="Toggles the visibility of the editor area" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q0cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.closePerspective" commandName="Close Perspective" description="Close the current perspective" category="_dKC8UsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ-q0sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="Perspective Id"/>
-  </commands>
-  <commands xmi:id="_dJ-q08XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.modify.method.parameters" commandName="Change Function Signature" description="Change function signature includes parameter names and parameter order" category="_dKEKbsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q1MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.organizeManifest" commandName="Organize Manifests" description="Cleans up plug-in manifest files" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q1cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.edit.text.add.description" commandName="Generate Element Comment " description="Generate Element Comment" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q1sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.server.ui.phpServerShortcut.debug" commandName="Debug PHP Web Application" description="Debug PHP Web Application" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q18XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.move" commandName="Move..." description="Move the selected item" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q2MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q2cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q2sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.updateAll" commandName="Update All Incoming Changes" description="Update all incoming changes with new content from the repository" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q28XPEeOQKtwf9Y2DKA" elementId="org.eclipse.mat.ui.actions.IconAssist" commandName="Icon Assist" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q3MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.goto.prev.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the translation unit" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q3cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="Generate toString()" description="Generates the toString() method for the type" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q3sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="Profile..." description="Open profile launch configuration dialog" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q38XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.open.external.javadoc" commandName="Open Attached Javadoc" description="Open the attached Javadoc of the selected element in a browser" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q4MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.assignParamToField.assist" commandName="Quick Assist - Assign parameter to var" description="Invokes quick assist and selects 'Assign parameter to var'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q4cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project" commandName="Declaration in Project" description="Search for declarations of the selected element in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ-q4sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.browser.openBrowser" commandName="Open Browser" description="Opens the default web browser." category="_dKC8UsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dJ-q48XPEeOQKtwf9Y2DKA" elementId="url" name="URL"/>
-    <parameters xmi:id="_dJ-q5MXPEeOQKtwf9Y2DKA" elementId="browserId" name="Browser Id"/>
-    <parameters xmi:id="_dJ_R4MXPEeOQKtwf9Y2DKA" elementId="name" name="Browser Name"/>
-    <parameters xmi:id="_dJ_R4cXPEeOQKtwf9Y2DKA" elementId="tooltip" name="Browser Tooltip"/>
-  </commands>
-  <commands xmi:id="_dJ_R4sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.generate.hashcode.equals" commandName="Generate hashCode() and equals()" description="Generates hashCode() and equals() methods for the type" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R48XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R5MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="Select Next Column" description="Select the next column" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R5cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.merge" commandName="Merge" description="Merge" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R5sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.LockCommand" commandName="Lock..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R58XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Debug Java Application" description="Debug Java Application" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R6MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.command.resumeWithoutSignal" commandName="Resume Without Signal" description="Resume Without Signal" category="_dKExccXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R6cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.ui.synchronizeLast" commandName="Repeat last synchronization" description="Repeat the last synchronization" category="_dKEKYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R6sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.extract.local.variable" commandName="Extract Local Variable" description="Extracts an expression into a new local variable and uses the new local variable" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R68XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.ui.previousSibling" commandName="Previous Sibling" description="Go to Previous Sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R7MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R7cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="Next Column" description="Go to the next column" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R7sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.help.aboutAction" commandName="About" description="Open the about dialog" category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R78XPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.copyRightToLeft" commandName="Copy from Right to Left" description="Copy Current Change from Right to Left" category="_dKExdsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R8MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.core.pomFileAction.run" commandName="Run Maven Build" description="Run Maven Build" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R8cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.uncomment" commandName="Uncomment" description="Uncomment the selected // style comment lines" category="_dKExcMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R8sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_R88XPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.quickOutline" commandName="Quick Outline" description="Open a quick outline popup dialog for a given editor input" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_48MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.extract.method" commandName="Extract Method" description="Extract a set of statements or an expression into a new method and use the new method" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_48cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.refreshFromDatabaseAction" commandName="Refresh from Database" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_48sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.search.references.in.project" commandName="Find References In Project" description="Finds all references to the selection in the project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_488XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CreatePatchCommand" commandName="Create Patch..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_49MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.targetCreateCommand" commandName="Create Make Target" description="Create a new make build target for the selected container." category="_dKDjUsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_49cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project" commandName="References in Project" description="Search for references to the selected element in the enclosing project" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_49sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.gdb.ui.command.selectPreviousTraceRecord" commandName="Previous Trace Record" description="Select Previous Trace Record" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_498XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.resetImageSizeCommand" commandName="resetImageSizeCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_4-MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_4-cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.ShowAnnotationCommand" commandName="Show Annotation..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_4-sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.GotoMatchingTokenAction" commandName="Goto Matching Token" category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_4-8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.AddToSVNIgnoreCommand" commandName="Add to svn:ignore..." category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_4_MXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.publishToTemplateCommand" commandName="publishToTemplateCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_4_cXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_4_sXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.activeContextInfo" commandName="Show activeContext Info" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_4_8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.override.methods" commandName="Override/Implement Functions" description="Override or implement functions from super types" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_5AMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.generate.constructor.using.fields" commandName="Generate Constructor using Vars" description="Choose vars to initialize and constructor from superclass to call " category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_5AcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.compareWithTag" commandName="Compare With Another Branch or Version" description="Compare with a Branch or a Version on the CVS Server" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_5AsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.findNext" commandName="Find Next" description="Find next item" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dJ_5A8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="Disconnect" description="Disconnect" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgAMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgAcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.commit.CreateTag" commandName="Create Tag..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgAsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.extractLocal.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgA8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the compilation unit" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgBMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.edit.text.makefile.comment" commandName="Comment" description="Turn the selected lines into # style comments" category="_dKDjVMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgBcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgBsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.junitWorkbenchShortcut.debug" commandName="Debug JUnit Plug-in Test" description="Debug JUnit Plug-in Test" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgB8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.edit.text.c.select.enclosing" commandName="Select Enclosing C/C++ Element" description="Expand the selection to enclosing C/C++ element" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgCMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgCcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.indent" commandName="Correct &amp;Indentation" description="&amp;Indents the current line or selection depending on surrounding source code" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgCsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.setKeywordSubstitution" commandName="Change ASCII/Binary Property" description="Change whether the selected resources should be treated as ASCII or binary on the CVS Server" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgC8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.navigate.script.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgDMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand" commandName="Checkout" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgDcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.working.set" commandName="References in Working Set" description="Search for references to the selected element in a working set" category="_dKDjYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgDsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.help.quickStartAction" commandName="Welcome" description="Show help for beginning users" category="_dKExdMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgD8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.addTask" commandName="Add Task..." description="Add a task" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgEMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="Revert Line" description="Revert the current line" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgEcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.command.prevpage" commandName="Previous Page of Memory" description="Load previous page of memory" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgEsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKAgE8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.SourceView" commandName="JavaScript Declaration" description="Show the Declaration view" category="_dKDjU8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHEMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Toggle Ant Mark Occurrences" description="Toggles mark occurrences in Ant editors" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHEcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify var access" description="Invokes quick assist and selects 'Qualify var access'" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHEsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.commands.viewMemory" commandName="View Memory" description="View variable in memory view" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHE8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHFMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.core.ui.command.addPlugin" commandName="Add Maven Plugin" description="Add Maven Plugin" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHFcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.delimiter.windows" commandName="Convert Line Delimiters to Windows (CRLF, \r\n, 0D0A, &#xa4;&#xb6;)" description="Converts the line delimiters to Windows (CRLF, \r\n, 0D0A, &#xa4;&#xb6;)" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHFsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.cut.line" commandName="Cut Line" description="Cut a line of text" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHF8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="Select Previous Column" description="Select the previous column" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHGMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.CompareWithWorkingCopyCommand" commandName="Base from Working Copy" category="_dKEKYMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHGcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.file.closeAll" commandName="Close All" description="Close all editors" category="_dKEKasXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHGsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.promote.local.variable" commandName="Convert Local Variable to Field" description="Convert a local variable to a field" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHG8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="Select Next Word" description="Select the next word" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHHMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.spy" commandName="Show Contributing Plug-in" description="Shows contribution information for the currently selected element" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHHcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="Sync Submodule" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHHsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.quickAccess" commandName="Quick Access" description="Quickly access UI elements" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHH8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.dsf.debug.ui.refreshAll" commandName="Refresh Debug Views" description="Refresh all data in debug views" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHIMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.debug.ui.commands.ScriptDisplay" commandName="Display" description="Display result of evaluating selected text" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHIcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="Add to Working Set" description="Adds the selected object to a working set." category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHIsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the compilation unit" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBHI8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="Force Return" description="Forces return from method with value of selected expression " category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuIMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.runtimeWorkbenchShortcut.run" commandName="Run Eclipse Application" description="Run Eclipse Application" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuIcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open a call hierarchy on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuIsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuI8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="Create Patch" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuJMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="Import Projects..." description="Import or create in local Git repository" category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuJcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.showIn" commandName="Show In" category="_dKExd8XPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dKBuJsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.navigate.showIn.targetId" name="Show In Target Id" optional="false"/>
-  </commands>
-  <commands xmi:id="_dKBuJ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.DMLDialogSelectionAction" commandName="Edit in SQL Query Builder..." category="_dKDjUMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuKMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Run Java Applet" description="Run Java Applet" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuKcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.copy.qualified.name" commandName="Copy Qualified Name" description="Copy a fully qualified name to the system clipboard" category="_dKDjWsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuKsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="All References" description="Inspect all references to the selected object" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuK8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.edit.text.script.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_dKC8TsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuLMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.command.OpenFromClipboard" commandName="Open from Clipboard" description="Opens a Java element or a Java stack trace from clipboard" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuLcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="Show Repository Catalog" category="_dKDjYsXPEeOQKtwf9Y2DKA">
-    <parameters xmi:id="_dKBuLsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/>
-  </commands>
-  <commands xmi:id="_dKBuL8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.revertToReportItemCommand" commandName="revertToReportItemCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuMMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.m2e.editor.RenameArtifactAction" commandName="Rename Maven Artifact..." category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuMcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.window.nextPerspective" commandName="Next Perspective" description="Switch to the next perspective" category="_dKC8UsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuMsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.extract.constant" commandName="Extract Constant" description="Extracts a constant into a new static field and uses the new static field" category="_dKExecXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKBuM8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="Word Completion" description="Context insensitive completion" category="_dKDjYcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVMMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.sync" commandName="Synchronize with Repository" description="Synchronize the workspace resources with those in the repository" category="_dKC8UMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVMcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_dKEKcsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVMsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.edit.text.java.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_dKExd8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVM8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment" commandName="Add Javadoc Comment" description="Add a Javadoc comment stub to the member element" category="_dKEKZMXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVNMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="Configure Fetch..." category="_dKDjXcXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVNcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.newStyleCommand" commandName="newStyleCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVNsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.editGroupCommand" commandName="editGroupCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVN8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="Execute" description="Evaluate selected text" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVOMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.commands.Resume" commandName="Resume" description="Resume" category="_dKEKa8XPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVOcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.birt.report.designer.ui.command.reloadCssStyleCommand" commandName="reloadCssStyleCommand" category="_dKDjYsXPEeOQKtwf9Y2DKA"/>
-  <commands xmi:id="_dKCVOsXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.emf.exporter.genModelEditorContribution/org.eclipse.emf.exporter.ui.GenModelExportActionDelegate.Editor" commandName="&amp;Export Model..."/>
-  <commands xmi:id="_dKCVO8XPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.emf.importer.genModelEditorContribution/org.eclipse.emf.importer.ui.GenModelReloadActionDelegate.Editor" commandName="&amp;Reload..."/>
-  <commands xmi:id="_dKCVPMXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.RemoveMappingActionID" commandName="&amp;Remove Mapping"/>
-  <commands xmi:id="_dKCVPcXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.TypeMatchMappingActionID" commandName="Match Mapping by &amp;Type"/>
-  <commands xmi:id="_dKCVPsXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.NameMatchMappingActionID" commandName="Match Mapping by &amp;Name"/>
-  <commands xmi:id="_dKCVP8XPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateOneSidedMappingActionID" commandName="Create &amp;One-sided Mapping"/>
-  <commands xmi:id="_dKCVQMXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.action.CreateMappingActionID" commandName="Create &amp;Mapping"/>
-  <commands xmi:id="_dKCVQcXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddOuputRootActionID" commandName="Add &amp;Output Root..."/>
-  <commands xmi:id="_dKCVQsXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreContributionID/org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootActionID" commandName="Add &amp;Input Root..."/>
-  <commands xmi:id="_dKCVQ8XPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="E&amp;xecute"/>
-  <commands xmi:id="_dKC8QMXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="Displa&amp;y"/>
-  <commands xmi:id="_dKC8QcXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="Insp&amp;ect"/>
-  <commands xmi:id="_dKC8QsXPEeOQKtwf9Y2DKA" elementId="AUTOGEN:::org.eclipse.ui.articles.action.contribution.editor/org.eclipse.wst.wsdl.ui.actions.ReloadDependenciesActionDelegate" commandName="Reload Dependencies"/>
-  <addons xmi:id="_dKC8Q8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.core.commands.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.core.commands/org.eclipse.e4.core.commands.CommandServiceAddon"/>
-  <addons xmi:id="_dKC8RMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.contexts.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.services/org.eclipse.e4.ui.services.ContextServiceAddon"/>
-  <addons xmi:id="_dKC8RcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.bindings.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.bindings/org.eclipse.e4.ui.bindings.BindingServiceAddon"/>
-  <addons xmi:id="_dKC8RsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.workbench.commands.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon"/>
-  <addons xmi:id="_dKC8R8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.workbench.contexts.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon"/>
-  <addons xmi:id="_dKC8SMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.e4.ui.workbench.bindings.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.swt/org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon"/>
-  <addons xmi:id="_dKC8ScXPEeOQKtwf9Y2DKA" elementId="Cleanup Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon"/>
-  <addons xmi:id="_dKC8SsXPEeOQKtwf9Y2DKA" elementId="DnD Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.dndaddon.DnDAddon"/>
-  <addons xmi:id="_dKC8S8XPEeOQKtwf9Y2DKA" elementId="MinMax Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon"/>
-  <addons xmi:id="_dKC8TMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.workbench.addon.0" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.HandlerProcessingAddon"/>
-  <categories xmi:id="_dKC8TcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.perspectives" name="Perspectives" description="Commands for opening perspectives"/>
-  <categories xmi:id="_dKC8TsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.category.source" name="Script Source"/>
-  <categories xmi:id="_dKC8T8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.autotools.ui.category.invokeAutotools" name="Invoke Autotools"/>
-  <categories xmi:id="_dKC8UMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.cvs.ui.actionSet" name="CVS" description="Actions that apply when working with CVS repositories"/>
-  <categories xmi:id="_dKC8UcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" name="ASA 9.x table schema editor"/>
-  <categories xmi:id="_dKC8UsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.window" name="Window"/>
-  <categories xmi:id="_dKDjUMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.sqleditor.category" name="Database Tools" description="Database Development tools"/>
-  <categories xmi:id="_dKDjUcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.category.refactoring" name="Refactor - C++" description="C/C++ Refactorings"/>
-  <categories xmi:id="_dKDjUsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.project" name="Project"/>
-  <categories xmi:id="_dKDjU8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.views" name="Views" description="Commands for opening views"/>
-  <categories xmi:id="_dKDjVMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.make.ui.category.source" name="Makefile Source" description="Makefile Source Actions"/>
-  <categories xmi:id="_dKDjVcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.rse.ui.commands.category" name="Remote Systems"/>
-  <categories xmi:id="_dKDjVsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.ui.category.source" name="Manifest Editor Source" description="PDE Source Page actions"/>
-  <categories xmi:id="_dKDjV8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.emf.codegen.ecore.ui.Commands" name="EMF Code Generation" description="Commands for the EMF code generation tools"/>
-  <categories xmi:id="_dKDjWMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wb.core.actions.category" name="WindowBuilder Pro" description="WindowBuilder Pro actions"/>
-  <categories xmi:id="_dKDjWcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.pldt.common.analysisDropdownCategory" name="Analysis Dropdown Category"/>
-  <categories xmi:id="_dKDjWsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.category.source" name="Source" description="JavaScript Source Actions"/>
-  <categories xmi:id="_dKDjW8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.category.refactoring" name="Refactor - PHP" description="PHP Refactoring Actions"/>
-  <categories xmi:id="_dKDjXMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.datatools.sqltools.result.category" name="SQL Results View"/>
-  <categories xmi:id="_dKDjXcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/>
-  <categories xmi:id="_dKDjXsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.category.casting" name="Cast to Type or Array" description="Set of commands for displaying variables and expressions as other types or arrays."/>
-  <categories xmi:id="_dKDjX8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.dltk.ui.category.refactoring" name="Refactor - DLTK" description="DLTK Refactoring Actions"/>
-  <categories xmi:id="_dKDjYMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.search.ui.category.search" name="Search" description="Search command category"/>
-  <categories xmi:id="_dKDjYcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.edit" name="Edit"/>
-  <categories xmi:id="_dKDjYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.core.commands.categories.autogenerated" name="Uncategorized" description="Commands that were either auto-generated or have no category"/>
-  <categories xmi:id="_dKDjY8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.category.reverseDebugging" name="Reverse Debugging Commands" description="Set of commands for Reverse Debugging"/>
-  <categories xmi:id="_dKEKYMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.svn.ui.command.category" name="SVN"/>
-  <categories xmi:id="_dKEKYcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.debug.ui.category" name="JavaScript Debug" description="Tooling for debugging JavaScript"/>
-  <categories xmi:id="_dKEKYsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.team.ui.category.team" name="Team" description="Actions that apply when working with a Team"/>
-  <categories xmi:id="_dKEKY8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.category.tracing" name="Tracing Commands" description="Category for Tracing Commands"/>
-  <categories xmi:id="_dKEKZMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.category.source" name="Source" description="Java Source Actions"/>
-  <categories xmi:id="_dKEKZcXPEeOQKtwf9Y2DKA" elementId="pl.szpinda.plugin.tomcat.commands.category.key" name="Tomcat keys"/>
-  <categories xmi:id="_dKEKZsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.codan.ui.commands.category" name="Code Analysis"/>
-  <categories xmi:id="_dKEKZ8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.xml.views.XPathView" name="XPath"/>
-  <categories xmi:id="_dKEKaMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.pde.runtime.spy.commands.category" name="Spy"/>
-  <categories xmi:id="_dKEKacXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.ide.markerContents" name="Contents" description="The category for menu contents"/>
-  <categories xmi:id="_dKEKasXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.file" name="File"/>
-  <categories xmi:id="_dKEKa8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.debug.ui.category.run" name="Run/Debug" description="Run/Debug command category"/>
-  <categories xmi:id="_dKEKbMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.monitorCommands" name="Monitor Commands" description="Monitor Commands"/>
-  <categories xmi:id="_dKEKbcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ptp.rm.lml.monitor.ui.jobCommands" name="Job Commands" description="Job Commands"/>
-  <categories xmi:id="_dKEKbsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.jsdt.ui.category.refactoring" name="Refactor - JavaScript" description="JavaScript Refactoring Actions"/>
-  <categories xmi:id="_dKEKb8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.wst.server.ui" name="Server" description="Server"/>
-  <categories xmi:id="_dKEKcMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.dialogs" name="Dialogs" description="Commands for opening dialogs"/>
-  <categories xmi:id="_dKEKccXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.category.debugViewLayout" name="Debug View Layout Commands" description="Set of commands for controlling the Debug View Layout"/>
-  <categories xmi:id="_dKEKcsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.textEditor" name="Text Editing" description="Text Editing Commands"/>
-  <categories xmi:id="_dKExcMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.ui.category.source" name="Source" description="Source commands"/>
-  <categories xmi:id="_dKExccXPEeOQKtwf9Y2DKA" elementId="org.eclipse.cdt.debug.ui.category.runControl" name="Run Control Commands" description="Set of commands for Run Control"/>
-  <categories xmi:id="_dKExcsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.gef.category.view" name="View" description="View"/>
-  <categories xmi:id="_dKExc8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.php.ui.category.source" name="Source" description="PHP Source Actions"/>
-  <categories xmi:id="_dKExdMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.help" name="Help"/>
-  <categories xmi:id="_dKExdcXPEeOQKtwf9Y2DKA" elementId="org.eclipse.tm.terminal.category1" name="Terminal view commands" description="%terminal.view.insertion.description"/>
-  <categories xmi:id="_dKExdsXPEeOQKtwf9Y2DKA" elementId="org.eclipse.compare.ui.category.compare" name="Compare" description="Compare command category"/>
-  <categories xmi:id="_dKExd8XPEeOQKtwf9Y2DKA" elementId="org.eclipse.ui.category.navigate" name="Navigate"/>
-  <categories xmi:id="_dKExeMXPEeOQKtwf9Y2DKA" elementId="org.eclipse.ltk.ui.category.refactoring" name="Refactoring"/>
-  <categories xmi:id="_dKExecXPEeOQKtwf9Y2DKA" elementId="org.eclipse.jdt.ui.category.refactoring" name="Refactor - Java" description="Java Refactoring Actions"/>
-</application:Application>
-=======
 <?xml version="1.0" encoding="ASCII"?>
 <application:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:application="http://www.eclipse.org/ui/2010/UIModel/application" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_BnssccXNEeO6b_7LMxq4hQ" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_BnsscsXNEeO6b_7LMxq4hQ" bindingContexts="_BntThcXNEeO6b_7LMxq4hQ">
-  <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;workbench>&#xA;&lt;mruList/>&#xA;&lt;/workbench>"/>
+  <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;workbench>&#xA;&lt;mruList>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.jdt.ui.CompilationUnitEditor&quot; name=&quot;AbstractEvaluator.java&quot; tooltip=&quot;homework/src/hw3/AbstractEvaluator.java&quot;>&#xA;&lt;persistable path=&quot;/homework/src/hw3/AbstractEvaluator.java&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.jdt.ui.CompilationUnitEditor&quot; name=&quot;IEvaluator.java&quot; tooltip=&quot;homework/src/api/IEvaluator.java&quot;>&#xA;&lt;persistable path=&quot;/homework/src/api/IEvaluator.java&quot;/>&#xA;&lt;/file>&#xA;&lt;file factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; id=&quot;org.eclipse.jdt.ui.CompilationUnitEditor&quot; name=&quot;Hand.java&quot; tooltip=&quot;homework/src/api/Hand.java&quot;>&#xA;&lt;persistable path=&quot;/homework/src/api/Hand.java&quot;/>&#xA;&lt;/file>&#xA;&lt;/mruList>&#xA;&lt;/workbench>"/>
   <tags>activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration</tags>
   <tags>ModelMigrationProcessor.001</tags>
-  <children xsi:type="basic:TrimmedWindow" xmi:id="_BnsscsXNEeO6b_7LMxq4hQ" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_CLTIw8XNEeO6b_7LMxq4hQ" label="%trimmedwindow.label.eclipseSDK" x="25" y="22" width="1024" height="634">
+  <children xsi:type="basic:TrimmedWindow" xmi:id="_BnsscsXNEeO6b_7LMxq4hQ" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_CLTIw8XNEeO6b_7LMxq4hQ" label="%trimmedwindow.label.eclipseSDK" x="25" y="22" width="1280" height="800">
     <persistedState key="coolBarVisible" value="true"/>
     <persistedState key="perspectiveBarVisible" value="true"/>
     <persistedState key="workingSets" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;workingSets/>"/>
@@ -3220,7 +75,7 @@
           <tags>persp.viewSC:org.eclipse.wb.core.StructureView</tags>
           <tags>persp.viewSC:org.eclipse.wb.core.PaletteView</tags>
           <tags>persp.perspSC:org.eclipse.wst.jsdt.ui.JavaPerspective</tags>
-          <children xsi:type="basic:PartSashContainer" xmi:id="_CV-HsMXNEeO6b_7LMxq4hQ" selectedElement="_CV-HscXNEeO6b_7LMxq4hQ" horizontal="true">
+          <children xsi:type="basic:PartSashContainer" xmi:id="_CV-HsMXNEeO6b_7LMxq4hQ" selectedElement="_CV-uxMXNEeO6b_7LMxq4hQ" horizontal="true">
             <children xsi:type="basic:PartSashContainer" xmi:id="_CV-HscXNEeO6b_7LMxq4hQ" containerData="2500" selectedElement="_CV-HssXNEeO6b_7LMxq4hQ">
               <children xsi:type="basic:PartStack" xmi:id="_CV-HssXNEeO6b_7LMxq4hQ" elementId="left" containerData="6000" selectedElement="_CV-Hs8XNEeO6b_7LMxq4hQ">
                 <tags>newtablook</tags>
@@ -3238,8 +93,8 @@
                 <children xsi:type="advanced:Placeholder" xmi:id="_CV-uw8XNEeO6b_7LMxq4hQ" elementId="org.eclipse.egit.ui.RepositoriesView" toBeRendered="false" ref="_CV7rcMXNEeO6b_7LMxq4hQ"/>
               </children>
             </children>
-            <children xsi:type="basic:PartSashContainer" xmi:id="_CV-uxMXNEeO6b_7LMxq4hQ" containerData="7500" selectedElement="_CV_V0cXNEeO6b_7LMxq4hQ">
-              <children xsi:type="basic:PartSashContainer" xmi:id="_CV-uxcXNEeO6b_7LMxq4hQ" containerData="7500" horizontal="true">
+            <children xsi:type="basic:PartSashContainer" xmi:id="_CV-uxMXNEeO6b_7LMxq4hQ" containerData="7500" selectedElement="_CV-uxcXNEeO6b_7LMxq4hQ">
+              <children xsi:type="basic:PartSashContainer" xmi:id="_CV-uxcXNEeO6b_7LMxq4hQ" containerData="7500" selectedElement="_CV-uxsXNEeO6b_7LMxq4hQ" horizontal="true">
                 <children xsi:type="advanced:Placeholder" xmi:id="_CV-uxsXNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.editorss" containerData="7500" ref="_CUyb8MXNEeO6b_7LMxq4hQ"/>
                 <children xsi:type="basic:PartStack" xmi:id="_CV-ux8XNEeO6b_7LMxq4hQ" elementId="right" containerData="2500" selectedElement="_CV-uyMXNEeO6b_7LMxq4hQ">
                   <tags>newtablook</tags>
@@ -3282,18 +137,36 @@
       <tags>View</tags>
       <tags>categoryTag:Help</tags>
     </sharedElements>
-    <sharedElements xsi:type="advanced:Area" xmi:id="_CUyb8MXNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.editorss">
-      <children xsi:type="basic:PartStack" xmi:id="_CUzDAMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.e4.primaryDataStack">
+    <sharedElements xsi:type="advanced:Area" xmi:id="_CUyb8MXNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.editorss" selectedElement="_CUzDAMXNEeO6b_7LMxq4hQ">
+      <children xsi:type="basic:PartStack" xmi:id="_CUzDAMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_DdkhkMXQEeO-J-FwgTlojA">
         <tags>newtablook</tags>
         <tags>org.eclipse.e4.primaryDataStack</tags>
         <tags>EditorStack</tags>
+        <children xsi:type="basic:Part" xmi:id="_DdkhkMXQEeO-J-FwgTlojA" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="AbstractEvaluator.java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/obj16/jcu_obj.gif" tooltip="homework/src/hw3/AbstractEvaluator.java" closeable="true">
+          <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;editor id=&quot;org.eclipse.jdt.ui.CompilationUnitEditor&quot;>&#xA;&lt;input factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; path=&quot;/homework/src/hw3/AbstractEvaluator.java&quot;/>&#xA;&lt;editorState selectionHorizontalPixel=&quot;0&quot; selectionLength=&quot;0&quot; selectionOffset=&quot;304&quot; selectionTopPixel=&quot;0&quot;/>&#xA;&lt;/editor>"/>
+          <tags>Editor</tags>
+          <tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags>
+          <tags>removeOnHide</tags>
+          <tags>activeOnClose</tags>
+        </children>
+        <children xsi:type="basic:Part" xmi:id="_D9Nq8MXQEeO-J-FwgTlojA" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="Hand.java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/obj16/jcu_obj.gif" tooltip="homework/src/api/Hand.java" closeable="true">
+          <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;editor id=&quot;org.eclipse.jdt.ui.CompilationUnitEditor&quot;>&#xA;&lt;input factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; path=&quot;/homework/src/api/Hand.java&quot;/>&#xA;&lt;editorState selectionHorizontalPixel=&quot;0&quot; selectionLength=&quot;9&quot; selectionOffset=&quot;4798&quot; selectionTopPixel=&quot;3780&quot;/>&#xA;&lt;/editor>"/>
+          <tags>Editor</tags>
+          <tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags>
+          <tags>removeOnHide</tags>
+        </children>
+        <children xsi:type="basic:Part" xmi:id="_Su3hYMXQEeO-J-FwgTlojA" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="IEvaluator.java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/obj16/jcu_obj.gif" tooltip="homework/src/api/IEvaluator.java" closeable="true">
+          <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;editor id=&quot;org.eclipse.jdt.ui.CompilationUnitEditor&quot;>&#xA;&lt;input factoryID=&quot;org.eclipse.ui.part.FileEditorInputFactory&quot; path=&quot;/homework/src/api/IEvaluator.java&quot;/>&#xA;&lt;editorState selectionHorizontalPixel=&quot;0&quot; selectionLength=&quot;11&quot; selectionOffset=&quot;5798&quot; selectionTopPixel=&quot;2478&quot;/>&#xA;&lt;/editor>"/>
+          <tags>Editor</tags>
+          <tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags>
+          <tags>removeOnHide</tags>
+        </children>
       </children>
     </sharedElements>
     <sharedElements xsi:type="basic:Part" xmi:id="_CVNSsMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.jdt.ui.PackageExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Package Explorer" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.gif" tooltip="Workspace" closeable="true">
       <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;view group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;1&quot; workingSetName=&quot;Aggregate for window 1397697017896&quot;>&#xA;&lt;customFilters userDefinedPatternsEnabled=&quot;false&quot;>&#xA;&lt;xmlDefinedFilters>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.StaticsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.ExternalPluginLibrariesFilter1&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.FieldsFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.pde.ui.BinaryProjectFilter1&quot; isEnabled=&quot;false&quot;/>&#xA;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter&quot; isEnabled=&quot;true&quot;/>&#xA;&lt;/xmlDefinedFilters>&#xA;&lt;/customFilters>&#xA;&lt;/view>"/>
       <tags>View</tags>
       <tags>categoryTag:Java</tags>
-      <tags>activeOnClose</tags>
       <menus xmi:id="_CXJMYMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.jdt.ui.PackageExplorer">
         <tags>ViewMenu</tags>
         <tags>menuContribution:menu</tags>
@@ -3312,7 +185,7 @@
       <tags>View</tags>
       <tags>categoryTag:General</tags>
     </sharedElements>
-    <sharedElements xsi:type="basic:Part" xmi:id="_CVPu88XNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.views.ProblemView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.gif" tooltip="0 items" closeable="true">
+    <sharedElements xsi:type="basic:Part" xmi:id="_CVPu88XNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.views.ProblemView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.gif" tooltip="0 errors, 57 warnings, 0 others" closeable="true">
       <persistedState key="memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&lt;view PRIMARY_SORT_FIELD=&quot;org.eclipse.ui.ide.severityAndDescriptionField&quot; categoryGroup=&quot;org.eclipse.ui.ide.severity&quot; markerContentGenerator=&quot;org.eclipse.ui.ide.problemsGenerator&quot; partName=&quot;Problems&quot;>&#xA;&lt;columnWidths org.eclipse.ui.ide.locationField=&quot;90&quot; org.eclipse.ui.ide.markerType=&quot;90&quot; org.eclipse.ui.ide.pathField=&quot;120&quot; org.eclipse.ui.ide.resourceField=&quot;90&quot; org.eclipse.ui.ide.severityAndDescriptionField=&quot;300&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.severityAndDescriptionField&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.resourceField&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.pathField&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.locationField&quot;/>&#xA;&lt;visible IMemento.internal.id=&quot;org.eclipse.ui.ide.markerType&quot;/>&#xA;&lt;/view>"/>
       <tags>View</tags>
       <tags>categoryTag:General</tags>
@@ -3399,18 +272,18 @@
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CMBhgMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.workbench.file">
         <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmelIMXPEeOVzvHe7m2XMA" elementId="new.group"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmelIcXPEeOVzvHe7m2XMA" elementId="newWizardDropDown"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmfMMMXPEeOVzvHe7m2XMA" elementId="new.ext" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmfMMcXPEeOVzvHe7m2XMA" elementId="save.group" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmfMMsXPEeOVzvHe7m2XMA" elementId="save"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmfMM8XPEeOVzvHe7m2XMA" elementId="saveAll"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmfMNMXPEeOVzvHe7m2XMA" elementId="save.ext" visible="false"/>
-        <children xsi:type="menu:HandledToolItem" xmi:id="_OmfzQMXPEeOVzvHe7m2XMA" elementId="print" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.gif" tooltip="Print" enabled="false" command="_BxGgEcXNEeO6b_7LMxq4hQ"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmiPgMXPEeOVzvHe7m2XMA" elementId="print.ext" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmiPgcXPEeOVzvHe7m2XMA" elementId="build.group"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_Omi2kMXPEeOVzvHe7m2XMA" elementId="build.ext" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_Omi2kcXPEeOVzvHe7m2XMA" elementId="additions"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZCeAMXQEeO-J-FwgTlojA" elementId="new.group"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZCeAcXQEeO-J-FwgTlojA" elementId="newWizardDropDown"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZDFEMXQEeO-J-FwgTlojA" elementId="new.ext" visible="false"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZDFEcXQEeO-J-FwgTlojA" elementId="save.group" visible="false"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZDFEsXQEeO-J-FwgTlojA" elementId="save"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZDFE8XQEeO-J-FwgTlojA" elementId="saveAll"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZDFFMXQEeO-J-FwgTlojA" elementId="save.ext" visible="false"/>
+        <children xsi:type="menu:HandledToolItem" xmi:id="_BZDsIMXQEeO-J-FwgTlojA" elementId="print" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.gif" tooltip="Print" command="_BxGgEcXNEeO6b_7LMxq4hQ"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZH9kMXQEeO-J-FwgTlojA" elementId="print.ext" visible="false"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZH9kcXQEeO-J-FwgTlojA" elementId="build.group"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZH9ksXQEeO-J-FwgTlojA" elementId="build.ext" visible="false"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZH9k8XQEeO-J-FwgTlojA" elementId="additions"/>
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CMBhgcXNEeO6b_7LMxq4hQ" elementId="additions" toBeRendered="false">
         <tags>toolbarSeparator</tags>
@@ -3418,8 +291,8 @@
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_KrUzoMXOEeOseIQm38e0MA" elementId="org.eclipse.debug.ui.breakpointActionSet">
         <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On9y4MXPEeOVzvHe7m2XMA" elementId="breakpointGroup"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On9y4cXPEeOVzvHe7m2XMA" elementId="org.eclipse.debug.ui.actions.SkipAllBreakpoints"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapAgMXQEeO-J-FwgTlojA" elementId="breakpointGroup"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapAgcXQEeO-J-FwgTlojA" elementId="org.eclipse.debug.ui.actions.SkipAllBreakpoints"/>
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CopMEMXNEeO6b_7LMxq4hQ" elementId="com_sysdeo_eclipse_tomcat_actionSet" visible="false">
         <tags>Draggable</tags>
@@ -3430,24 +303,33 @@
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CnqUoMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.debug.ui.launchActionSet">
         <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On9y4sXPEeOVzvHe7m2XMA" elementId="debug"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On-Z8MXPEeOVzvHe7m2XMA" elementId="org.eclipse.debug.internal.ui.actions.DebugDropDownAction"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On-Z8cXPEeOVzvHe7m2XMA" elementId="org.eclipse.debug.internal.ui.actions.RunDropDownAction"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On-Z8sXPEeOVzvHe7m2XMA" elementId="org.eclipse.debug.internal.ui.actions.ProfileDropDownAction"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On-Z88XPEeOVzvHe7m2XMA" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapAgsXQEeO-J-FwgTlojA" elementId="debug"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapAg8XQEeO-J-FwgTlojA" elementId="org.eclipse.debug.internal.ui.actions.DebugDropDownAction"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapnkMXQEeO-J-FwgTlojA" elementId="org.eclipse.debug.internal.ui.actions.RunDropDownAction"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapnkcXQEeO-J-FwgTlojA" elementId="org.eclipse.debug.internal.ui.actions.ProfileDropDownAction"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapnksXQEeO-J-FwgTlojA" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar"/>
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CofbEMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet">
         <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On-Z9MXPEeOVzvHe7m2XMA" elementId="JavaWizards"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On_BAMXPEeOVzvHe7m2XMA" elementId="org.eclipse.jdt.ui.actions.OpenProjectWizard"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On_BAcXPEeOVzvHe7m2XMA" elementId="org.eclipse.jdt.ui.actions.OpenPackageWizard"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On_BAsXPEeOVzvHe7m2XMA" elementId="org.eclipse.jdt.ui.actions.NewTypeDropDown"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_Bapnk8XQEeO-J-FwgTlojA" elementId="JavaWizards"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapnlMXQEeO-J-FwgTlojA" elementId="org.eclipse.jdt.ui.actions.OpenProjectWizard"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapnlcXQEeO-J-FwgTlojA" elementId="org.eclipse.jdt.ui.actions.OpenPackageWizard"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BapnlsXQEeO-J-FwgTlojA" elementId="org.eclipse.jdt.ui.actions.NewTypeDropDown"/>
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CoNHMMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.search.searchActionSet">
         <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On_BA8XPEeOVzvHe7m2XMA" elementId="Search"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On_BBMXPEeOVzvHe7m2XMA" elementId="openType"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On_BBcXPEeOVzvHe7m2XMA" elementId="org.eclipse.search.OpenSearchDialogPage"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_Bapnl8XQEeO-J-FwgTlojA" elementId="Search"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BaqOoMXQEeO-J-FwgTlojA" elementId="openType"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BaqOocXQEeO-J-FwgTlojA" elementId="org.eclipse.search.OpenSearchDialogPage"/>
+      </children>
+      <children xsi:type="menu:ToolBar" xmi:id="_Di3RQMXQEeO-J-FwgTlojA" elementId="org.eclipse.ui.edit.text.actionSet.presentation">
+        <tags>Draggable</tags>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_DjBCQMXQEeO-J-FwgTlojA" elementId="Presentation"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_DjBCQcXQEeO-J-FwgTlojA" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_DjBpUMXQEeO-J-FwgTlojA" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_DjBpUcXQEeO-J-FwgTlojA" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_DjBpUsXQEeO-J-FwgTlojA" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_DjCQYMXQEeO-J-FwgTlojA" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly"/>
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CMBhg8XNEeO6b_7LMxq4hQ" elementId="group.nav" toBeRendered="false">
         <tags>toolbarSeparator</tags>
@@ -3455,15 +337,15 @@
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CMCIkcXNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.workbench.navigate">
         <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_Omi2ksXPEeOVzvHe7m2XMA" elementId="history.group"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_Omi2k8XPEeOVzvHe7m2XMA" elementId="group.application" visible="false"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_Omi2lMXPEeOVzvHe7m2XMA" elementId="backardHistory"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_Omi2lcXPEeOVzvHe7m2XMA" elementId="forwardHistory"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_Omi2lsXPEeOVzvHe7m2XMA" elementId="pin.group"/>
-        <children xsi:type="menu:HandledToolItem" xmi:id="_OmjdoMXPEeOVzvHe7m2XMA" elementId="org.eclipse.ui.window.pinEditor" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.gif" tooltip="Pin Editor" enabled="false" command="_BxBAjMXNEeO6b_7LMxq4hQ"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On_oEMXPEeOVzvHe7m2XMA" elementId="org.eclipse.ui.edit.text.gotoNextAnnotation"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On_oEcXPEeOVzvHe7m2XMA" elementId="org.eclipse.ui.edit.text.gotoPreviousAnnotation"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_On_oEsXPEeOVzvHe7m2XMA" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZH9lMXQEeO-J-FwgTlojA" elementId="history.group"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZIkoMXQEeO-J-FwgTlojA" elementId="group.application" visible="false"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZIkocXQEeO-J-FwgTlojA" elementId="backardHistory"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZIkosXQEeO-J-FwgTlojA" elementId="forwardHistory"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZIko8XQEeO-J-FwgTlojA" elementId="pin.group"/>
+        <children xsi:type="menu:HandledToolItem" xmi:id="_BZJLsMXQEeO-J-FwgTlojA" elementId="org.eclipse.ui.window.pinEditor" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.gif" tooltip="Pin Editor" enabled="false" command="_BxBAjMXNEeO6b_7LMxq4hQ"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BaqOosXQEeO-J-FwgTlojA" elementId="org.eclipse.ui.edit.text.gotoNextAnnotation"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BaqOo8XQEeO-J-FwgTlojA" elementId="org.eclipse.ui.edit.text.gotoPreviousAnnotation"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BaqOpMXQEeO-J-FwgTlojA" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition"/>
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CMCIksXNEeO6b_7LMxq4hQ" elementId="group.editor" toBeRendered="false">
         <tags>toolbarSeparator</tags>
@@ -3475,8 +357,8 @@
       </children>
       <children xsi:type="menu:ToolBar" xmi:id="_CMCvosXNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.workbench.help" visible="false">
         <tags>Draggable</tags>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmjdocXPEeOVzvHe7m2XMA" elementId="group.help"/>
-        <children xsi:type="menu:OpaqueToolItem" xmi:id="_OmjdosXPEeOVzvHe7m2XMA" elementId="group.application" visible="false"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZJywMXQEeO-J-FwgTlojA" elementId="group.help"/>
+        <children xsi:type="menu:OpaqueToolItem" xmi:id="_BZJywcXQEeO-J-FwgTlojA" elementId="group.application" visible="false"/>
       </children>
       <children xsi:type="menu:ToolControl" xmi:id="_COltUMXNEeO6b_7LMxq4hQ" elementId="PerspectiveSpacer" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
         <tags>stretch</tags>
@@ -3768,7 +650,7 @@
     <bindings xmi:id="_Kbg2BsXOEeOseIQm38e0MA" keySequence="ALT+COMMAND+F" command="_BxI8WsXNEeO6b_7LMxq4hQ">
       <tags>platform:cocoa</tags>
     </bindings>
-    <bindings xmi:id="_OVmQgcXPEeOVzvHe7m2XMA" keySequence="COMMAND+CTRL+F" command="_Kbm8o8XOEeOseIQm38e0MA"/>
+    <bindings xmi:id="_BLPSkcXQEeO-J-FwgTlojA" keySequence="COMMAND+CTRL+F" command="_Kbm8o8XOEeOseIQm38e0MA"/>
   </bindingTables>
   <bindingTables xmi:id="_BzlMUcXNEeO6b_7LMxq4hQ" elementId="org.eclipse.cdt.ui.cEditorScope" bindingContext="_BxRfOMXNEeO6b_7LMxq4hQ"/>
   <bindingTables xmi:id="_BzlMVMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.textEditorScope" bindingContext="_BxQ4JsXNEeO6b_7LMxq4hQ">
@@ -4105,7 +987,7 @@
   <bindingTables xmi:id="_CVKPYMXNEeO6b_7LMxq4hQ" bindingContext="_CVJoVMXNEeO6b_7LMxq4hQ"/>
   <bindingTables xmi:id="_CVKPYsXNEeO6b_7LMxq4hQ" bindingContext="_CVKPYcXNEeO6b_7LMxq4hQ"/>
   <bindingTables xmi:id="_KboKwsXOEeOseIQm38e0MA" contributorURI="platform:/fragment/org.eclipse.e4.ui.workbench.renderers.swt.cocoa" bindingContext="_BntTiMXNEeO6b_7LMxq4hQ">
-    <bindings xmi:id="_OVm3kMXPEeOVzvHe7m2XMA" keySequence="M1+W" command="_KboKwMXOEeOseIQm38e0MA"/>
+    <bindings xmi:id="_BLP5oMXQEeO-J-FwgTlojA" keySequence="M1+W" command="_KboKwMXOEeOseIQm38e0MA"/>
   </bindingTables>
   <rootContext xmi:id="_BntThcXNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.contexts.dialogAndWindow" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs and Windows" description="Either a dialog or a window is open">
     <children xmi:id="_BntThsXNEeO6b_7LMxq4hQ" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="In Windows" description="A window is open">
@@ -6255,4 +3137,3 @@
   <categories xmi:id="_Bw5rw8XNEeO6b_7LMxq4hQ" elementId="org.eclipse.ltk.ui.category.refactoring" name="Refactoring"/>
   <categories xmi:id="_Bw5rxMXNEeO6b_7LMxq4hQ" elementId="org.eclipse.jdt.ui.category.refactoring" name="Refactor - Java" description="Java Refactoring Actions"/>
 </application:Application>
->>>>>>> 48897b97526521e6e6e62ad567ce898ca1947d09
diff --git a/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps b/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps
index b738b05fc6bc7981642dbf2c7cda673d39e4eb97..40be0ac79bb8e6a6b9b8085c917d15891186002f 100644
Binary files a/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps and b/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps differ
diff --git a/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache b/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache
index d467e535885bba8f3e7c71b5302388a15c2327c4..2367b570a230d38ec10d807ebad33c3e0d2acd75 100644
Binary files a/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache and b/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache differ
diff --git a/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt b/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt
index 1ad5cb7333dc5e48b2afb4e9496dfd868909f48e..a14017ae8ba6d466c5bcbcf34ebc9932a76a0d63 100644
--- a/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt
+++ b/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt
@@ -1,84 +1,50 @@
-<<<<<<< HEAD
-INDEX VERSION 1.126+S:\cs227\workspace\.metadata\.plugins\org.eclipse.jdt.core
-1776002717.index
-4155206848.index
-2534750255.index
-3133528496.index
-2865779225.index
-2741378610.index
-1241889543.index
-3540839101.index
-299273985.index
-3159075286.index
-1995173708.index
-2720792536.index
-1299022128.index
-163172794.index
-1298693918.index
-2603447019.index
-1697886153.index
-1023576977.index
-3974580528.index
-3037384857.index
-30765161.index
-980373384.index
-1131222373.index
-3563138724.index
-1554758791.index
-4108727661.index
-2317527368.index
-1115467115.index
-1104682234.index
-4249857446.index
-1524710847.index
-4166752145.index
-905496939.index
-4180768744.index
-3065916431.index
-4041092966.index
-305854171.index
-1498219845.index
-2852265749.index
-=======
 INDEX VERSION 1.126+/Users/siyulin/Library/Eclipse/workspace/.metadata/.plugins/org.eclipse.jdt.core
 1213662472.index
 1783161122.index
 4096554113.index
+2219212814.index
 1819685514.index
 1375964667.index
-2219212814.index
 2399042292.index
-3321539481.index
 1554391649.index
+3321539481.index
 491770292.index
 3266567714.index
+3204920947.index
 4238209716.index
 1271342938.index
 4081168536.index
 3302703152.index
+2322496549.index
 2220222405.index
 438441389.index
+777774250.index
 925495247.index
-3394953001.index
 1677634825.index
+3394953001.index
 2887900387.index
+4121012013.index
 1104227807.index
 2821668023.index
 2946766110.index
 3513380958.index
+2200650775.index
 1895420617.index
-1833648217.index
 3402582055.index
-2200650775.index
+1833648217.index
 3037559739.index
 3403394679.index
+4249090055.index
+2907606161.index
+713861701.index
+267658943.index
 156905802.index
 1384487945.index
 3712507179.index
 2982917733.index
 1628143439.index
 2545238116.index
+2124630112.index
 3261838026.index
 2328043753.index
 1060078548.index
->>>>>>> 48897b97526521e6e6e62ad567ce898ca1947d09
diff --git a/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat b/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat
index 33758a63d70772c574324cb644ddeba96ede47a4..50f6366349872a3d589cfa34685dbd1c10ed0557 100644
Binary files a/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat and b/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat differ
diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml b/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml
index 83f4d8858568778175c898ebea58fc887c349425..a4ee3cbc9a7fb4242b2f2becb901674986dc4389 100644
--- a/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml
+++ b/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml
@@ -1,4 +1,2 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<typeInfoHistroy>
-<typeInfo handle="=exam1/src&lt;exam2{Processor.java[Processor" modifiers="513" timestamp="1396835680236"/>
-</typeInfoHistroy>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<typeInfoHistroy/>
diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml b/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml
index 9fd4eab38b6740558bb3b69a2d1785a189b6d408..969495ac9aec62501ff33e7726e154ec65b66253 100644
--- a/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml
+++ b/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<qualifiedTypeNameHistroy>
-<fullyQualifiedTypeName name="java.io.FileNotFoundException"/>
-<fullyQualifiedTypeName name="java.util.Scanner"/>
-<fullyQualifiedTypeName name="java.lang.Double"/>
-<fullyQualifiedTypeName name="java.util.ArrayList"/>
-<fullyQualifiedTypeName name="java.util.Arrays"/>
-</qualifiedTypeNameHistroy>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<qualifiedTypeNameHistroy>
+<fullyQualifiedTypeName name="java.io.FileNotFoundException"/>
+<fullyQualifiedTypeName name="java.util.Scanner"/>
+<fullyQualifiedTypeName name="java.lang.Double"/>
+<fullyQualifiedTypeName name="java.util.ArrayList"/>
+<fullyQualifiedTypeName name="java.util.Arrays"/>
+</qualifiedTypeNameHistroy>
diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml b/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml
index fc84b46afd9d5daa9a4aa6e167cef1894a6b2f46..74293f72fd604def5c58f633c41e1a18d4109797 100644
--- a/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml
+++ b/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml
@@ -1,10 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<section name="Workbench">
-	<section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart">
-		<item value="true" key="group_libraries"/>
-		<item value="false" key="linkWithEditor"/>
-		<item value="2" key="layout"/>
-		<item value="1" key="rootMode"/>
-		<item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0D;&#x0A;&lt;packageExplorer group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;1&quot; workingSetName=&quot;Aggregate for window 1397697017896&quot;&gt;&#x0D;&#x0A;&lt;customFilters userDefinedPatternsEnabled=&quot;false&quot;&gt;&#x0D;&#x0A;&lt;xmlDefinedFilters&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LibraryFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.StaticsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.pde.ui.ExternalPluginLibrariesFilter1&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsConnections&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.FieldsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsTempFiles&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.pde.ui.BinaryProjectFilter1&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0D;&#x0A;&lt;child filterId=&quot;org.eclipse.m2e.MavenModuleFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0D;&#x0A;&lt;/xmlDefinedFilters&gt;&#x0D;&#x0A;&lt;/customFilters&gt;&#x0D;&#x0A;&lt;/packageExplorer&gt;" key="memento"/>
-	</section>
-</section>
+<?xml version="1.0" encoding="UTF-8"?>
+<section name="Workbench">
+	<section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart">
+		<item value="true" key="group_libraries"/>
+		<item value="false" key="linkWithEditor"/>
+		<item value="2" key="layout"/>
+		<item value="1" key="rootMode"/>
+		<item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0A;&lt;packageExplorer group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;1&quot; workingSetName=&quot;Aggregate for window 1397697017896&quot;&gt;&#x0A;&lt;customFilters userDefinedPatternsEnabled=&quot;false&quot;&gt;&#x0A;&lt;xmlDefinedFilters&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LibraryFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.StaticsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.pde.ui.ExternalPluginLibrariesFilter1&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.FieldsFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.pde.ui.BinaryProjectFilter1&quot; isEnabled=&quot;false&quot;/&gt;&#x0A;&lt;child filterId=&quot;org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter&quot; isEnabled=&quot;true&quot;/&gt;&#x0A;&lt;/xmlDefinedFilters&gt;&#x0A;&lt;/customFilters&gt;&#x0A;&lt;/packageExplorer&gt;" key="memento"/>
+	</section>
+	<section name="completion_proposal_size">
+	</section>
+	<section name="quick_assist_proposal_size">
+	</section>
+</section>
diff --git a/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml b/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml
index 6cadb4e43db739f351c9c6ffb9e353f93d602600..839891479a0add076009763c6755d3a2b80efb1e 100644
--- a/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml
+++ b/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml
@@ -1,10 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<section name="Workbench">
-	<section name="CleanDialogSettings">
-		<item value="500" key="DIALOG_WIDTH"/>
-		<item value="329" key="DIALOG_Y_ORIGIN"/>
-		<item value="710" key="DIALOG_X_ORIGIN"/>
-		<item value="377" key="DIALOG_HEIGHT"/>
-		<item value="true" key="TOGGLE_SELECTED"/>
-	</section>
-</section>
+<?xml version="1.0" encoding="UTF-8"?>
+<section name="Workbench">
+	<section name="ExternalProjectImportWizard">
+		<item value="false" key="WizardProjectsImportPage.STORE_ARCHIVE_SELECTED"/>
+		<item value="false" key="WizardProjectsImportPage.STORE_COPY_PROJECT_ID"/>
+		<item value="false" key="WizardProjectsImportPage.STORE_NESTED_PROJECTS"/>
+		<list key="WizardProjectsImportPage.STORE_DIRECTORIES">
+			<item value="/Users/siyulin/Library/Eclipse/workspace"/>
+		</list>
+		<list key="WizardProjectsImportPage.STORE_ARCHIVES">
+			<item value=""/>
+		</list>
+	</section>
+	<section name="CleanDialogSettings">
+		<item value="500" key="DIALOG_WIDTH"/>
+		<item value="329" key="DIALOG_Y_ORIGIN"/>
+		<item value="377" key="DIALOG_HEIGHT"/>
+		<item value="710" key="DIALOG_X_ORIGIN"/>
+		<item value="true" key="TOGGLE_SELECTED"/>
+	</section>
+</section>
diff --git a/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml b/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
index 8b6561cb3b4b9ea8d3bae87c1ab8137fc451792b..10d57b91b1b4149cdcc54f2b99a364f9ca1beee1 100644
--- a/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
+++ b/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
@@ -1,22 +1,7 @@
-<<<<<<< HEAD
-<?xml version="1.0" encoding="UTF-8"?>
-<section name="Workbench">
-	<section name="org.eclipse.ui.internal.QuickAccess">
-		<item value="1440" key="dialogWidth"/>
-		<item value="850" key="dialogHeight"/>
-		<list key="orderedProviders">
-		</list>
-		<list key="textArray">
-		</list>
-		<list key="orderedElements">
-		</list>
-		<list key="textEntries">
-		</list>
-	</section>
-</section>
-=======
 <?xml version="1.0" encoding="UTF-8"?>
 <section name="Workbench">
+	<section name="FileSystemImportWizard">
+	</section>
 	<section name="org.eclipse.ui.internal.QuickAccess">
 		<item value="800" key="dialogWidth"/>
 		<item value="500" key="dialogHeight"/>
@@ -31,5 +16,10 @@
 	</section>
 	<section name="NewWizardAction">
 	</section>
+	<section name="ImportExportAction">
+		<item value="org.eclipse.ui.wizards.import.ExternalProject" key="ImportExportPage.STORE_SELECTED_IMPORT_WIZARD_ID"/>
+		<list key="ImportExportPage.STORE_EXPANDED_IMPORT_CATEGORIES">
+			<item value="org.eclipse.ui.Basic"/>
+		</list>
+	</section>
 </section>
->>>>>>> 48897b97526521e6e6e62ad567ce898ca1947d09
diff --git a/homework/src/hw3/AbstractEvaluator.java b/homework/src/hw3/AbstractEvaluator.java
index d843823ab8d1b0a40f75d3ab509d656a9aba38a6..bbea23826e32f040e36d2d711e93e0511b826b3f 100644
--- a/homework/src/hw3/AbstractEvaluator.java
+++ b/homework/src/hw3/AbstractEvaluator.java
@@ -9,5 +9,5 @@ import api.IEvaluator;
  */
 public abstract class AbstractEvaluator implements IEvaluator
 {
-  
+  //Abstract Methods
 }