]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.utils/META-INF/MANIFEST.MF
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.utils / META-INF / MANIFEST.MF
diff --git a/bundles/org.simantics.utils/META-INF/MANIFEST.MF b/bundles/org.simantics.utils/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..bb0a1bb
--- /dev/null
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Miscellaneous Non-UI Utilities
+Bundle-SymbolicName: org.simantics.utils
+Bundle-Version: 1.1.0.qualifier
+Bundle-Vendor: VTT Technical Research Centre of Finland
+Export-Package: org.simantics.utils,
+ org.simantics.utils.bytes,
+ org.simantics.utils.format,
+ org.simantics.utils.logging,
+ org.simantics.utils.page,
+ org.simantics.utils.strings,
+ org.simantics.utils.strings.format,
+ org.simantics.utils.xml
+Bundle-ClassPath: .
+Require-Bundle: org.junit;bundle-version="4.12.0";resolution:=optional,
+ org.apache.log4j;bundle-version="1.2.15",
+ org.simantics.databoard;bundle-version="0.6.2"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8