2 Bundle-ManifestVersion: 2
3 Bundle-Name: Simantics Project Framework
4 Bundle-SymbolicName: org.simantics.project;singleton:=true
5 Bundle-Version: 1.0.1.qualifier
6 Bundle-Vendor: Semantum Oy
7 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8 Require-Bundle: org.simantics.db.layer0;bundle-version="[0.8.0,2.0.0)",
9 org.simantics.layer0;bundle-version="[1.0.0,2.0.0)",
10 org.eclipse.core.runtime;bundle-version="3.4.0",
11 org.simantics.graph;bundle-version="1.0.2",
12 org.eclipse.equinox.p2.metadata;bundle-version="2.0.0",
13 org.eclipse.equinox.p2.core;bundle-version="2.0.0",
14 org.eclipse.equinox.p2.engine;bundle-version="2.0.0",
15 org.eclipse.equinox.p2.repository;bundle-version="2.0.0",
16 org.eclipse.equinox.p2.director;bundle-version="2.0.0",
17 org.eclipse.equinox.p2.garbagecollector;bundle-version="1.0.100",
18 org.eclipse.equinox.p2.metadata.repository;bundle-version="1.1.0",
19 org.eclipse.equinox.p2.artifact.repository;bundle-version="1.1.0",
20 org.eclipse.equinox.p2.publisher;bundle-version="1.1.0",
21 org.eclipse.equinox.p2.publisher.eclipse;bundle-version="1.0.0",
22 org.eclipse.equinox.p2.console;bundle-version="1.0.200",
23 org.eclipse.equinox.p2.director.app;bundle-version="1.0.200",
24 org.eclipse.equinox.p2.directorywatcher;bundle-version="1.0.200",
25 org.eclipse.equinox.p2.extensionlocation;bundle-version="1.2.0",
26 org.eclipse.equinox.p2.jarprocessor;bundle-version="1.0.200",
27 org.eclipse.equinox.p2.operations;bundle-version="2.0.0",
28 org.eclipse.equinox.p2.reconciler.dropins;bundle-version="1.1.0",
29 org.eclipse.equinox.p2.repository.tools;bundle-version="2.0.0",
30 org.eclipse.equinox.p2.updatechecker;bundle-version="1.1.100",
31 org.eclipse.equinox.p2.updatesite;bundle-version="1.0.200",
32 org.eclipse.equinox.p2.touchpoint.eclipse;bundle-version="2.0.0",
33 org.eclipse.equinox.p2.touchpoint.natives;bundle-version="1.0.200",
34 org.eclipse.equinox.p2.transport.ecf;bundle-version="1.0.0",
35 org.simantics.graph.db;bundle-version="1.0.0",
36 org.simantics.db.procore;bundle-version="1.1.0",
37 org.eclipse.swt;bundle-version="3.6.0";resolution:=optional,
38 org.eclipse.core.resources;bundle-version="3.6.0";resolution:=optional,
39 org.simantics.graph.compiler;bundle-version="1.1.10",
41 Export-Package: org.eclipse.equinox.internal.p2.ui.query,
42 org.eclipse.equinox.internal.provisional.p2.installer,
43 org.simantics.project,
44 org.simantics.project.exception,
45 org.simantics.project.features,
46 org.simantics.project.features.registry,
47 org.simantics.project.impl;x-internal:=true,
48 org.simantics.project.management,
49 org.simantics.project.management.install
50 Bundle-ActivationPolicy: lazy
51 Bundle-Activator: org.simantics.project.internal.Activator