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

open-dis7 labels to opendis7

parent 61d4278b
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -48,7 +48,7 @@ POSSIBILITY OF SUCH DAMAGE.
<import file="specifications/build.xml"/> --> <import file="specifications/build.xml"/> -->
<target name="javadoc.all"> <target name="javadoc.all">
<ant dir="examples" target="view.open-dis7.javadoc"/> <ant dir="examples" target="view.opendis7.javadoc"/>
<ant dir="examples" target="javadoc"/> <ant dir="examples" target="javadoc"/>
<ant dir="assignments" target="javadoc"/> <ant dir="assignments" target="javadoc"/>
</target> </target>
...@@ -90,7 +90,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -90,7 +90,7 @@ POSSIBILITY OF SUCH DAMAGE.
<nbbrowse url="https://github.com/open-dis"/> <nbbrowse url="https://github.com/open-dis"/>
</target> </target>
<target name="update.open-dis7.jar.local" description="update opendis7-java jar files from locally built project into lib directory"> <target name="update.opendis7.jar.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"/> <property name="opendis7-java.relative" value="../../x3d-github/opendis7-java/dist"/>
<echo message="Copy ${opendis7-java.relative}/opendis7-full.jar to project lib/ subdirectory..."/> <echo message="Copy ${opendis7-java.relative}/opendis7-full.jar to project lib/ subdirectory..."/>
...@@ -145,8 +145,8 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -145,8 +145,8 @@ POSSIBILITY OF SUCH DAMAGE.
<property name="gitlab.nps.edu.MV3500.lib" value="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/lib"/> <property name="gitlab.nps.edu.MV3500.lib" value="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/lib"/>
<target name="update.open-dis7.jar.gitlab" description="Update local open-dis7 .jar files in project lib directory"> <target name="update.opendis7.jar.gitlab" description="Update local opendis7 .jar files in project lib directory">
<echo message="Update local open-dis7 .jar files in project lib directory using"/> <echo message="Update local opendis7 .jar files in project lib directory using"/>
<echo message=" ${gitlab.nps.edu.MV3500.lib}"/> <echo message=" ${gitlab.nps.edu.MV3500.lib}"/>
<nbbrowse url="${gitlab.nps.edu.MV3500.lib}"/> <nbbrowse url="${gitlab.nps.edu.MV3500.lib}"/>
<get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/opendis7-full.jar" <get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/opendis7-full.jar"
...@@ -167,7 +167,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -167,7 +167,7 @@ POSSIBILITY OF SUCH DAMAGE.
--> -->
</target> </target>
<target name="update.open-dis7.jar.maven" description="update open-dis7.jar in project lib directory"> <target name="update.opendis7.jar.maven" description="update opendis7.jar in project lib directory">
<echo message="TODO retrieve from Maven published repository once available"/> <echo message="TODO retrieve from Maven published repository once available"/>
</target> </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