holtdl 02/03/30 10:50:09
Modified: docs/manual/CoreTasks dirname.html
Log:
Oops.
Revision Changes Path
1.2 +1 -1 jakarta-ant/docs/manual/CoreTasks/dirname.html
Index: dirname.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/dirname.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dirname.html 20 Mar 2002 02:48:15 -0000 1.1
+++ dirname.html 30 Mar 2002 18:50:09 -0000 1.2
@@ -42,7 +42,7 @@
<pre> <dirname property="antfile.dir"
file="${ant.file}"/></pre>
will set <code>antfile.dir</code> to the directory path for
<code>${ant.file}</code>.
-<pre> <dirname property="foo.dirname"
file="foo.txt"</pre>
+<pre> <dirname property="foo.dirname"
file="foo.txt"/></pre>
will set <code>foo.dirname</code> to the current directory.</p>
<hr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>