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

fill in update target for nps gitlab, update.open-dis7.jar.gitlab

parent 059010bb
No related branches found
No related tags found
No related merge requests found
...@@ -127,11 +127,27 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -127,11 +127,27 @@ POSSIBILITY OF SUCH DAMAGE.
<copy file="${open-dis7-java.relative}/open-dis7-pdus-javadoc.jar" todir="lib" force="true" verbose="true" failonerror="true"/> <copy file="${open-dis7-java.relative}/open-dis7-pdus-javadoc.jar" todir="lib" force="true" verbose="true" failonerror="true"/>
<copy file="${open-dis7-java.relative}/open-dis7-pdus-source.jar" todir="lib" force="true" verbose="true" failonerror="true"/> <copy file="${open-dis7-java.relative}/open-dis7-pdus-source.jar" todir="lib" force="true" verbose="true" failonerror="true"/>
</target> </target>
<target name="update.open-dis7.jar.gitlab" description="update open-dis7.jar in project lib directory"> <property name="gitlab.nps.edu.MV3500.lib" value="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/lib"/>
<!-- TODO retrieve from online archive, perhaps -->
<target name="update.open-dis7.jar.gitlab" description="Update local open-dis7 .jar files in project lib directory">
<echo message="Update local open-dis7 .jar files in project lib directory using"/>
<echo message=" ${gitlab.nps.edu.MV3500.lib}"/>
<nbbrowse url="${gitlab.nps.edu.MV3500.lib}"/>
<get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-pdus-classes.jar"
dest="lib" verbose="true" usetimestamp="true"/>
<get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-enumerations-classes.jar"
dest="lib" verbose="true" usetimestamp="true"/>
<get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-pdus-source.jar"
dest="lib" verbose="true" usetimestamp="true"/>
<get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-enumerations-source.jar"
dest="lib" verbose="true" usetimestamp="true"/>
<get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-pdus-javadoc.jar"
dest="lib" verbose="true" usetimestamp="true"/>
<get src="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/lib/open-dis7-enumerations-javadoc.jar"
dest="lib" verbose="true" usetimestamp="true"/>
</target> </target>
<target name="update.open-dis7.jar.maven" description="update open-dis7.jar in project lib directory"> <target name="update.open-dis7.jar.maven" description="update open-dis7.jar in project lib directory">
<!-- TODO retrieve from Maven published repository once available --> <!-- TODO retrieve from Maven published repository once available -->
</target> </target>
......
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