You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2009/07/14 06:12:37 UTC

svn commit: r793785 - /ant/core/trunk/docs/manual/CoreTasks/macrodef.html

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;