blob: d675a3a03bc57b0ce82892267c990cda4a802904 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Manifest-Version: 1.0
Specification-Title: @SPEC_TITLE@
Specification-Version: 1.6
Specification-Vendor: @SPEC_VENDOR@
Implementation-Title: @IMPL_TITLE@
Implementation-Version: @VERSION_BASE@
Implementation-Vendor: @IMPL_VENDOR@
Extension-Name: javax.vecmath
Implementation-Vendor-Id: @IMPL_VENDOR_ID@
Bundle-ManifestVersion: 2
Bundle-Name: Vecmath Library
Bundle-Vendor: @IMPL_VENDOR@
Bundle-Localization: plugin
Bundle-SymbolicName: javax.vecmath; singleton:=true
Bundle-Version: @VERSION_BASE@
Eclipse-AutoStart: true
Export-Package: javax.vecmath
|