]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.export.core / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.export.core/META-INF/MANIFEST.MF b/bundles/org.simantics.export.core/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..a194cf1
--- /dev/null
@@ -0,0 +1,26 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Simantics Export/Import Framework
+Bundle-SymbolicName: org.simantics.export.core;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: Semantum Oy
+Require-Bundle: org.eclipse.core.runtime,
+ org.simantics.databoard;bundle-version="0.6.5",
+ org.eclipse.jface;bundle-version="3.7.0",
+ org.simantics.db;bundle-version="1.1.0",
+ org.simantics.db.management;bundle-version="1.1.0",
+ org.simantics.db.common;bundle-version="1.1.0",
+ org.simantics.project;bundle-version="1.0.1",
+ org.simantics.db.layer0;bundle-version="1.1.0",
+ org.simantics.utils.ui;bundle-version="1.1.0",
+ org.simantics.graph.db;bundle-version="1.1.9",
+ org.simantics;bundle-version="1.0.0",
+ com.lowagie.text;bundle-version="2.1.7";resolution:=optional
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Export-Package: org.simantics.export.core,
+ org.simantics.export.core.error,
+ org.simantics.export.core.impl,
+ org.simantics.export.core.intf,
+ org.simantics.export.core.manager,
+ org.simantics.export.core.pdf,
+ org.simantics.export.core.util