Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-06-11 18:48:17 +0000
committereutarass2010-06-11 18:48:17 +0000
commit01bb7e8cf6cb49d2ab587696514b410bb049c1fb (patch)
tree70b6c9435ac091a24ecf264e0e21f0fd6724f866 /plugins/org.eclipse.tm.tcf.dsf/plugin.xml
parent869c7c4ead7a29b37c1182ae726789e18e4f4596 (diff)
downloadorg.eclipse.tcf-01bb7e8cf6cb49d2ab587696514b410bb049c1fb.tar.gz
org.eclipse.tcf-01bb7e8cf6cb49d2ab587696514b410bb049c1fb.tar.xz
org.eclipse.tcf-01bb7e8cf6cb49d2ab587696514b410bb049c1fb.zip
Deleted obsolete TCF/DSF integration plugins. Latest TCF/DSF integration code is part of EDC project.
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.dsf/plugin.xml')
-rw-r--r--plugins/org.eclipse.tm.tcf.dsf/plugin.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/plugins/org.eclipse.tm.tcf.dsf/plugin.xml b/plugins/org.eclipse.tm.tcf.dsf/plugin.xml
deleted file mode 100644
index 9ffe1378b..000000000
--- a/plugins/org.eclipse.tm.tcf.dsf/plugin.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?><!--
- Copyright (c) 2010 Wind River Systems, Inc. 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
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- Wind River Systems - initial API and implementation
- -->
-
-<plugin>
- <extension
- point="org.eclipse.debug.core.launchConfigurationTypes">
- <launchConfigurationType
- sourceLocatorId="org.eclipse.tm.tcf.dsf.SourceLocator"
- name="DSF over TCF"
- sourcePathComputerId="org.eclipse.tm.tcf.debug.SourcePathComputer"
- delegate="org.eclipse.tm.internal.tcf.dsf.launch.TCFDSFLaunchDelegate"
- modes="debug"
- id="org.eclipse.tm.tcf.dsf.LaunchConfigurationType">
- </launchConfigurationType>
- </extension>
- <extension
- point="org.eclipse.debug.core.sourceLocators">
- <sourceLocator
- name="TCF/DSF Source Lookup Director"
- class="org.eclipse.tm.internal.tcf.dsf.launch.TCFDSFSourceLookupDirector"
- id="org.eclipse.tm.tcf.dsf.SourceLocator">
- </sourceLocator>
- </extension>
-</plugin>

Back to the top