Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-01-23 16:24:48 +0000
committerUwe Stieber2013-01-23 16:24:48 +0000
commitae75d404146564da22105c23ed9cdff267a227ab (patch)
tree76e33ac97fac28e507edcbe02416db2675b962a2 /features/org.eclipse.tcf.core.feature
parent18f8e3438452f038b56f1cb9d179e2a00adc6496 (diff)
downloadorg.eclipse.tcf-ae75d404146564da22105c23ed9cdff267a227ab.tar.gz
org.eclipse.tcf-ae75d404146564da22105c23ed9cdff267a227ab.tar.xz
org.eclipse.tcf-ae75d404146564da22105c23ed9cdff267a227ab.zip
Releng: Synchronize required bundle constraints with the current target platform
Diffstat (limited to 'features/org.eclipse.tcf.core.feature')
-rw-r--r--features/org.eclipse.tcf.core.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.tcf.core.feature/feature.xml b/features/org.eclipse.tcf.core.feature/feature.xml
index 6953d86c8..d6d11f49e 100644
--- a/features/org.eclipse.tcf.core.feature/feature.xml
+++ b/features/org.eclipse.tcf.core.feature/feature.xml
@@ -32,7 +32,7 @@
</url>
<requires>
- <import plugin="org.eclipse.osgi"/>
+ <import plugin="org.eclipse.osgi" version="3.8.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.8.0" match="greaterOrEqual"/>
</requires>

Back to the top