Skip to content

Commit

Permalink
Add package.nwc.usertool to Ant build system
Browse files Browse the repository at this point in the history
Signed-off-by: Noteworthy Software, Inc <online@noteworthysoftware.com>
  • Loading branch information
nwsw committed Jun 2, 2016
1 parent 00f3f1b commit 0fe1de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
</jar>
</target>

<target depends="build.java.src" name="package.nwc.usertool">
<jar destfile="${outdir}/nwc2musicxml.jar" manifest="nwcut.mf" basedir="bin">
</jar>
</target>

<target name="test.java" depends="build.java.src, build.java.tests">
<mkdir dir="${java.test.reports.path}" />
<junit haltonfailure="true" printsummary="true" fork="true" dir="${basedir}">
Expand Down
16 changes: 0 additions & 16 deletions nwcut.jardesc

This file was deleted.

0 comments on commit 0fe1de4

Please sign in to comment.