From 0e82dce1ab163df6cca30788ea6dd022bf46d789 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 29 Dec 2019 17:23:52 +0100 Subject: [PATCH] Correct Xtext version in bnd.bnd files (#1304) Related to: https://github.com/openhab/openhab-core/pull/1171 Signed-off-by: Wouter Born --- bundles/org.openhab.core.model.item/bnd.bnd | 2 +- bundles/org.openhab.core.model.persistence/bnd.bnd | 6 +++--- bundles/org.openhab.core.model.rule/bnd.bnd | 2 +- bundles/org.openhab.core.model.script/bnd.bnd | 2 +- bundles/org.openhab.core.model.sitemap/bnd.bnd | 2 +- bundles/org.openhab.core.model.thing/bnd.bnd | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bundles/org.openhab.core.model.item/bnd.bnd b/bundles/org.openhab.core.model.item/bnd.bnd index cbe06521d99..58f96d7a723 100644 --- a/bundles/org.openhab.core.model.item/bnd.bnd +++ b/bundles/org.openhab.core.model.item/bnd.bnd @@ -45,4 +45,4 @@ Require-Bundle: com.ibm.icu;resolution:=optional,\ org.eclipse.xtext.common.types,\ org.eclipse.xtext.generator;resolution:=optional,\ org.eclipse.xtext.util,\ - org.eclipse.xtext.xbase.lib;bundle-version="2.17.0" + org.eclipse.xtext.xbase.lib;bundle-version="2.19.0" diff --git a/bundles/org.openhab.core.model.persistence/bnd.bnd b/bundles/org.openhab.core.model.persistence/bnd.bnd index 72d9b372a84..2ab3e4ceeb6 100644 --- a/bundles/org.openhab.core.model.persistence/bnd.bnd +++ b/bundles/org.openhab.core.model.persistence/bnd.bnd @@ -42,6 +42,6 @@ Require-Bundle: org.antlr.runtime,\ org.eclipse.xtext.common.types,\ org.eclipse.xtext.generator;resolution:=optional,\ org.eclipse.xtext.util,\ - org.eclipse.xtext.xbase.lib;bundle-version="2.17.0",\ - org.eclipse.xtext.xbase;bundle-version="2.17.0";resolution:=optional;visibility:=reexport,\ - org.eclipse.xtext;bundle-version="2.17.0";visibility:=reexport + org.eclipse.xtext.xbase.lib;bundle-version="2.19.0",\ + org.eclipse.xtext.xbase;bundle-version="2.19.0";resolution:=optional;visibility:=reexport,\ + org.eclipse.xtext;bundle-version="2.19.0";visibility:=reexport diff --git a/bundles/org.openhab.core.model.rule/bnd.bnd b/bundles/org.openhab.core.model.rule/bnd.bnd index 73b3740ae39..0685c447ada 100644 --- a/bundles/org.openhab.core.model.rule/bnd.bnd +++ b/bundles/org.openhab.core.model.rule/bnd.bnd @@ -53,6 +53,6 @@ Require-Bundle: org.antlr.runtime,\ org.eclipse.xtext.generator;resolution:=optional,\ org.eclipse.xtext.util,\ org.eclipse.xtext.xbase,\ - org.eclipse.xtext.xbase.lib;bundle-version="2.17.0",\ + org.eclipse.xtext.xbase.lib;bundle-version="2.19.0",\ org.eclipse.xtext;visibility:=reexport,\ org.objectweb.asm;bundle-version="[7.0.0,8.0.0)";resolution:=optional diff --git a/bundles/org.openhab.core.model.script/bnd.bnd b/bundles/org.openhab.core.model.script/bnd.bnd index a575c7ee6aa..0160b38714c 100644 --- a/bundles/org.openhab.core.model.script/bnd.bnd +++ b/bundles/org.openhab.core.model.script/bnd.bnd @@ -60,7 +60,7 @@ Require-Bundle: org.antlr.runtime,\ org.eclipse.xtext.common.types,\ org.eclipse.xtext.generator;resolution:=optional,\ org.eclipse.xtext.util,\ - org.eclipse.xtext.xbase.lib;bundle-version="2.17.0",\ + org.eclipse.xtext.xbase.lib;bundle-version="2.19.0",\ org.eclipse.xtext.xbase;visibility:=reexport,\ org.eclipse.xtext;visibility:=reexport,\ org.objectweb.asm;resolution:=optional diff --git a/bundles/org.openhab.core.model.sitemap/bnd.bnd b/bundles/org.openhab.core.model.sitemap/bnd.bnd index 0f8beebd055..2f61f2aaa4d 100644 --- a/bundles/org.openhab.core.model.sitemap/bnd.bnd +++ b/bundles/org.openhab.core.model.sitemap/bnd.bnd @@ -30,4 +30,4 @@ Require-Bundle: org.antlr.runtime,\ org.eclipse.xtext,\ org.eclipse.xtext.generator;resolution:=optional,\ org.eclipse.xtext.util,\ - org.eclipse.xtext.xbase.lib;bundle-version="2.17.0" + org.eclipse.xtext.xbase.lib;bundle-version="2.19.0" diff --git a/bundles/org.openhab.core.model.thing/bnd.bnd b/bundles/org.openhab.core.model.thing/bnd.bnd index 46c3bc834ef..c9bfb4a148e 100644 --- a/bundles/org.openhab.core.model.thing/bnd.bnd +++ b/bundles/org.openhab.core.model.thing/bnd.bnd @@ -46,7 +46,7 @@ Require-Bundle: org.antlr.runtime,\ org.eclipse.xtext.common.types,\ org.eclipse.xtext.generator;resolution:=optional,\ org.eclipse.xtext.util,\ - org.eclipse.xtext.xbase.lib;bundle-version="2.17.0",\ + org.eclipse.xtext.xbase.lib;bundle-version="2.19.0",\ org.eclipse.xtext.xbase;resolution:=optional;visibility:=reexport,\ org.eclipse.xtext;visibility:=reexport,\ org.objectweb.asm;bundle-version="[7.0.0,8.0.0)";resolution:=optional