diff options
author | Kevin Rushforth <[email protected]> | 2006-09-29 18:05:22 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2006-09-29 18:05:22 +0000 |
commit | ef52440ac08db7764adadcc11c9437ab67b98714 (patch) | |
tree | 31b86db859a1d0e6ed42a25695711e49e624d460 /src/VECMATH.MF | |
parent | ffc8b12fb945850394498a1f9fe1f04e5f2042de (diff) |
Merged dev-1_5 branch back to MAIN trunk
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@106 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'src/VECMATH.MF')
-rw-r--r-- | src/VECMATH.MF | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/VECMATH.MF b/src/VECMATH.MF index feef661..20736a8 100644 --- a/src/VECMATH.MF +++ b/src/VECMATH.MF @@ -1,9 +1,17 @@ Manifest-Version: 1.0 Specification-Title: Java 3D API Specification -Specification-Version: 1.4 +Specification-Version: 1.5 Specification-Vendor: Sun Microsystems, Inc. Implementation-Title: Java 3D Vecmath Runtime Environment -Implementation-Version: 1.4.0 +Implementation-Version: 1.5.0 Implementation-Vendor: Sun Microsystems, Inc. Extension-Name: javax.vecmath Implementation-Vendor-Id: com.sun +Bundle-ManifestVersion: 2 +Bundle-Name: Vecmath Library +Bundle-Vendor: Sun Microsystems +Bundle-Localization: plugin +Bundle-SymbolicName: javax.vecmath; singleton:=true +Bundle-Version: 1.5.0 +Eclipse-AutoStart: true +Export-Package: javax.vecmath |