diff options
author | phil <[email protected]> | 2018-12-23 22:40:58 +1300 |
---|---|---|
committer | phil <[email protected]> | 2018-12-23 22:40:58 +1300 |
commit | 63fe7f35ead4db73dfa3128413bd48674b06d6e1 (patch) | |
tree | ca92328c4e253d239ed6086b098eaa0d3e215f68 /src/VECMATH.MF | |
parent | e5b12d9df1e74f09d0bbf19b873bcafe1aa10cca (diff) |
# WARNING: head commit changed in the meantime
source location changed, javadoc files added, AWT dependant methods
removed
Diffstat (limited to 'src/VECMATH.MF')
-rw-r--r-- | src/VECMATH.MF | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/VECMATH.MF b/src/VECMATH.MF new file mode 100644 index 0000000..d675a3a --- /dev/null +++ b/src/VECMATH.MF @@ -0,0 +1,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 |