]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF
Restricted version of imported ANTLR packages, compile with 3.5.2
[simantics/platform.git] / bundles / org.simantics.graph.compiler / META-INF / MANIFEST.MF
index d64d3d56432796808e56877e2677d28d244fd975..9e5345c874fdd65ae9c3cb725df0005406900631 100644 (file)
@@ -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.15.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)"