2 Bundle-ManifestVersion: 2
3 Bundle-Name: DB Testing Support
4 Bundle-SymbolicName: org.simantics.db.testing
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Vendor: Semantum Oy
7 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8 Require-Bundle: org.simantics.db.layer0;bundle-version="1.1.0",
9 org.simantics.graph.db;bundle-version="1.1.5";visibility:=reexport,
10 org.simantics.project;bundle-version="1.0.1";visibility:=reexport,
11 org.simantics.db.procore;bundle-version="1.1.1",
12 org.simantics.db.services;bundle-version="1.1.0",
13 org.eclipse.core.runtime;bundle-version="3.6.0",
14 org.simantics.workbench;bundle-version="1.1.0",
15 org.simantics.db.management;bundle-version="1.1.0",
16 org.simantics.db.indexing;bundle-version="1.1.0",
17 org.simantics;bundle-version="1.0.0";visibility:=reexport,
18 org.simantics.scl.osgi;bundle-version="1.0.4",
19 org.junit;bundle-version="4.12.0",
20 org.simantics.db.server,
21 org.apache.commons.math3,
22 org.slf4j.api;bundle-version="1.7.25"
23 Export-Package: org.simantics.db.testing.annotation,
24 org.simantics.db.testing.base,
25 org.simantics.db.testing.cases,
26 org.simantics.db.testing.common,
27 org.simantics.db.testing.impl
29 Automatic-Module-Name: org.simantics.db.testing