Browse Source

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
master
Stephane Bailliez 23 years ago
parent
commit
9184622a74
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/maudit.html

+ 1
- 1
docs/manual/OptionalTasks/maudit.html View File

@@ -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>
&lt;/maudit&gt;</pre>
<p>
This invokes Metamata Audit installed in <tt>c:/metamata</tt> on the audit examples


Loading…
Cancel
Save