Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorslewis2014-02-11 05:43:06 +0000
committerslewis2014-02-11 05:43:06 +0000
commit371f4386c747bd72dd51d9858164a70cb80b5a84 (patch)
treef285837e1e1ae02d9847a26782916b003f092c06 /releng
parent90fb8ad63d730f0d89a0d5d4ac4a599874d37e78 (diff)
downloadorg.eclipse.ecf-371f4386c747bd72dd51d9858164a70cb80b5a84.tar.gz
org.eclipse.ecf-371f4386c747bd72dd51d9858164a70cb80b5a84.tar.xz
org.eclipse.ecf-371f4386c747bd72dd51d9858164a70cb80b5a84.zip
Fix for dependency on core feature as requested on 409787
Diffstat (limited to 'releng')
-rw-r--r--releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml b/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
index 91c205da6..eb15a21c0 100644
--- a/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.filetransfer.feature/feature.xml
@@ -25,8 +25,7 @@ Contributors: Composent, Inc. - initial API and implementation
</license>
<requires>
- <import plugin="org.eclipse.ecf" version="3.3" match="compatible"/>
- <import plugin="org.eclipse.ecf.identity" version="3.2" match="compatible"/>
+ <import feature="org.eclipse.ecf.core.feature" version="1.1" match="compatible"/>
</requires>
<plugin

Back to the top