Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-10-17 20:09:19 +0000
committerDarin Wright2006-10-17 20:09:19 +0000
commit5cb0ba6fa0ac0d19be3bea93b6021f627f08eeb2 (patch)
treecd20c21d99c4e748de54bf04116851171e82ae1e /org.eclipse.debug.core/plugin.xml
parent4fe8f08266ae4b63ac800d5af4c1c274fba9e8d4 (diff)
downloadeclipse.platform.debug-5cb0ba6fa0ac0d19be3bea93b6021f627f08eeb2.tar.gz
eclipse.platform.debug-5cb0ba6fa0ac0d19be3bea93b6021f627f08eeb2.tar.xz
eclipse.platform.debug-5cb0ba6fa0ac0d19be3bea93b6021f627f08eeb2.zip
Bug 157059 [launching] extensible launch options
Diffstat (limited to 'org.eclipse.debug.core/plugin.xml')
-rw-r--r--org.eclipse.debug.core/plugin.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index f622ecbb1..112f1c579 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -161,13 +161,5 @@
id="org.eclipse.debug.core.sourceLocatorMementoComparator">
</launchConfigurationComparator>
</extension>
- <extension
- point="org.eclipse.debug.core.launchOptions">
- <launchOption
- id="org.eclipse.debug.core.debug"
- label="Debug"
- option="debug">
- </launchOption>
- </extension>
</plugin>

Back to the top