From 112c376b97b52d9fbc39c914777e5e840ad4a2b4 Mon Sep 17 00:00:00 2001 From: Don Brutzman <brutzman@nps.edu> Date: Sun, 21 Jun 2020 22:06:53 -0700 Subject: [PATCH] target rename --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index a3d56cea37..7cf04651ae 100644 --- a/build.xml +++ b/build.xml @@ -1544,7 +1544,7 @@ ignoreSetupDownloadErrors=true <echo>Download complete, lib/${jsai.full.archive.jar.name} size ${jsai.full.archive.jar.length} bytes</echo> </target> - <target name="get.X3DJSAIL.update.local" description="get latest X3DJSAIL update" > + <target name="copy.X3DJSAIL.update.local" description="get latest X3DJSAIL update" > <echo message="get latest X3DJSAIL update from https://www.web3d.org/specifications/java/X3DJSAIL.html"/> <copy file="${x3djsail.stylesheets.dir}/${jsai.full.archive.jar.name}" todir="lib/" verbose="true"/> -- GitLab