From c00584c3a13b59a7931da49545af27f7da3950b4 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Sun, 10 Nov 2019 18:04:22 -0800
Subject: [PATCH] exclude special java source from clean; note excluded
 LatticeXVL component

---
 build.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index a5f6c6d187..f32ff38bb2 100644
--- a/build.xml
+++ b/build.xml
@@ -3773,7 +3773,6 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
 							<include name="**/*.class"/>
 							<exclude name="_archive/*"/>
 							<exclude name="**/CircleLines.*"/>
-							<exclude name="**/bounce2.*"/>
 							<exclude name="**/javasrc/**/*"/>
 							<exclude name="**/originals/**/*"/>
 							<!-- X3dForWebAuthors -->
@@ -3822,6 +3821,8 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
 							<exclude name="X3dSpecifications/SAIExample*.*"/>
 							<!-- ConformanceNist -->
 							<exclude name="Miscellaneous/Script/**/*"/>
+							<!-- Vrml2Sourcebook/Siggraph98Course -->
+							<exclude name="**/Bounce2Script.*"/>
 							<!-- Savage -->
 							<exclude name="services/WebServices/**/*"/>
 							<exclude name="CommunicationsAndSensors/Sonobuoys/rra/**/*"/>
@@ -4078,7 +4079,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
 						<echo message="==================================="/>
                       </then>
                       <else>
-                            <echo message=" ... no Java source available for LatticeXvl ${name.short}.x3d"/>
+                            <echo message=" ... no Java source produced for experimental LatticeXvl component, model ${name.short}.x3d"/>
                       </else>
                      </if>
                     </sequential>
@@ -4407,6 +4408,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
 							<exclude name="CommunicationAndSensors/Sonobuoys/rra*/**/*"/>
 							<exclude name="CommunicationAndSensors/TSSR/CommPduGenerator.*"/>
 							<exclude name="Scenarios/PiracyIncidents/java/**/*"/>
+							<exclude name="Savage/Tools/Authoring/PixelTextureGenerator.java"/>
 							<exclude name="Scenarios/TankManeuver/SRTG.*"/>
 							<exclude name="Tools/Slider/FloatScaler.*"/>
 							<exclude name="Tools/Slider/ScaledSFFloatScript.*"/>
-- 
GitLab