Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-11-09 08:29:20 +0000
committerUwe Stieber2012-11-09 08:29:20 +0000
commit43c76cddca331f5cf3bd3aff837c1c9a6299b2dc (patch)
tree32a85c5be64d3c7d7c0f9043fdda6fba8df6fae3 /features
parent7fcf4ab24ea66c805159b69ad2de6b6a44e71839 (diff)
downloadorg.eclipse.tcf-43c76cddca331f5cf3bd3aff837c1c9a6299b2dc.tar.gz
org.eclipse.tcf-43c76cddca331f5cf3bd3aff837c1c9a6299b2dc.tar.xz
org.eclipse.tcf-43c76cddca331f5cf3bd3aff837c1c9a6299b2dc.zip
Target Explorer: Added C/C++ Remote launch contribution to build and repository
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.tcf.repo/category.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/org.eclipse.tcf.repo/category.xml b/features/org.eclipse.tcf.repo/category.xml
index 2676a0893..4f8a075e5 100644
--- a/features/org.eclipse.tcf.repo/category.xml
+++ b/features/org.eclipse.tcf.repo/category.xml
@@ -48,6 +48,12 @@
<feature url="features/org.eclipse.tcf.te.terminals.sdk.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.te.terminals.sdk.feature" version="0.0.0">
<category name="org.eclipse.tcf.te"/>
</feature>
+ <feature url="features/org.eclipse.tcf.te.tcf.launch.cdt.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.te.tcf.launch.cdt.feature" version="0.0.0">
+ <category name="org.eclipse.tcf.te"/>
+ </feature>
+ <feature url="features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature" version="0.0.0">
+ <category name="org.eclipse.tcf.te"/>
+ </feature>
<category-def name="org.eclipse.tcf" label="Target Communication Framework">
<description>
Target Communication Framework

Back to the top