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

corrected link

parent 090bc286
No related branches found
No related tags found
No related merge requests found
......@@ -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
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