Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-10-22 03:05:50 +0000
committerslewis2008-10-22 03:05:50 +0000
commitae541c6384f9cc7751c33b0e9ed705e7a6690978 (patch)
tree257327f37b90258c8ea98c61a45a405799b1933a
parent21c8dd8b70e92a467a4a5150c1f2cf2c3ad5db28 (diff)
downloadorg.eclipse.ecf-ae541c6384f9cc7751c33b0e9ed705e7a6690978.tar.gz
org.eclipse.ecf-ae541c6384f9cc7751c33b0e9ed705e7a6690978.tar.xz
org.eclipse.ecf-ae541c6384f9cc7751c33b0e9ed705e7a6690978.zip
Added org.eclipse.ecf.sync and org.eclipse.ecf.storage bundles to core feature
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.core-feature/feature.xml b/releng/features/org.eclipse.ecf.core-feature/feature.xml
index d4e154029..3f5dc1626 100644
--- a/releng/features/org.eclipse.ecf.core-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core-feature/feature.xml
@@ -430,4 +430,18 @@ Contributors: Composent, Inc. - initial API and implementation
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.ecf.sync"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.ecf.storage"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top