From 90a61a82751b9aa3815a5084b27ec90f5f8f15f8 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 24 Aug 2024 13:01:47 -0700 Subject: [PATCH] explanatory comment --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index a8fb2c3d61..3ef7ceef50 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}"/> -- GitLab