diff --git a/build.xml b/build.xml index a8fb2c3d61a45fa3a23f0d6b76c28ed386de1488..3ef7ceef500fa4f5795eb64ccd04f6d45fb4b70a 100644 --- a/build.xml +++ b/build.xml @@ -298,6 +298,7 @@ POSSIBILITY OF SUCH DAMAGE. <target name="nuke.dot.viskit" description="Abolish an out of synch configuration and metadata directory - only when necessary"> <delete includeemptydirs="yes" dir="${dot.viskit.dir}"/> + <!-- repopulute with defaults --> <mkdir dir="${dot.viskit.dir}"/> <copy todir="${dot.viskit.dir}" file="${c_app.xml}"/> <copy todir="${dot.viskit.dir}" file="${c_gui.xml}"/>