Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-03-31 06:48:55 +0000
committerslewis2014-03-31 06:48:55 +0000
commit083c26f075c7675be142150877fb0877cc6d4c05 (patch)
tree39850ca4702d836550692d9c8fd0a84ed60d7d07 /releng/features/org.eclipse.ecf.core.featurepatch
parent0ed1a4bb82f144ed7bd24572d51a890b795d0695 (diff)
downloadorg.eclipse.ecf-083c26f075c7675be142150877fb0877cc6d4c05.tar.gz
org.eclipse.ecf-083c26f075c7675be142150877fb0877cc6d4c05.tar.xz
org.eclipse.ecf-083c26f075c7675be142150877fb0877cc6d4c05.zip
Fix for Kepler Feature patch
Diffstat (limited to 'releng/features/org.eclipse.ecf.core.featurepatch')
-rw-r--r--releng/features/org.eclipse.ecf.core.featurepatch/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml b/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
index f15c31c7f..6ec4bf268 100644
--- a/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
+++ b/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
@@ -26,7 +26,7 @@ Contributors: Composent, Inc. - initial API and implementation
</license>
<requires>
- <import feature="org.eclipse.equinox.p2.user.ui" version="0.0.0" patch="true"/>
+ <import feature="org.eclipse.equinox.p2.core.feature" version="0.0.0" patch="true"/>
</requires>
<plugin

Back to the top