From badf69f35a6eb37a77cbca5475b1011d3a3a0f51 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 15 Nov 2006 07:19:27 +0000 Subject: Fixed Issue 249: Adding generated sources like GL.java to source distribution Fixed (?) Issue 227: Distinct naming for different versions of jogl Fixed [No Issue Number]: Produce zip bundles from dist target This set of build.xml changes addresses the issues listed above. The "dist" target now puts the generated sources like GL.java into the source archive it produces; it expects that these sources are copied over from the Linux build. The kind of zip bundles that were produced for JSR-231 1.0.0 are now the primary result from the "dist" target. As these zip archives have unique version numbers, I believe these changes also fix Issue 227, although it could probably be argued the other way; please reopen this bug if the current changes are not sufficient. These changes will take effect once the nightly build machines are back on-line (they are currently being moved) and the build scripts have been updated. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@983 232f8b59-042b-4e1e-8c03-345bb8c30851 --- COPYRIGHT.txt | 31 +++++++++++++ make/README-zip-bundles.txt | 45 ++++++++++++++++++ make/build.xml | 110 ++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 183 insertions(+), 3 deletions(-) create mode 100755 COPYRIGHT.txt create mode 100755 make/README-zip-bundles.txt diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt new file mode 100755 index 000000000..92aba3106 --- /dev/null +++ b/COPYRIGHT.txt @@ -0,0 +1,31 @@ + +Copyright 2006 Sun Microsystems, Inc., 4150 Network +Circle, Santa Clara, California 95054, U.S.A. All rights +reserved. + +U.S. Government Rights - Commercial software. Government +users are subject to the Sun Microsystems, Inc. +standard license agreement and applicable provisions of +the FAR and its supplements. + +Use is subject to license terms. + +This distribution may include materials developed by third +parties. + +Sun, Sun Microsystems, the Sun logo and Java are trademarks +or registered trademarks of Sun Microsystems, Inc. in the +U.S. and other countries. + +OpenGL is a registered trademark of Silicon Graphics, Inc. + +This product is covered and controlled by U.S. Export +Control laws and may be subject to the export or import +laws in other countries. Nuclear, missile, chemical +biological weapons or nuclear maritime end uses or end +users, whether direct or indirect, are strictly prohibited. +Export or reexport to countries subject to U.S. embargo or +to entities identified on U.S. export exclusion lists, +including, but not limited to, the denied persons and +specially designated nationals lists is strictly prohibited. + diff --git a/make/README-zip-bundles.txt b/make/README-zip-bundles.txt new file mode 100755 index 000000000..83269fb56 --- /dev/null +++ b/make/README-zip-bundles.txt @@ -0,0 +1,45 @@ + +Java (TM) Binding for the OpenGL (r) API, version @VERSION@ +------------------------------------------------------- + +This software is licensed by Sun Microsystems, as specified +in the LICENSE-JOGL-@VERSION@.txt file. You must use this software +in accordance with the terms under which the code is licensed. + + + +Instructions for unzipping Java Binding for the OpenGL API, version @VERSION@ +-------------------------------------------------------------------- + +After downloading and unzipping the zip file containing the +JOGL release for your target platform, you will see the +following files in the top directory: + + COPYRIGHT.txt + LICENSE-JOGL-@VERSION@.txt + Userguide.html + README.txt README file (you are reading it now) + +and the following subdirectory: + + lib contains JOGL implementation + +All of the JOGL implementation files (jar file plus native +libraries) are in the lib subdirectory. For instructions on +how to use these implementation files to build or run a JOGL +program see the enclosed JOGL user guide (Userguide.html). + + + +Project source code and getting assistance +------------------------------------------ + +JOGL source code and project information can be found at: + + https://jogl.dev.java.net/ + + +Numerous answers to common questions can be found on the JOGL +forum: + + http://www.javagaming.org/forums/index.php?board=25.0 diff --git a/make/build.xml b/make/build.xml index 8a67be6ee..a2bed23fe 100644 --- a/make/build.xml +++ b/make/build.xml @@ -1151,6 +1151,13 @@ + + + + + + + @@ -1224,6 +1231,7 @@ + @@ -1241,6 +1249,7 @@ + @@ -1258,6 +1267,7 @@ + @@ -1274,6 +1284,7 @@ + @@ -1286,20 +1297,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + @@ -1332,11 +1382,65 @@ basedir="${jogl.dist.dir}/jogl-solx86/64" includes="libjogl.so,libjogl_awt.so,libjogl_drihack.so" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3