Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-10-30 08:04:40 +0000
committerUwe Stieber2012-10-30 08:04:40 +0000
commit06fb56cc7578fac139036f267849cdeff2e304d9 (patch)
tree7ad324f479f618e78ba9bab522d9e2abe6297206 /features
parenta10ac86d3a32bec73f12fad3347aed9b94d25a9b (diff)
downloadorg.eclipse.tcf-06fb56cc7578fac139036f267849cdeff2e304d9.tar.gz
org.eclipse.tcf-06fb56cc7578fac139036f267849cdeff2e304d9.tar.xz
org.eclipse.tcf-06fb56cc7578fac139036f267849cdeff2e304d9.zip
Target Explorer: Expose terminal features to the user
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.tcf.repo/category.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/features/org.eclipse.tcf.repo/category.xml b/features/org.eclipse.tcf.repo/category.xml
index 5e6906074..ea3355bc5 100644
--- a/features/org.eclipse.tcf.repo/category.xml
+++ b/features/org.eclipse.tcf.repo/category.xml
@@ -36,6 +36,12 @@
<feature url="features/org.eclipse.tcf.te.tcf.sdk.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.te.tcf.sdk.feature" version="0.0.0">
<category name="org.eclipse.tcf.te"/>
</feature>
+ <feature url="features/org.eclipse.tcf.te.terminals.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.te.terminals.feature" version="0.0.0">
+ <category name="org.eclipse.tcf.te.terminal"/>
+ </feature>
+ <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.terminal"/>
+ </feature>
<category-def name="org.eclipse.tcf" label="Target Communication Framework">
<description>
Target Communication Framework
@@ -46,4 +52,9 @@
Target Explorer
</description>
</category-def>
+ <category-def name="org.eclipse.tcf.te.terminal" label="Terminal">
+ <description>
+ Target Explorer tabbed Terminal View
+ </description>
+ </category-def>
</site>

Back to the top