diff --git a/build.xml b/build.xml index 4825ff695f4cfde3a3f14a69b12959f8d28273be..4344238a744c8093fece2aada04c7022f6dfe637 100644 --- a/build.xml +++ b/build.xml @@ -80,9 +80,9 @@ POSSIBILITY OF SUCH DAMAGE. <nbbrowse url="https://github.com/open-dis"/> </target> - <target name="view.open-dis.github.com.open-dis-java" description="view github open-dis open-dis-java current build in web browser (via Netbeans only)"> - <echo message="https://github.com/open-dis/open-dis-java"/> - <nbbrowse url="https://github.com/open-dis/open-dis-java"/> + <target name="view.open-dis.github.com.opendis7-java" description="view github open-dis open-dis-java current build in web browser (via Netbeans only)"> + <echo message="https://github.com/open-dis/opendis7-java"/> + <nbbrowse url="https://github.com/open-dis/opendis7-java"/> </target> <target name="view.open-dis.github.com.opendis7-source-generator" description="view github open-dis opendis7-source-generator project in web browser (via Netbeans only)"> @@ -90,7 +90,7 @@ POSSIBILITY OF SUCH DAMAGE. <nbbrowse url="https://github.com/open-dis"/> </target> - <target name="update.opendis7.jar.local" description="update opendis7-java jar files from locally built project into lib directory"> + <target name="update.opendis7.jar.from.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,7 +145,7 @@ POSSIBILITY OF SUCH DAMAGE. <property name="gitlab.nps.edu.MV3500.lib" value="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/lib"/> - <target name="update.opendis7.jar.gitlab" description="Update local opendis7 .jar files in project lib directory"> + <target name="update.opendis7.jar.from.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}"/> @@ -167,7 +167,7 @@ POSSIBILITY OF SUCH DAMAGE. --> </target> - <target name="update.opendis7.jar.maven" description="update opendis7.jar in project lib directory"> + <target name="update.opendis7.jar.from.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