From 80c7dc9d50fce0eb711044d23f3d8d6f7166a8ce Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Thu, 19 Dec 2019 06:20:40 -0800
Subject: [PATCH] description processScenes.X3dToX3dvClassicVrmlEncoding

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

diff --git a/build.xml b/build.xml
index 1e733563a9..436b587891 100644
--- a/build.xml
+++ b/build.xml
@@ -2482,7 +2482,7 @@ ignoreSetupDownloadErrors=true
         <echo>processScenes.X3dToX_ITE.html complete.</echo>
     </target>
 
-    <target name="processScenes.X3DtoVRML97" description="convert each .x3d scene to .wrl VRML97 version" depends="get.saxon">
+    <target name="processScenes.X3DtoVRML97" description="convert each .x3d scene to .wrl VRML97 encoding" depends="get.saxon">
         <for param="file.path.name">
             <path>
                 <fileset refid="x3dScenes"/>
@@ -2780,7 +2780,7 @@ ignoreSetupDownloadErrors=true
         <echo>processScenes.json complete.</echo>
     </target>
 
-    <target name="processScenes.X3dToX3dvClassicVrmlEncoding" depends="get.saxon,clean.RoundTrip">
+    <target name="processScenes.X3dToX3dvClassicVrmlEncoding" description="convert each .x3d scene to .x3dv ClassicVrml encoding" depends="get.saxon,clean.RoundTrip">
         <for param="file.path.name">
             <path>
                 <fileset refid="x3dScenes"/>
-- 
GitLab