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=a90285e21a7b7390883aca7f7d8b451b9e99acfa;hp=d64d3d56432796808e56877e2677d28d244fd975;hb=38d133f2a39bab76deed5d047fbabee4479b5373;hpb=a5e69e900dcfcf54a9f39ab754f20467d99b64d3 diff --git a/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF b/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF index d64d3d564..a90285e21 100644 --- a/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF @@ -2,11 +2,13 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Compiler Bundle-SymbolicName: org.simantics.graph.compiler;singleton:=true -Bundle-Version: 1.1.15.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.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 +Bundle-Version: 1.1.18.qualifier +Bundle-RequiredExecutionEnvironment: JavaSE-11 +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,4.0.0)" +Export-Package: org.simantics.graph.compiler, + org.simantics.graph.compiler.internal.ltk +Automatic-Module-Name: org.simantics.graph.compiler