Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/features/org.eclipse.ecf.discovery.feature')
-rw-r--r--releng/features/org.eclipse.ecf.discovery.feature/feature.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/releng/features/org.eclipse.ecf.discovery.feature/feature.xml b/releng/features/org.eclipse.ecf.discovery.feature/feature.xml
index b05e8bb1e..27add58fc 100644
--- a/releng/features/org.eclipse.ecf.discovery.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.discovery.feature/feature.xml
@@ -26,7 +26,8 @@
</license>
<requires>
- <import feature="org.eclipse.ecf.core.feature" version="1.1.0" match="compatible"/>
+ <import plugin="org.eclipse.ecf"/>
+ <import plugin="org.eclipse.ecf.identity"/>
</requires>
<plugin

Back to the top