Skip to content
Snippets Groups Projects
Commit bd6ae5be authored by brutzman's avatar brutzman
Browse files

additional links to view open-dis site on github.com

parent 45d34d0e
No related branches found
No related tags found
No related merge requests found
...@@ -47,26 +47,41 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -47,26 +47,41 @@ POSSIBILITY OF SUCH DAMAGE.
<property name="specificationsDirectory" location="specifications"/> <property name="specificationsDirectory" location="specifications"/>
<import file="specifications/build.xml"/> --> <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"/> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500"/>
<nbbrowse url="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 --> <!-- TODO implementation-independent approach if possible. other Ant approachs have to be customized for each OS -->
</target> </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"/> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/>
<nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/> <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/>
</target> </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"/> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/>
<nbbrowse url="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 --> <!-- TODO implementation-independent approach if possible. other Ant approachs have to be customized for each OS -->
</target> </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"/> <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"/> <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/specifications/README.md"/>
</target> </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> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment