]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF
Removed org.simantics.ltk[.antlr] bundles, exact import for antlr
[simantics/platform.git] / bundles / org.simantics.graph.compiler / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Compiler
4 Bundle-SymbolicName: org.simantics.graph.compiler;singleton:=true
5 Bundle-Version: 1.1.16.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7 Require-Bundle: org.simantics.graph;bundle-version="1.1.15";visibility:=reexport,
8  org.simantics.databoard;bundle-version="0.6.6",
9  freemarker;bundle-version="2.3.23",
10  org.junit;bundle-version="4.12.0";resolution:=optional
11 Export-Package: org.simantics.graph.compiler,
12  org.simantics.graph.compiler.internal.ltk
13 Import-Package: org.antlr.runtime;version="[0.0.0,0.0.0]";bundle-version="3.5.2",
14  org.antlr.runtime.debug;version="[0.0.0,0.0.0]";bundle-version="3.5.2",
15  org.antlr.runtime.misc;version="[0.0.0,0.0.0]";bundle-version="3.5.2",
16  org.antlr.runtime.tree;version="[0.0.0,0.0.0]";bundle-version="3.5.2"