From 090bc2865429f547a873e27da8e68d206f897905 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 3 Apr 2022 18:21:08 -0700
Subject: [PATCH] open-dis7 labels to opendis7

---
 build.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.xml b/build.xml
index 3c1899eed4..4825ff695f 100644
--- a/build.xml
+++ b/build.xml
@@ -48,7 +48,7 @@ POSSIBILITY OF SUCH DAMAGE.
     <import   file="specifications/build.xml"/> -->
 
     <target name="javadoc.all">
-        <ant dir="examples" target="view.open-dis7.javadoc"/>
+        <ant dir="examples" target="view.opendis7.javadoc"/>
         <ant dir="examples" target="javadoc"/>
         <ant dir="assignments" target="javadoc"/>
     </target>
@@ -90,7 +90,7 @@ POSSIBILITY OF SUCH DAMAGE.
         <nbbrowse url="https://github.com/open-dis"/>
     </target>
     
-    <target name="update.open-dis7.jar.local" description="update opendis7-java jar files from locally built project into lib directory">
+    <target name="update.opendis7.jar.local" description="update opendis7-java jar files from locally built project into lib directory">
         
         <property name="opendis7-java.relative" value="../../x3d-github/opendis7-java/dist"/>
         <echo message="Copy ${opendis7-java.relative}/opendis7-full.jar to project lib/ subdirectory..."/>
@@ -145,8 +145,8 @@ POSSIBILITY OF SUCH DAMAGE.
 
     <property name="gitlab.nps.edu.MV3500.lib" value="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/lib"/>
 
-    <target name="update.open-dis7.jar.gitlab" description="Update local open-dis7 .jar files in project lib directory">
-        <echo message="Update local open-dis7 .jar files in project lib directory using"/>
+    <target name="update.opendis7.jar.gitlab" description="Update local opendis7 .jar files in project lib directory">
+        <echo message="Update local opendis7 .jar files in project lib directory using"/>
         <echo message="  ${gitlab.nps.edu.MV3500.lib}"/>
         <nbbrowse url="${gitlab.nps.edu.MV3500.lib}"/>
         <get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/opendis7-full.jar"
@@ -167,7 +167,7 @@ POSSIBILITY OF SUCH DAMAGE.
         -->
     </target>
  
-    <target name="update.open-dis7.jar.maven" description="update open-dis7.jar in project lib directory">
+    <target name="update.opendis7.jar.maven" description="update opendis7.jar in project lib directory">
         <echo message="TODO retrieve from Maven published repository once available"/>
     </target>
 </project>
\ No newline at end of file
-- 
GitLab