Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-10-08 18:27:33 +0000
committerslewis2008-10-08 18:27:33 +0000
commite38464b27596ad90bca5b897384522a62f109c5f (patch)
tree4bb28ce6bf57ffe1a043f8dbb99e2876ce8cdfd3
parent8138996098b858d4d7cc63acff8c2806ff50173d (diff)
downloadorg.eclipse.ecf-e38464b27596ad90bca5b897384522a62f109c5f.tar.gz
org.eclipse.ecf-e38464b27596ad90bca5b897384522a62f109c5f.tar.xz
org.eclipse.ecf-e38464b27596ad90bca5b897384522a62f109c5f.zip
fixed feature contents
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/releng/features/org.eclipse.ecf.core-feature/feature.xml b/releng/features/org.eclipse.ecf.core-feature/feature.xml
index b2ce42260..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
@@ -433,6 +430,4 @@ Contributors: Composent, Inc. - initial API and implementation
version="0.0.0"
unpack="false"/>
-
-
</feature>

Back to the top