Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-02-13 07:36:59 +0000
committerslewis2014-02-13 07:36:59 +0000
commit2e2b9cb53eb81bf7d1334e54cb234c5bd6672201 (patch)
tree926e57b809f04fee82bd9b6bda9b6bb481efc004
parent9dbed295537eb729a82346aa16ac7ede1d23ebcf (diff)
downloadorg.eclipse.ecf-2e2b9cb53eb81bf7d1334e54cb234c5bd6672201.tar.gz
org.eclipse.ecf-2e2b9cb53eb81bf7d1334e54cb234c5bd6672201.tar.xz
org.eclipse.ecf-2e2b9cb53eb81bf7d1334e54cb234c5bd6672201.zip
Moved ECF dependency on equinox concurrent down to 1.0 to allow backward
compatibility support for Juno. Change-Id: Ia5b806c5dd7313ade7f9c6622727b2f67dd0488d
-rw-r--r--releng/features/org.eclipse.ecf.core.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/features/org.eclipse.ecf.core.feature/feature.xml b/releng/features/org.eclipse.ecf.core.feature/feature.xml
index 76ddf1f82..32ed04cdb 100644
--- a/releng/features/org.eclipse.ecf.core.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core.feature/feature.xml
@@ -27,7 +27,7 @@ Contributors: Composent, Inc. - initial API and implementation
<requires>
<import plugin="org.eclipse.equinox.common" version="3.6" match="compatible"/>
<import plugin="org.eclipse.equinox.registry" version="3.5" match="compatible"/>
- <import plugin="org.eclipse.equinox.concurrent" version="1.1" match="compatible"/>
+ <import plugin="org.eclipse.equinox.concurrent" version="1.0" match="compatible"/>
<import plugin="org.eclipse.core.jobs" version="3.5" match="compatible"/>
</requires>

Back to the top