From 68783324b8cc4fa7879687b0d823248bfba26092 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hannu=20Niemist=C3=B6?= Date: Mon, 18 Jun 2018 13:19:56 +0300 Subject: [PATCH] Upper bound to ANTLR version range gitlab #24 Change-Id: I23967ea9b3e4bc6960f83b6d22bd3f3a80e3b43b --- bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2