From bd6ae5be22e2cf9033a2c8c56286e246c6b49de2 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Tue, 3 Sep 2019 23:15:00 -0700 Subject: [PATCH] additional links to view open-dis site on github.com --- build.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index b8c82d8569..3a1865e8e9 100644 --- a/build.xml +++ b/build.xml @@ -47,26 +47,41 @@ POSSIBILITY OF SUCH DAMAGE. <property name="specificationsDirectory" location="specifications"/> <import file="specifications/build.xml"/> --> - <target name="view.gitlab" description="view gitlab MV3500 site in web browser (via Netbeans only)"> + <target name="view.gitlab.nps.edu.MV3500" description="view MV3500 gitlab site in web browser (via Netbeans only)"> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500"/> <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500"/> <!-- TODO implementation-independent approach if possible. other Ant approachs have to be customized for each OS --> </target> - <target name="view.gitlab.assignments" description="view gitlab MV3500 examples in web browser (via Netbeans only)"> + <target name="view.gitlab.nps.edu.MV3500.assignments" description="view MV3500 gitlab examples in web browser (via Netbeans only)"> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/> <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/> </target> - <target name="view.gitlab.examples" description="view gitlab MV3500 examples in web browser (via Netbeans only)"> + <target name="view.gitlab.nps.edu.MV3500.examples" description="view MV3500 gitlab examples in web browser (via Netbeans only)"> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/> <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/> <!-- TODO implementation-independent approach if possible. other Ant approachs have to be customized for each OS --> </target> - <target name="view.gitlab.specifications.README" description="view gitlab MV3500 examples in web browser (via Netbeans only)"> + <target name="view.gitlab.nps.edu.MV3500.specifications.README" description="view MV3500 gitlab examples in web browser (via Netbeans only)"> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/specifications/README.md"/> <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/specifications/README.md"/> </target> + + <target name="view.open-dis.github.com" description="view github open-dis site in web browser (via Netbeans only)"> + <echo message="https://github.com/open-dis"/> + <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> + + <target name="view.open-dis.github.com.open-dis7-source-generator " description="view github open-dis open-dis7-source-generator project in web browser (via Netbeans only)"> + <echo message="https://github.com/open-dis"/> + <nbbrowse url="https://github.com/open-dis"/> + </target> </project> \ No newline at end of file -- GitLab