Skip to content
Snippets Groups Projects
Commit ede4ee4f authored by Brutzman, Don's avatar Brutzman, Don
Browse files

view.issues.online

parent 885fe1b7
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,13 @@ ...@@ -10,6 +10,13 @@
<project name="open-dis7-java" default="default" basedir="." xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3"> <project name="open-dis7-java" default="default" basedir="." xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3">
<description>Builds, tests, and runs the project open-dis7-java.</description> <description>Builds, tests, and runs the project open-dis7-java.</description>
<import file="nbproject/build-impl.xml"/> <import file="nbproject/build-impl.xml"/>
<target name="view.issues.online" description="view online issues in web browser (Netbeans only)">
<echo message="https://github.com/open-dis/open-dis7-java/issues" />
<nbbrowse url="https://github.com/open-dis/open-dis7-java/issues" />
<!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. -->
</target>
<!-- <!--
There exist several targets which are by default empty and which can be There exist several targets which are by default empty and which can be
......
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