diff --git a/build.xml b/build.xml
index a3d56cea3779808493741d21a60b28604bb8c2d3..7cf04651ae5e90031dc4afed8785457de0500313 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"/>