Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/features/org.eclipse.tm.te.tcf.feature/feature.xml')
-rw-r--r--target_explorer/features/org.eclipse.tm.te.tcf.feature/feature.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/target_explorer/features/org.eclipse.tm.te.tcf.feature/feature.xml b/target_explorer/features/org.eclipse.tm.te.tcf.feature/feature.xml
index 228e84c10..8495467c5 100644
--- a/target_explorer/features/org.eclipse.tm.te.tcf.feature/feature.xml
+++ b/target_explorer/features/org.eclipse.tm.te.tcf.feature/feature.xml
@@ -50,17 +50,32 @@
unpack="false"/>
<plugin
- id="org.eclipse.tm.te.tcf.ui"
+ id="org.eclipse.tm.te.tcf.log.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.tm.te.tcf.log.core"
+ id="org.eclipse.tm.te.tcf.processes.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.tm.te.tcf.processes.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.tm.te.tcf.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+
</feature>

Back to the top