2 Bundle-ManifestVersion: 2
3 Bundle-Name: Transferable Graph Runtime
4 Bundle-SymbolicName: org.simantics.graph
5 Bundle-Version: 1.1.15.qualifier
6 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7 Require-Bundle: org.simantics.databoard;bundle-version="0.5.1",
8 gnu.trove3;bundle-version="3.0.0";visibility:=reexport,
9 org.junit;bundle-version="4.12.0";resolution:=optional
10 Export-Package: org.simantics.graph,
11 org.simantics.graph.diff,
12 org.simantics.graph.query,
13 org.simantics.graph.refactoring,
14 org.simantics.graph.representation,
15 org.simantics.graph.store,
16 org.simantics.graph.tests.conversion,
17 org.simantics.graph.utils
19 Bundle-Vendor: VTT Technical Research Centre of Finland
20 Import-Package: org.slf4j