diff options
author | Kevin Rushforth <[email protected]> | 2008-02-28 20:13:08 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-02-28 20:13:08 +0000 |
commit | 9773fdf52d4726480de6b97f8045752453f9c3b7 (patch) | |
tree | 1f8159750d4a8e07f52cffa1cb243083c4d2bdb8 /src/classes | |
parent | 05d1c07ae53c3903ea356b49c0e5b12a8ae3e39c (diff) |
Updated build manifest to support j3d-core build script changes
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@178 9497e636-51bd-65ba-982d-a4982e1767a5
Diffstat (limited to 'src/classes')
-rw-r--r-- | src/classes/ToolsVersion | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/classes/ToolsVersion b/src/classes/ToolsVersion index 35a52f3..cbfaf18 100644 --- a/src/classes/ToolsVersion +++ b/src/classes/ToolsVersion @@ -1,9 +1,9 @@ Manifest-Version: 1.0 Specification-Title: Specification-Version: 1.5 -Specification-Vendor: Sun Microsystems, Inc. -Implementation-Title: Java 3D Utilities Runtime Environment +Specification-Vendor: @SPEC_VENDOR@ +Implementation-Title: 3D Utilities Implementation-Version: @VERSION_BASE@ -Implementation-Vendor: Sun Microsystems, Inc. +Implementation-Vendor: @IMPL_VENDOR@ Extension-Name: javax.media.j3d -Implementation-Vendor-Id: com.sun +Implementation-Vendor-Id: @IMPL_VENDOR_ID@ |