diff options
Diffstat (limited to 'java_fat/manifest-fat.txt.in')
-rw-r--r-- | java_fat/manifest-fat.txt.in | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/java_fat/manifest-fat.txt.in b/java_fat/manifest-fat.txt.in new file mode 100644 index 00000000..c9f0c3b5 --- /dev/null +++ b/java_fat/manifest-fat.txt.in @@ -0,0 +1,46 @@ +Manifest-Version: 1.0 +Bundle-Date: @BUILD_TSTAMP@ +Bundle-ManifestVersion: 2 +Bundle-Name: org.direct_bt +Bundle-SymbolicName: org.direct_bt +Bundle-Version: @VERSION_SHORT@ +Export-Package: org.direct_bt +Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.9))" +Package-Title: org.direct_bt +Package-Vendor: Gothel Software +Package-Version: @VERSION_SHORT@ +Specification-Title: Direct-BT Jaulib Fat +Specification-Vendor: Gothel Software +Specification-Version: @VERSION_API@ +Implementation-Title: Direct-BT Jaulib Fat (w/ TinyB) +Implementation-Vendor: Gothel Software +Implementation-Version: @VERSION@ +Implementation-Commit: @VERSION_SHA1@ +Implementation-URL: http://www.jausoft.com/ +Extension-Name: org.direct_bt +Trusted-Library: true +Permissions: all-permissions +Application-Library-Allowable-Codebase: * +Main-Class: org.direct_bt.DirectBTVersion + +Name: org/jau +Sealed: true + +Name: jau/util +Sealed: true + +Name: jau/sys +Sealed: true + +Name: jau/pkg +Sealed: true + +Name: org/direct_bt/ +Sealed: true + +Name: tinyb/dbus/ +Sealed: true + +Name: jau/direct_bt/ +Sealed: true + |