Author: bodewig
Date: Tue Jul 14 04:12:35 2009
New Revision: 793785

URL: http://svn.apache.org/viewvc?rev=793785&view=rev
Log:
typo.  PR 47522

Modified:
    ant/core/trunk/docs/manual/CoreTasks/macrodef.html

Modified: ant/core/trunk/docs/manual/CoreTasks/macrodef.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/macrodef.html?rev=793785&r1=793784&r2=793785&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/macrodef.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/macrodef.html Tue Jul 14 04:12:35 2009
@@ -325,7 +325,7 @@
     </p>
     <blockquote>
 <pre class="code">
-&lt;call-cc target="unittests"/&gt;
+&lt;call-cc target="unittests"&gt;
    &lt;includepath location="${gen.dir}"/&gt;
    &lt;includepath location="test"/&gt;
    &lt;fileset dir="test/unittest" includes = "**/*.cpp"/&gt;


Reply via email to