diff options
Diffstat (limited to 'trial/java/manifest.txt.in')
-rw-r--r-- | trial/java/manifest.txt.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/trial/java/manifest.txt.in b/trial/java/manifest.txt.in index 1810a199..d6d83955 100644 --- a/trial/java/manifest.txt.in +++ b/trial/java/manifest.txt.in @@ -3,19 +3,19 @@ Bundle-Date: @BUILD_TSTAMP@ Bundle-ManifestVersion: 2 Bundle-Name: org.direct_bt.trial Bundle-SymbolicName: org.direct_bt.trial -Bundle-Version: @VERSION_SHORT@ +Bundle-Version: @direct_bt_VERSION_SHORT@ Export-Package: org.direct_bt.trial Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.9))" Package-Title: org.direct_bt.trial Package-Vendor: Gothel Software -Package-Version: @VERSION_SHORT@ +Package-Version: @direct_bt_VERSION_SHORT@ Specification-Title: Direct-BT Unit Tests Specification-Vendor: Gothel Software -Specification-Version: @VERSION_API@ +Specification-Version: @direct_bt_VERSION_API@ Implementation-Title: Direct-BT Unit Tests Implementation-Vendor: Gothel Software -Implementation-Version: @VERSION@ -Implementation-Commit: @VERSION_SHA1@ +Implementation-Version: @direct_bt_VERSION_LONG@ +Implementation-Commit: @direct_bt_VERSION_SHA1@ Implementation-URL: http://www.jausoft.com/ Extension-Name: org.direct_bt.trial Trusted-Library: true |