Skip to content
Snippets Groups Projects
Commit 253563b7 authored by Richard Alam's avatar Richard Alam
Browse files

- clean up client output dir

parent 8fec851c
No related branches found
No related tags found
No related merge requests found
......@@ -480,8 +480,9 @@
</target>
<target name="clean" depends="init-ant-contrib">
<available file="${OUTPUT_DIR}" type="dir" property="client.dir.present"/>
<if>
<equals arg1="${OUTPUT_DIR}" arg2="true"/>
<equals arg1="${client.dir.present}" arg2="true"/>
<then>
<echo message="Locale output dir exists. Deleting contents of ${OUTPUT_DIR}/locale"/>
<delete>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment