Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tm.tcf.feature/feature.xml')
-rw-r--r--features/org.eclipse.tm.tcf.feature/feature.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/features/org.eclipse.tm.tcf.feature/feature.xml b/features/org.eclipse.tm.tcf.feature/feature.xml
index 9f4fc49b4..0152061aa 100644
--- a/features/org.eclipse.tm.tcf.feature/feature.xml
+++ b/features/org.eclipse.tm.tcf.feature/feature.xml
@@ -38,32 +38,32 @@
</requires>
<plugin
- id="org.eclipse.tm.tcf"
+ id="org.eclipse.tm.tcf.core"
download-size="0"
install-size="0"
- version="0.2.0.qualifier"
+ version="0.0.0"
+ fragment="true"
unpack="false"/>
<plugin
- id="org.eclipse.tm.tcf.debug"
+ id="org.eclipse.tm.tcf"
download-size="0"
install-size="0"
- version="0.2.0.qualifier"
+ version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.tm.tcf.debug.ui"
+ id="org.eclipse.tm.tcf.debug"
download-size="0"
install-size="0"
- version="0.2.0.qualifier"
+ version="0.0.0"
unpack="false"/>
<plugin
- id="org.eclipse.tm.tcf.core"
+ id="org.eclipse.tm.tcf.debug.ui"
download-size="0"
install-size="0"
version="0.0.0"
- fragment="true"
unpack="false"/>
</feature>

Back to the top