blob: c1ae4024813a0715dc757e311a6edeff5c047f50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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
Specification-Vendor: Gothel Software
Specification-Version: @VERSION_API@
Implementation-Title: Direct-BT
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.BTFactory
Name: org/direct_bt/
Sealed: true
Name: jau/direct_bt/
Sealed: true
|