From f62487dd91f5fe9634668da4a73f329053f338ca Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 22 Jul 2003 05:52:36 +0000 Subject: [PATCH] missing closing / in XML filelist element PR: 21784 Submitted by: aledonne at yahoo dot com git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274879 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/using.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/using.html b/docs/manual/using.html index fdfe27622..fd53908a3 100644 --- a/docs/manual/using.html +++ b/docs/manual/using.html @@ -373,7 +373,7 @@ defined.

<include name="apps/**/classes"/> <exclude name="apps/**/*Test*"/> </dirset> - <filelist refid="third-party_jars"> + <filelist refid="third-party_jars"/> </classpath>

This builds a path that holds the value of ${classpath},