]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF
Fix ANTLR package versions
[simantics/platform.git] / bundles / org.simantics.graph.compiler / META-INF / MANIFEST.MF
index f1e93de0d2f096cd922b9afef5f7824ed40f180c..a578997a7390c9e368ad4cd5ee0dfee11fba2402 100644 (file)
@@ -7,10 +7,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 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.junit;bundle-version="4.12.0";resolution:=optional,
+ org.antlr.runtime;bundle-version="3.5.2"
 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"