diff options
author | nobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-02-18 21:39:49 +0000 |
---|---|---|
committer | nobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-02-18 21:39:49 +0000 |
commit | e2b47f8efe3859b3cb516ec1a3ff8328f27cab62 (patch) | |
tree | cc4a769386ac0627e2782660d4c837c2c8f55a92 /build.xml | |
parent | 145583d3a2857f420a0155512c86378ffb7f901d (diff) |
This commit was manufactured by cvs2svn to create tagpremerge-1_4-1_3_2-beta3
'premerge-1_4-1_3_2-beta3'.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -69,6 +69,7 @@ <ant dir="src/Appearance" target="${build.target}"/> <ant dir="src/AppearanceMixed" target="${build.target}"/> <ant dir="src/Background" target="${build.target}"/> + <ant dir="src/CgShaderTest" target="${build.target}"/> <ant dir="src/ConfiguredUniverse" target="${build.target}"/> <ant dir="src/ConicWorld" target="${build.target}"/> <ant dir="src/FPSCounter" target="${build.target}"/> @@ -76,6 +77,7 @@ <ant dir="src/GearTest" target="${build.target}"/> <ant dir="src/GeometryByReference" target="${build.target}"/> <ant dir="src/GeometryCompression" target="${build.target}"/> + <ant dir="src/GLSLShaderTest" target="${build.target}"/> <ant dir="src/HelloUniverse" target="${build.target}"/> <ant dir="src/LOD" target="${build.target}"/> <ant dir="src/Lightwave" target="${build.target}"/> |