diff options
author | Kenneth Russel <[email protected]> | 2009-06-16 23:35:27 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-06-16 23:35:27 +0000 |
commit | dc991d3c36a9b145ca41dd63402adff695e5b5d6 (patch) | |
tree | 5cc7cc4841d965a9532eb250de1d9d500fcc15f3 /make/nativewindowRIversion | |
parent | 17d7da9dc0ec72a987dfa603fb83fb1951e846b4 (diff) |
Refactored version number specifications for all sub-components like
JOGL and Newt into make/versions.xml. Cleaned up and simplified jar
creation targets in build-jogl.xml, build-nativewindow.xml, and
build-newt.xml. Fixed nativewindowRIversion, which was incorrectly
referring to VERSION instead of only BASEVERSION.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1968 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/nativewindowRIversion')
-rw-r--r-- | make/nativewindowRIversion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/nativewindowRIversion b/make/nativewindowRIversion index 9bfc9e855..6a29e8a69 100644 --- a/make/nativewindowRIversion +++ b/make/nativewindowRIversion @@ -2,7 +2,7 @@ Specification-Title: Native Window Interface API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: Sun Microsystems, Inc. Implementation-Title: Native Window Interface Runtime Environment -Implementation-Version: @VERSION@ +Implementation-Version: @BASEVERSION@ Implementation-Vendor: Sun Microsystems, Inc. Extension-Name: javax.media.nativewindow Implementation-Vendor-Id: com.sun |