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=f1e93de0d2f096cd922b9afef5f7824ed40f180c;hp=9e5345c874fdd65ae9c3cb725df0005406900631;hb=6b5821ad728bf2f127091cb36d57b87749a6532f;hpb=c2ab38c94029486a379c79a7b38604f1c03afa44 diff --git a/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF b/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF index 9e5345c87..f1e93de0d 100644 --- a/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF +++ b/bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF @@ -4,13 +4,13 @@ Bundle-Name: Compiler Bundle-SymbolicName: org.simantics.graph.compiler;singleton:=true 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.1.12", - org.simantics.databoard;bundle-version="0.5.3", - freemarker;bundle-version="2.3.16", +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 -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)" +Export-Package: org.simantics.graph.compiler, + org.simantics.graph.compiler.internal.ltk +Import-Package: org.antlr.runtime;version="[0.0.0,0.0.0]";bundle-version="3.5.2", + org.antlr.runtime.debug;version="[0.0.0,0.0.0]";bundle-version="3.5.2", + org.antlr.runtime.misc;version="[0.0.0,0.0.0]";bundle-version="3.5.2", + org.antlr.runtime.tree;version="[0.0.0,0.0.0]";bundle-version="3.5.2"