Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/com.windriver.tcf.dsf.core/plugin.xml')
-rw-r--r--plugins/com.windriver.tcf.dsf.core/plugin.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/com.windriver.tcf.dsf.core/plugin.xml b/plugins/com.windriver.tcf.dsf.core/plugin.xml
new file mode 100644
index 000000000..272eed3aa
--- /dev/null
+++ b/plugins/com.windriver.tcf.dsf.core/plugin.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+ <extension
+ point="org.eclipse.debug.core.launchConfigurationTypes">
+ <launchConfigurationType
+ sourceLocatorId="com.windriver.debug.tcf.SourceLocator"
+ name="DSF over TCF"
+ sourcePathComputerId="com.windriver.debug.tcf.SourcePathComputer"
+ delegate="com.windriver.tcf.dsf.core.launch.TCFDSFLaunchDelegate"
+ modes="debug"
+ id="com.windriver.tcf.dsf.LaunchConfigurationType">
+ </launchConfigurationType>
+ </extension>
+</plugin>

Back to the top