Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-04-28 21:37:31 +0000
committereutarass2009-04-28 21:37:31 +0000
commita58168a60e959c01a80073ab516e9f41735f48fc (patch)
tree68669b600a90299c060058133ae0f23d091a89dd /features/org.eclipse.tm.tcf.feature
parentf16758ec430c29a988bd2c3c406e67928b6de04a (diff)
downloadorg.eclipse.tcf-a58168a60e959c01a80073ab516e9f41735f48fc.tar.gz
org.eclipse.tcf-a58168a60e959c01a80073ab516e9f41735f48fc.tar.xz
org.eclipse.tcf-a58168a60e959c01a80073ab516e9f41735f48fc.zip
Bug 273078:[tcf][api] Separate TCF Core from TCF Eclipse Integration
Diffstat (limited to 'features/org.eclipse.tm.tcf.feature')
-rw-r--r--features/org.eclipse.tm.tcf.feature/feature.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/org.eclipse.tm.tcf.feature/feature.xml b/features/org.eclipse.tm.tcf.feature/feature.xml
index 046e2ecfb..9f4fc49b4 100644
--- a/features/org.eclipse.tm.tcf.feature/feature.xml
+++ b/features/org.eclipse.tm.tcf.feature/feature.xml
@@ -58,4 +58,12 @@
version="0.2.0.qualifier"
unpack="false"/>
+ <plugin
+ id="org.eclipse.tm.tcf.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
</feature>

Back to the top