Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/features/org.eclipse.tcf.te.tcf.feature')
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.properties4
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.properties b/target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.properties
index 27d6a8067..b2e5a617f 100644
--- a/target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.properties
+++ b/target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.properties
@@ -24,7 +24,9 @@ updateSiteName=Eclipse Update Site
# "description" property - description of the feature
description=A lightweight evolution of RSE for remote file system and process browsing, terminal access\
- and debugger launch. Supports systems running a TCF agent, extendible for other protocols.
+ and debugger launch. Supports systems running a TCF agent, extendible for other protocols.\
+\
+Requires the "TCF Debugger".
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.xml b/target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.xml
index 31a46b7f3..af7e5bf1e 100644
--- a/target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.xml
+++ b/target_explorer/features/org.eclipse.tcf.te.tcf.feature/feature.xml
@@ -23,7 +23,6 @@
</url>
<requires>
- <import feature="org.eclipse.tcf.te.tcf.core.feature" version="1.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.8.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.debug.core" version="3.7.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.debug.ui" version="3.8.0" match="greaterOrEqual"/>
@@ -32,7 +31,7 @@
<import plugin="org.eclipse.ui.navigator" version="3.5.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.views.properties.tabbed" version="3.5.300" match="greaterOrEqual"/>
<import feature="org.eclipse.tcf.feature" version="1.1.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.tcf.te.feature" version="1.1.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tcf.te.tcf.core.feature" version="1.1.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top