From 9184622a74fd40976494d710075f4c9ae95a2268 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Tue, 16 Apr 2002 11:13:02 +0000 Subject: [PATCH] Fix missing end tag. Submitted by: jesse@cryptocard.com (Jesse) PR: 8137 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272463 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/maudit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/maudit.html b/docs/manual/OptionalTasks/maudit.html index 3d49e29cf..ac32bb50d 100644 --- a/docs/manual/OptionalTasks/maudit.html +++ b/docs/manual/OptionalTasks/maudit.html @@ -104,7 +104,7 @@ package names deduced from the file path will be incorrect. </sourcepath> <fileset dir="c:/metamata/examples/auditexamples"> <include name="*.java"/> - <fileset> + </fileset> </maudit>

This invokes Metamata Audit installed in c:/metamata on the audit examples