Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2009-12-11 13:42:36 +0000
committerJohn Cortell2009-12-11 13:42:36 +0000
commitb83991daa5fef1969e38ca1d4273bc0b80387423 (patch)
tree260c1435c29257bba2765f78821b8ee437b26867 /launch/org.eclipse.cdt.launch/plugin.xml
parent354fa73eba62ea91b2523976e1edf8a095c373c4 (diff)
downloadorg.eclipse.cdt-b83991daa5fef1969e38ca1d4273bc0b80387423.tar.gz
org.eclipse.cdt-b83991daa5fef1969e38ca1d4273bc0b80387423.tar.xz
org.eclipse.cdt-b83991daa5fef1969e38ca1d4273bc0b80387423.zip
[273502] Allow third party launch configurations to participate in refactoring.
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.xml')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index cd7d9fde661..871c0094320 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
+ <extension-point id="launchConfigAffinity" name="CDT Launch Config Affinity" schema="schema/launchConfigAffinity.exsd"/>
<extension
point="org.eclipse.debug.core.launchDelegates">

Back to the top