You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2005/11/16 20:45:57 UTC

svn commit: r345096 - /ant/core/trunk/docs/manual/CoreTasks/concat.html

Author: mbenson
Date: Wed Nov 16 11:45:55 2005
New Revision: 345096

URL: http://svn.apache.org/viewcvs?rev=345096&view=rev
Log:
close tags in binary example.  PR# 37531.

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

Modified: ant/core/trunk/docs/manual/CoreTasks/concat.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTasks/concat.html?rev=345096&r1=345095&r2=345096&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/concat.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/concat.html Wed Nov 16 11:45:55 2005
@@ -266,8 +266,8 @@
       <p><b>Concatenate a number of binary files.</b></p>
         <pre>
    &lt;concat destfile="${build.dir}/dist.bin" binary="yes"&gt;
-     &lt;fileset file="${src.dir}/scripts/dist.sh"&gt;
-     &lt;fileset file="${build.dir}/dist.tar.bz2"&gt;
+     &lt;fileset file="${src.dir}/scripts/dist.sh" /&gt;
+     &lt;fileset file="${build.dir}/dist.tar.bz2" /&gt;
    &lt;/concat&gt;
         </pre>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org