]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.project/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.project / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.project/META-INF/MANIFEST.MF b/bundles/org.simantics.project/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..ec287cf
--- /dev/null
@@ -0,0 +1,52 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Simantics Project Framework
+Bundle-SymbolicName: org.simantics.project;singleton:=true
+Bundle-Version: 1.0.1.qualifier
+Bundle-Vendor: Semantum Oy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.simantics.db.layer0;bundle-version="[0.8.0,2.0.0)",
+ org.simantics.layer0;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.core.runtime;bundle-version="3.4.0",
+ org.simantics.graph;bundle-version="1.0.2",
+ org.eclipse.equinox.p2.metadata;bundle-version="2.0.0",
+ org.eclipse.equinox.p2.core;bundle-version="2.0.0",
+ org.eclipse.equinox.p2.engine;bundle-version="2.0.0",
+ org.eclipse.equinox.p2.repository;bundle-version="2.0.0",
+ org.eclipse.equinox.p2.director;bundle-version="2.0.0",
+ org.eclipse.equinox.p2.garbagecollector;bundle-version="1.0.100",
+ org.eclipse.equinox.p2.metadata.repository;bundle-version="1.1.0",
+ org.eclipse.equinox.p2.artifact.repository;bundle-version="1.1.0",
+ org.eclipse.equinox.p2.publisher;bundle-version="1.1.0",
+ org.eclipse.equinox.p2.publisher.eclipse;bundle-version="1.0.0",
+ org.eclipse.equinox.p2.console;bundle-version="1.0.200",
+ org.eclipse.equinox.p2.director.app;bundle-version="1.0.200",
+ org.eclipse.equinox.p2.directorywatcher;bundle-version="1.0.200",
+ org.eclipse.equinox.p2.extensionlocation;bundle-version="1.2.0",
+ org.eclipse.equinox.p2.jarprocessor;bundle-version="1.0.200",
+ org.eclipse.equinox.p2.operations;bundle-version="2.0.0",
+ org.eclipse.equinox.p2.reconciler.dropins;bundle-version="1.1.0",
+ org.eclipse.equinox.p2.repository.tools;bundle-version="2.0.0",
+ org.eclipse.equinox.p2.updatechecker;bundle-version="1.1.100",
+ org.eclipse.equinox.p2.updatesite;bundle-version="1.0.200",
+ org.eclipse.equinox.p2.touchpoint.eclipse;bundle-version="2.0.0",
+ org.eclipse.equinox.p2.touchpoint.natives;bundle-version="1.0.200",
+ org.eclipse.equinox.p2.transport.ecf;bundle-version="1.0.0",
+ org.simantics.graph.db;bundle-version="1.0.0",
+ org.apache.log4j;bundle-version="1.2.15",
+ org.simantics.db.procore;bundle-version="1.1.0",
+ org.eclipse.swt;bundle-version="3.6.0";resolution:=optional,
+ org.eclipse.core.resources;bundle-version="3.6.0";resolution:=optional,
+ org.simantics.graph.compiler;bundle-version="1.1.10",
+ org.simantics.ltk;bundle-version="1.1.10"
+Export-Package: org.eclipse.equinox.internal.p2.ui.query,
+ org.eclipse.equinox.internal.provisional.p2.installer,
+ org.simantics.project,
+ org.simantics.project.exception,
+ org.simantics.project.features,
+ org.simantics.project.features.registry,
+ org.simantics.project.impl;x-internal:=true,
+ org.simantics.project.management,
+ org.simantics.project.management.install
+Bundle-ActivationPolicy: lazy
+Bundle-Activator: org.simantics.project.internal.Activator