Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2018-05-21 18:01:29 +0000
committerWim Jongman2018-05-21 18:01:29 +0000
commit27a67c51418f533eaa785e3c83ccc200edb88c4d (patch)
tree1f09bcae5597ed1a9e3003d95ff45e77b1ff4cac /org.eclipse.tips.core
parent22cef14145400b4f47d47c0f74e6f33a8dab1719 (diff)
downloadeclipse.platform.ua-27a67c51418f533eaa785e3c83ccc200edb88c4d.tar.gz
eclipse.platform.ua-27a67c51418f533eaa785e3c83ccc200edb88c4d.tar.xz
eclipse.platform.ua-27a67c51418f533eaa785e3c83ccc200edb88c4d.zip
Bug 534920: [Tips] Make sure tips can run on NeonI20180522-0800
Fixed Change-Id: I517e58b39e500912c22d822756b1fe78c1d45538 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
Diffstat (limited to 'org.eclipse.tips.core')
-rw-r--r--org.eclipse.tips.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.tips.core/META-INF/MANIFEST.MF b/org.eclipse.tips.core/META-INF/MANIFEST.MF
index e769edbb4..bdb9f6b50 100644
--- a/org.eclipse.tips.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.tips.core/META-INF/MANIFEST.MF
@@ -7,5 +7,5 @@ Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.tips.core,
org.eclipse.tips.core.internal;x-internal:=true
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0"
Automatic-Module-Name: org.eclipse.tips.core

Back to the top