[317676] Provide opt-in mechanism for JSDT debug GUI
diff --git a/bundles/org.eclipse.wst.jsdt.debug.ui/plugin.xml b/bundles/org.eclipse.wst.jsdt.debug.ui/plugin.xml
index eff5d0b..745cf96 100644
--- a/bundles/org.eclipse.wst.jsdt.debug.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.jsdt.debug.ui/plugin.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?><!--
-    Copyright (c) 2010 IBM Corporation and others.
+    Copyright (c) 2010, 2011 IBM Corporation and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v1.0
     which accompanies this distribution, and is available at
@@ -519,30 +519,6 @@
       </filter>
    </extension>
    <extension
-         point="org.eclipse.ui.activities">
-      <category
-            description="%capabilityCategory.description"
-            id="org.eclipse.wst.jsdt.debug.ui.activity.category"
-            name="%capabilityCategory.name">
-      </category>
-      <activity
-            description="%activity.description"
-            id="org.eclipse.wst.jsdt.debug.ui.activity"
-            name="%activity.name">
-      </activity>
-      <categoryActivityBinding
-            activityId="org.eclipse.wst.jsdt.debug.ui.activity"
-            categoryId="org.eclipse.wst.jsdt.debug.ui.activity.category">
-      </categoryActivityBinding>
-      <activityPatternBinding
-            activityId="org.eclipse.wst.jsdt.debug.ui.activity"
-            pattern="org\.eclipse\.wst\.jsdt\.debug.*">
-      </activityPatternBinding>
-      <defaultEnablement
-            id="org.eclipse.wst.jsdt.debug.ui.activity">
-      </defaultEnablement>
-   </extension>
-   <extension
          point="org.eclipse.core.runtime.preferences">
       <initializer
             class="org.eclipse.wst.jsdt.debug.internal.ui.JavaScriptDebugUIPreferenceInitializer">