diff options
Diffstat (limited to 'java_fat/manifest-fat.txt.in')
-rw-r--r-- | java_fat/manifest-fat.txt.in | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/java_fat/manifest-fat.txt.in b/java_fat/manifest-fat.txt.in new file mode 100644 index 0000000..c021e9b --- /dev/null +++ b/java_fat/manifest-fat.txt.in @@ -0,0 +1,40 @@ +Manifest-Version: 1.0 +Bundle-Date: @BUILD_TSTAMP@ +Bundle-ManifestVersion: 2 +Bundle-Name: org.cipherpack +Bundle-SymbolicName: org.cipherpack +Bundle-Version: @cipherpack_VERSION_SHORT@ +Export-Package: org.cipherpack +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.9))" +Package-Title: org.cipherpack +Package-Vendor: Gothel Software +Package-Version: @cipherpack_VERSION_SHORT@ +Specification-Title: Cipherpack Jaulib Fat +Specification-Vendor: Gothel Software +Specification-Version: @cipherpack_VERSION_API@ +Implementation-Title: Cipherpack Jaulib Fat +Implementation-Vendor: Gothel Software +Implementation-Version: @cipherpack_VERSION_LONG@ +Implementation-Commit: @cipherpack_VERSION_SHA1@ +Implementation-URL: http://www.jausoft.com/ +Extension-Name: org.cipherpack +Trusted-Library: true +Permissions: all-permissions +Application-Library-Allowable-Codebase: * +Main-Class: org.cipherpack.BTFactory + +Name: org/jau +Sealed: true + +Name: jau/util +Sealed: true + +Name: jau/sys +Sealed: true + +Name: jau/pkg +Sealed: true + +Name: org/cipherpack/ +Sealed: true + |