From 91305712a1b29187aa7801bb502258fee8685b6d Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Thu, 3 May 2001 13:01:34 +0000
Subject: [PATCH] fix wording of fileset example.
PR: 1239
Submitted by: Daniel.Barclay@digitalfocus.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269006 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 58d6b83e5..e1fc5a116 100644
--- a/docs/manual/using.html
+++ b/docs/manual/using.html
@@ -317,7 +317,7 @@ defined.
<pathelement location="classes"/>
</classpath>
-Builds a path that holds the value of ${classpath}
,
+
This builds a path that holds the value of ${classpath}
,
followed by all jar files in the lib
directory, followed
by the classes
directory.
If you want to use the same path-like structure for several tasks,