Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-10-24 13:30:57 +0000
committerUwe Stieber2011-10-24 13:36:03 +0000
commit8937fc15ae552346c3afe7cba2fa798a882a80f4 (patch)
treec92287453882cf76118d291c12e04dd895b3dd08 /target_explorer/features/org.eclipse.tm.te.feature
parent2625908f8a15cc54ea8acac3ff2134618cab133b (diff)
downloadorg.eclipse.tcf-8937fc15ae552346c3afe7cba2fa798a882a80f4.tar.gz
org.eclipse.tcf-8937fc15ae552346c3afe7cba2fa798a882a80f4.tar.xz
org.eclipse.tcf-8937fc15ae552346c3afe7cba2fa798a882a80f4.zip
Target Explorer: Added connection type, connection type bindings and connect strategy extension points and related stepper framework
Diffstat (limited to 'target_explorer/features/org.eclipse.tm.te.feature')
-rw-r--r--target_explorer/features/org.eclipse.tm.te.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/target_explorer/features/org.eclipse.tm.te.feature/feature.xml b/target_explorer/features/org.eclipse.tm.te.feature/feature.xml
index abd2120a2..8187aa1a3 100644
--- a/target_explorer/features/org.eclipse.tm.te.feature/feature.xml
+++ b/target_explorer/features/org.eclipse.tm.te.feature/feature.xml
@@ -73,6 +73,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.tm.te.runtime.stepper"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.tm.te.core"
download-size="0"
install-size="0"

Back to the top