From dc991d3c36a9b145ca41dd63402adff695e5b5d6 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Tue, 16 Jun 2009 23:35:27 +0000 Subject: 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 --- make/build-jogl.xml | 65 ++++++++++++++++----------------------------- make/build-nativewindow.xml | 63 +++++++++++++++---------------------------- make/build-newt.xml | 59 +++++++++++++++------------------------- make/build.xml | 8 +++--- make/nativewindowRIversion | 2 +- make/versions.xml | 40 ++++++++++++++++++++++++++++ 6 files changed, 111 insertions(+), 126 deletions(-) create mode 100644 make/versions.xml (limited to 'make') diff --git a/make/build-jogl.xml b/make/build-jogl.xml index eb265765e..7fbf265eb 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -72,12 +72,7 @@ --> - - - - - - + @@ -494,7 +489,7 @@ - + @@ -1631,21 +1626,31 @@ - + - - - + + + + + + + + - - + + + + - - + + + + @@ -1769,30 +1774,6 @@ - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index 496382113..d74ed7e03 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -61,12 +61,7 @@ --> - - - - - - + @@ -289,7 +284,7 @@ - + @@ -786,21 +781,29 @@ - + - - - + + + + + + + + - - + + + + - - + + @@ -820,29 +823,7 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -1146,14 +1127,14 @@ - + - + @@ -1342,7 +1323,7 @@ - + diff --git a/make/build-newt.xml b/make/build-newt.xml index a1b1baaea..0ca802f53 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -58,12 +58,7 @@ --> - - - - - - + @@ -217,7 +212,7 @@ - + @@ -532,21 +527,29 @@ - + - - - + + + + + + + + - - + + + + - - + + @@ -567,27 +570,7 @@ - - - - - - - - - - - - - - - - - - - + @@ -860,14 +843,14 @@ - + - + diff --git a/make/build.xml b/make/build.xml index 51ccc4efd..24bbec09a 100644 --- a/make/build.xml +++ b/make/build.xml @@ -1,9 +1,9 @@ + + - - @@ -30,11 +30,11 @@ - + - + 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 diff --git a/make/versions.xml b/make/versions.xml new file mode 100644 index 000000000..89b053941 --- /dev/null +++ b/make/versions.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3