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

utility targets

parent 3c54dab8
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,18 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -85,7 +85,18 @@ POSSIBILITY OF SUCH DAMAGE.
</target> </target>
<target name="update.open-dis7.jar.local" description="update open-dis7.jar in project lib directory"> <target name="update.open-dis7.jar.local" description="update open-dis7.jar in project lib directory">
<copy file="../open-dis7-java/dist/open-dis7-java.jar" todir="lib" force="true" verbose="true"/> <!-- TODO get clearer about what each of 4 jar files might be -->
<property name="open-dis7-java.relative" value="../open-dis7-java/dist"/>
<echo message="copy ${open-dis7-java.relative}/open-dis7-java.jar to project lib/ subdirectory"/>
<copy file="${open-dis7-java.relative}/open-dis7-java.jar" todir="lib" force="true" verbose="true"/>
</target>
<target name="update.open-dis7.jar.gitlab" description="update open-dis7.jar in project lib directory">
<!-- TODO retrieve from online archive, perhaps -->
</target>
<target name="update.open-dis7.jar.maven" description="update open-dis7.jar in project lib directory">
<!-- 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