From a17390e3d9904991e7a2ff802647d571f7859251 Mon Sep 17 00:00:00 2001 From: kcr Date: Fri, 17 Feb 2006 18:11:24 +0000 Subject: Add build target to create a zip-file of the sources Added missing THIRDPARTY-LICENSE-VIEWPOINT.txt file Updated file locations for THIRDPARTY-LICENSE-3DLABS.txt --- THIRDPARTY-LICENSE-3DLABS.txt | 4 ++-- THIRDPARTY-LICENSE-VIEWPOINT.txt | 22 ++++++++++++++++++++++ build.xml | 16 +++++++++++++++- 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 THIRDPARTY-LICENSE-VIEWPOINT.txt diff --git a/THIRDPARTY-LICENSE-3DLABS.txt b/THIRDPARTY-LICENSE-3DLABS.txt index 90a7ec1..394e2c6 100644 --- a/THIRDPARTY-LICENSE-3DLABS.txt +++ b/THIRDPARTY-LICENSE-3DLABS.txt @@ -1,7 +1,7 @@ The following additional provisions apply to third party software included as part of this product. - src/GLSLShaderTest/ + src/classes/org/jdesktop/j3d/examples/glsl_shader/ dimple.frag - shader for ObjLoadGLSL.java dimple.vert - shader for ObjLoadGLSL.java polkadot3d.frag - shader for ObjLoadGLSL.java @@ -44,4 +44,4 @@ included as part of this product. * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * * POSSIBILITY OF SUCH DAMAGE. * * * -************************************************************************/ \ No newline at end of file +************************************************************************/ diff --git a/THIRDPARTY-LICENSE-VIEWPOINT.txt b/THIRDPARTY-LICENSE-VIEWPOINT.txt new file mode 100644 index 0000000..a7420da --- /dev/null +++ b/THIRDPARTY-LICENSE-VIEWPOINT.txt @@ -0,0 +1,22 @@ +The following additional provisions apply to third party software +included as part of this product. + + src/resources/geometry/ + beethoven.obj + galleon.obj + p51_mustang.obj + +# Courtesy of: +# +# Viewpoint Animation Engineering +# 870 West Center +# Orem, Utah 84057 +# (801)224-2222 +# 1-800-DATASET +# +# (c) Copyright 1992 Viewpoint Animation Engineering Inc. +# Sun Microsystems has been authorized to freely distribute +# these Datasets. They are provided for unlimited use in +# existing or modified form. The actual Dataset (ie, geometry) +# may not, however, be resold in existing or modified form. +# diff --git a/build.xml b/build.xml index 9bcdb2c..8f662af 100644 --- a/build.xml +++ b/build.xml @@ -54,6 +54,7 @@ + @@ -97,7 +98,20 @@ - + + + + + + + + + + + + + + -- cgit v1.2.3