From: Hannu Niemistö Date: Fri, 16 Sep 2016 08:04:35 +0000 (+0300) Subject: Fixed the version range of ANTLR dependency of graph compiler X-Git-Tag: v1.25.0~113^2 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=c8e2c7bf5bae370258292fded00c8ddfc6118d5c Fixed the version range of ANTLR dependency of graph compiler Change-Id: I80f240a913ef4f5d7d2aa839c53c595d75b2e4dd --- diff --git a/bundles/org.simantics.ltk.antlr/META-INF/MANIFEST.MF b/bundles/org.simantics.ltk.antlr/META-INF/MANIFEST.MF index 99da36f06..0be675325 100644 --- a/bundles/org.simantics.ltk.antlr/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.ltk.antlr/META-INF/MANIFEST.MF @@ -5,5 +5,5 @@ Bundle-SymbolicName: org.simantics.ltk.antlr Bundle-Version: 1.1.10.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.simantics.ltk;bundle-version="1.0.0";visibility:=reexport, - org.antlr.runtime;bundle-version="3.2.0";visibility:=reexport + org.antlr.runtime;bundle-version="[3.2.0,4.0.0)";visibility:=reexport Export-Package: org.simantics.ltk.antlr