Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorrsuen2009-04-29 17:14:32 +0000
committerrsuen2009-04-29 17:14:32 +0000
commitbc7418382cc5b8cf446e54832c425c61339d8c08 (patch)
treec0891a16953005849761a105a513ab6b5b62b972 /releng
parent4c8c038f2ce693ce803f8affbe47184dc5fe917b (diff)
downloadorg.eclipse.ecf-bc7418382cc5b8cf446e54832c425c61339d8c08.tar.gz
org.eclipse.ecf-bc7418382cc5b8cf446e54832c425c61339d8c08.tar.xz
org.eclipse.ecf-bc7418382cc5b8cf446e54832c425c61339d8c08.zip
Add the NIO datashare implementation to the features.
Diffstat (limited to 'releng')
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml7
1 files changed, 7 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 7e7d10997..afeb90842 100644
--- a/releng/features/org.eclipse.ecf.core-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core-feature/feature.xml
@@ -180,6 +180,13 @@ Contributors: Composent, Inc. - initial API and implementation
unpack="false"/>
<plugin
+ id="org.eclipse.ecf.provider.datashare.nio"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.ecf.provider.jmdns"
download-size="0"
install-size="0"

Back to the top