Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2016-01-07 03:47:24 +0000
committerEugene Tarassov2016-01-07 03:47:24 +0000
commitca496e239868e30d53d57d73bbfb08a939282178 (patch)
tree370054869aeb82fd171eaf9f366d26def85f8d7a /plugins/org.eclipse.tcf.cdt.ui/plugin.xml
parent9a820b0bbc0bf50bb8d8ac03409564dcea96ac8d (diff)
downloadorg.eclipse.tcf-ca496e239868e30d53d57d73bbfb08a939282178.tar.gz
org.eclipse.tcf-ca496e239868e30d53d57d73bbfb08a939282178.tar.xz
org.eclipse.tcf-ca496e239868e30d53d57d73bbfb08a939282178.zip
Bug 485132 - Debug of single project with TCF causes building of whole workspace1.4_WR_20160129_4.6.01.4_WR_20160129_4.6.0_bugfix
Diffstat (limited to 'plugins/org.eclipse.tcf.cdt.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.tcf.cdt.ui/plugin.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
index 835a9cd58..b9033a763 100644
--- a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
+++ b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?><!--
- Copyright (c) 2010, 2015 Wind River Systems, Inc. and others.
+ Copyright (c) 2010, 2016 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
@@ -16,6 +16,10 @@
<class name="org.eclipse.tcf.internal.cdt.ui.TCFLaunchContext" />
</extension>
+ <extension point="org.eclipse.tcf.debug.launch_project_builder">
+ <class name="org.eclipse.tcf.internal.cdt.ui.TCFLaunchProjectBuilder" />
+ </extension>
+
<extension
point="org.eclipse.core.runtime.adapters">
<factory

Back to the top