]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphfile/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.graphfile / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.graphfile/META-INF/MANIFEST.MF b/bundles/org.simantics.graphfile/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..5e3935b
--- /dev/null
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Graphfile
+Bundle-SymbolicName: org.simantics.graphfile;singleton:=true
+Bundle-Version: 0.1.0.qualifier
+Bundle-Activator: org.simantics.graphfile.Activator
+Bundle-Vendor: VTT Technical Research Centre of Finland
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.core.resources;bundle-version="3.6.1",
+ org.simantics;bundle-version="1.0.0",
+ org.simantics.graphfile.ontology;bundle-version="0.1.0",
+ org.simantics.graph.db;bundle-version="1.1.9",
+ org.eclipse.ui.ide;bundle-version="3.7.0",
+ org.eclipse.jface;bundle-version="3.7.0",
+ org.simantics.utils.ui;bundle-version="1.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
+Export-Package: org.simantics.graphfile.adapters,
+ org.simantics.graphfile.hack,
+ org.simantics.graphfile.util