a68927fcb6
- Install with mvn_install
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Tck
|
|
Bundle-SymbolicName: com.google.code.atinject.tck
|
|
Bundle-Version: 1.0.0
|
|
Bundle-Vendor: GOOGLE
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Require-Bundle: org.junit;bundle-version="3.8.2"
|
|
Export-Package: org.atinject.tck,
|
|
org.atinject.tck.auto;x-internal:=true,
|
|
org.atinject.tck.auto.accessories;x-internal:=true
|
|
Import-Package: javax.inject;version="1.0.0"
|