From: Hannu Niemistö Date: Mon, 18 Jun 2018 10:19:56 +0000 (+0300) Subject: Upper bound to ANTLR version range X-Git-Tag: v1.43.0~136^2~461 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F1855%2F1;p=simantics%2Fplatform.git Upper bound to ANTLR version range gitlab #24 Change-Id: I23967ea9b3e4bc6960f83b6d22bd3f3a80e3b43b --- diff --git a/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF b/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF index a578997a7..400bdceea 100644 --- a/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF @@ -8,6 +8,6 @@ Require-Bundle: org.simantics.graph;bundle-version="1.1.15";visibility:=reexport org.simantics.databoard;bundle-version="0.6.6", freemarker;bundle-version="2.3.23", org.junit;bundle-version="4.12.0";resolution:=optional, - org.antlr.runtime;bundle-version="3.5.2" + org.antlr.runtime;bundle-version="[3.5.2,4.0.0)" Export-Package: org.simantics.graph.compiler, org.simantics.graph.compiler.internal.ltk