X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2FMETA-INF%2FMANIFEST.MF;h=9e5345c874fdd65ae9c3cb725df0005406900631;hp=6d785149f1272476c6e306f69d0660f9c5734ced;hb=6dc5e6caf621067311ea19d6b689ffb77470a916;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF b/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF index 6d785149f..9e5345c87 100644 --- a/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF @@ -2,11 +2,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Compiler Bundle-SymbolicName: org.simantics.graph.compiler;singleton:=true -Bundle-Version: 1.1.11.qualifier +Bundle-Version: 1.1.16.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.simantics.graph;bundle-version="1.0.0";visibility:=reexport, - org.simantics.ltk.antlr;bundle-version="1.0.0", + org.simantics.ltk.antlr;bundle-version="1.1.12", org.simantics.databoard;bundle-version="0.5.3", freemarker;bundle-version="2.3.16", org.junit;bundle-version="4.12.0";resolution:=optional Export-Package: org.simantics.graph.compiler +Import-Package: org.antlr.runtime;bundle-version="[3.5.2,4.0.0)", + org.antlr.runtime.debug;bundle-version="[3.5.2,4.0.0)", + org.antlr.runtime.misc;bundle-version="[3.5.2,4.0.0)", + org.antlr.runtime.tree;bundle-version="[3.5.2,4.0.0)"