blob: 3244085c76a7449a0d95942f8f37ab79e935077b (
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
|
Manifest-Version: 1.0
Bundle-Date: @BUILD_TSTAMP@
Bundle-ManifestVersion: 2
Bundle-Name: org.jau.test
Bundle-SymbolicName: org.jau.test
Bundle-Version: @VERSION_SHORT@
Export-Package: org.jau.test
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.9))"
Package-Title: org.jau.test
Package-Vendor: Gothel Software
Package-Version: @VERSION_SHORT@
Specification-Title: Jaulib Unit Tests
Specification-Vendor: Gothel Software
Specification-Version: @VERSION_API@
Implementation-Title: Jaulib Unit Tests
Implementation-Vendor: Gothel Software
Implementation-Version: @VERSION@
Implementation-Commit: @VERSION_SHA1@
Implementation-URL: http://www.jausoft.com/
Extension-Name: org.jau.test
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *
Class-Path: jaulib_fat.jar
Main-Class: org.jau.util.TestVersionInfo
|