mirror of https://github.com/jlizier/jidt
fixed multiple dependencies in ant file
This commit is contained in:
parent
b2d5d2b356
commit
0521e71e9c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue