From 90c5b7fb139fe45125f1d859448c3d75838f3b7d Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 10 Dec 2023 09:04:33 -0800 Subject: [PATCH] consolidated clean.all.pduLogs --- build.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.xml b/build.xml index 59de423745..e08d650196 100644 --- a/build.xml +++ b/build.xml @@ -82,6 +82,11 @@ POSSIBILITY OF SUCH DAMAGE. <ant dir="assignments" target="jar"/> <antcall target="javadoc.all"/> </target> + + <target name="clean.all.pduLogs" description="clean autogenerated PDU capture logs"> + <ant dir="assignments" target="clean.all.pduLogs"/> + <ant dir="examples" target="clean.all.pduLogs"/> + </target> <target name="javadoc.all"> <ant dir="examples" target="view.opendis7.javadoc"/> -- GitLab