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.debug/plugin.xml
parent9a820b0bbc0bf50bb8d8ac03409564dcea96ac8d (diff)
downloadorg.eclipse.tcf-1.4_WR_20160129_4.6.0.tar.gz
org.eclipse.tcf-1.4_WR_20160129_4.6.0.tar.xz
org.eclipse.tcf-1.4_WR_20160129_4.6.0.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.debug/plugin.xml')
-rw-r--r--plugins/org.eclipse.tcf.debug/plugin.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tcf.debug/plugin.xml b/plugins/org.eclipse.tcf.debug/plugin.xml
index 33df924fa..23eae9363 100644
--- a/plugins/org.eclipse.tcf.debug/plugin.xml
+++ b/plugins/org.eclipse.tcf.debug/plugin.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?><!--
- Copyright (c) 2010 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
@@ -12,6 +12,8 @@
<plugin>
+ <extension-point id="launch_project_builder" name="TCF Launch Project Builder" schema="schema/launch_project_builder.exsd"/>
+
<extension
point="org.eclipse.debug.core.breakpoints">
<breakpoint

Back to the top