]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.document / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.document/META-INF/MANIFEST.MF b/bundles/org.simantics.document/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..f20e886
--- /dev/null
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Document
+Bundle-SymbolicName: org.simantics.document;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: Semantum Oy
+Bundle-Activator: org.simantics.document.Activator
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: org.simantics;bundle-version="1.0.0",
+ org.simantics.scenegraph.loader;bundle-version="1.0.0",
+ org.simantics.views;bundle-version="1.1.0",
+ org.simantics.scenegraph.ontology;bundle-version="1.0.0",
+ org.simantics.wiki.ui;bundle-version="1.1.0",
+ org.simantics.export.core;bundle-version="1.0.0",
+ org.simantics.utils.ui;bundle-version="1.1.0",
+ org.simantics.image2.ontology;bundle-version="1.2.0"
+Export-Package: org.simantics.document,
+ org.simantics.document.export,
+ org.simantics.document.function,
+ org.simantics.document.node
+Bundle-ActivationPolicy: lazy