From ec4a74c0526cb3829bf618a73ad6ee9f898c810e Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Sun, 27 Oct 2019 11:37:21 -0700 Subject: [PATCH] processScenes.X3dTidy message --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 72210d47e3..dd4d9d829d 100644 --- a/build.xml +++ b/build.xml @@ -3707,7 +3707,8 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos </delete> </target> - <target name="processScenes.X3dTidy" description="tidy up X3D scene errors (if .x3d is more recent than .html)" depends="clean.X3dTidy,clean.duplicates"> + <target name="processScenes.X3dTidy" description="Apply x3D-Tidy.xslt to clean up X3D scene errors (when .x3d is more recent than .html)" depends="clean.X3dTidy,clean.duplicates"> + <echo message="Apply x3D-Tidy.xslt to clean up X3D scene errors (when .x3d is more recent than .html)"/> <echo message="Verifying Apache Ant XML Catalog resolver classpath: ${resolver.dir}/resolver.jar (${resolver.jar.length} bytes)"/> <for param="file.path.name"> <path> -- GitLab