Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-11-01 12:02:50 +0000
committerUwe Stieber2012-11-01 12:02:50 +0000
commitb750015ca4072af7cf459e968c6297b689ee11b3 (patch)
tree99bddbeb5ea52122448c800a484db3de62ccf30d /features/org.eclipse.tcf.repo/category.xml
parent97f18c69959c1ac152ad6800a695a513b4e0741e (diff)
downloadorg.eclipse.tcf-b750015ca4072af7cf459e968c6297b689ee11b3.tar.gz
org.eclipse.tcf-b750015ca4072af7cf459e968c6297b689ee11b3.tar.xz
org.eclipse.tcf-b750015ca4072af7cf459e968c6297b689ee11b3.zip
Releng (Feature Structure): Fix Bug 393266 - Isolate debug functionality from the rest
Diffstat (limited to 'features/org.eclipse.tcf.repo/category.xml')
-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 95c2b2d10..2676a0893 100644
--- a/features/org.eclipse.tcf.repo/category.xml
+++ b/features/org.eclipse.tcf.repo/category.xml
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
+ <feature url="features/org.eclipse.tcf.core.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.core.feature" version="0.0.0">
+ <category name="org.eclipse.tcf"/>
+ </feature>
+ <feature url="features/org.eclipse.tcf.core.sdk.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.core.sdk.feature" version="0.0.0">
+ <category name="org.eclipse.tcf"/>
+ </feature>
<feature url="features/org.eclipse.tcf.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.feature" version="0.0.0">
<category name="org.eclipse.tcf"/>
</feature>

Back to the top