Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/features/org.eclipse.ecf.example-feature/feature.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.example-feature/feature.xml b/releng/features/org.eclipse.ecf.example-feature/feature.xml
index 8fe68f4c7..8532c4080 100644
--- a/releng/features/org.eclipse.ecf.example-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.example-feature/feature.xml
@@ -46,6 +46,7 @@
<import plugin="org.eclipse.ecf.provider"/>
<import plugin="org.eclipse.ecf.datashare"/>
<import plugin="org.eclipse.ecf.provider.datashare"/>
+ <import plugin="org.eclipse.ecf.server.generic"/>
</requires>
<plugin

Back to the top