Make it quiet

This commit is contained in:
Andrey Breslav
2012-01-30 20:52:14 +04:00
parent b4bc2fff08
commit 88d53d7734
+1 -1
View File
@@ -3,7 +3,7 @@
<property name="artifact.output.path" value="${basedir}/out/artifacts/KotlinPlugin"/>
<target name="cleanup">
<delete verbose="true">
<delete verbose="true" quiet="true">
<fileset dir="${artifact.output.path}" includes="*"/>
</delete>
</target>