MANIFEST.MF 784 Bytes
Newer Older
1 2 3 4 5 6
Manifest-Version: 1.0
Implementation-Title: H2 MVStore
Implementation-URL: http://www.h2database.com
Implementation-Version: ${version}
Build-Jdk: ${buildJdk}
Created-By: ${createdBy}
7
Automatic-Module-Name: com.h2database.mvstore
8 9 10 11
Bundle-Description: The MVStore is a persistent, log structured key-value store.
Bundle-DocURL: http://h2database.com/html/mvstore.html
Bundle-ManifestVersion: 2
Bundle-Name: H2 MVStore
12
Bundle-SymbolicName: com.h2database.mvstore
13 14 15 16
Bundle-Vendor: H2 Group
Bundle-Version: ${version}
Bundle-License: http://www.h2database.com/html/license.html
Bundle-Category: utility
17 18
Import-Package: javax.crypto,
 javax.crypto.spec
19 20 21
Export-Package: org.h2.mvstore;version="${version}",
 org.h2.mvstore.type;version="${version}",
 org.h2.mvstore.rtree;version="${version}"