Skip to content

Commit

Permalink
Added test target in build.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorrisi committed Mar 25, 2016
1 parent 82cc997 commit 828b394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
</target>
<target name="build-jar">
<jar destfile="dist/jsaga-job-management-1.5.11.jar" basedir="bin/">
<manifest/>
<manifest />
</jar>
</target>
<target name="test" />
<target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects" />
</project>

0 comments on commit 828b394

Please sign in to comment.