Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2019-04-02 13:48:16 +0000
committerWim Jongman2019-04-02 15:11:38 +0000
commite6dc7152006510d01785e8c4cd1d879e42d0afd5 (patch)
tree32a3194a46495045854ec1d454ce9f11709cf6e0 /org.eclipse.tips.feature/feature.xml
parent9bfe2169f3e81843047c466765523e051f53e636 (diff)
downloadeclipse.platform.ua-I20190408-0600.tar.gz
eclipse.platform.ua-I20190408-0600.tar.xz
eclipse.platform.ua-I20190408-0600.zip
Tips was depending on ui 3.108.0 jface 3.12.0 runtime 3.12.0 expressions 3.5.0 ui.workbench 1.4.0 core.commands 0.12.200 These have been relaxed to major.0.0 versions (e.g. moved the ui dependeny to 3.0.0) I have tested as far back as Neon. Added disclaimer for lower versions in feature.xml Change-Id: Ieb85f316d8fb659fdeee42a3c356a83040d9581a Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
Diffstat (limited to 'org.eclipse.tips.feature/feature.xml')
-rw-r--r--org.eclipse.tips.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.tips.feature/feature.xml b/org.eclipse.tips.feature/feature.xml
index 225d980c9..7744a74f0 100644
--- a/org.eclipse.tips.feature/feature.xml
+++ b/org.eclipse.tips.feature/feature.xml
@@ -15,7 +15,7 @@
<feature
id="org.eclipse.tips.feature"
label="%featureName"
- version="0.2.400.qualifier"
+ version="0.2.500.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">

Back to the top