Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-10-08 18:25:41 +0000
committerslewis2008-10-08 18:25:41 +0000
commit8b18de5aa71f08a2623a5d23a18300d05f49ae86 (patch)
tree7da881b45be5ac5c0c3cafe70e11597b55c7ab28
parentfad1e843bee086963bbde6cb0e0ab36f865693b4 (diff)
downloadorg.eclipse.ecf-20081008-1113.tar.gz
org.eclipse.ecf-20081008-1113.tar.xz
org.eclipse.ecf-20081008-1113.zip
fixed feature contentsv20081008-1113
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/releng/features/org.eclipse.ecf.core-feature/feature.xml b/releng/features/org.eclipse.ecf.core-feature/feature.xml
index c72feb742..d4e154029 100644
--- a/releng/features/org.eclipse.ecf.core-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core-feature/feature.xml
@@ -37,7 +37,6 @@ Contributors: Composent, Inc. - initial API and implementation
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.equinox.app"/>
<import plugin="org.eclipse.core.net"/>
- <import plugin="org.jivesoftware.smack" version="2.2.1" match="compatible"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.ui.editors"/>
@@ -49,8 +48,6 @@ Contributors: Composent, Inc. - initial API and implementation
<import plugin="org.eclipse.ui.ide"/>
<import plugin="com.jcraft.jsch"/>
<import plugin="org.eclipse.ui.workbench.texteditor"/>
- <import plugin="org.eclipse.ecf" version="2.0.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.ecf.provider.filetransfer" version="2.0.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top