fixed multiple dependencies in ant file

This commit is contained in:
joseph.lizier 2012-10-30 06:43:41 +00:00
parent b2d5d2b356
commit 0521e71e9c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<copy file="${jarversiondistname}" tofile="${jarplainname}"/>
</target>
<target depends="jar junit" name="dist" description="generate the full distribution">
<target depends="jar,junit" name="dist" description="generate the full distribution">
<echo message="${ant.project.name}: ${ant.file}"/>
<copy file="${jarversiondistname}" tofile="${jarplainname}"/>
</target>