Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoberhuber2008-02-05 15:24:55 +0000
committermoberhuber2008-02-05 15:24:55 +0000
commite2177ca584562287ba51b9388e971b4a574c0226 (patch)
tree90d5150437b289ade70b25914ddc9b3b153332f8 /plugins/com.windriver.tcf.dsf.core/plugin.xml
parent4378b47a70ac2fab5e8b822997961cbd24834a46 (diff)
parent6459bb640308817d92790bb1b7b61348c5418ba8 (diff)
downloadorg.eclipse.tcf-04562cac99a94dd64cbcd87ba5c570f6c89c1a28.tar.gz
org.eclipse.tcf-04562cac99a94dd64cbcd87ba5c570f6c89c1a28.tar.xz
org.eclipse.tcf-04562cac99a94dd64cbcd87ba5c570f6c89c1a28.zip
Create "initial" taginitial
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