You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/12/13 21:34:25 UTC

svn commit: r486828 - /jakarta/commons/sandbox/javaflow/trunk/xdocs/antTask.xml

Author: bayard
Date: Wed Dec 13 12:34:24 2006
New Revision: 486828

URL: http://svn.apache.org/viewvc?view=rev&rev=486828
Log:
Fixing typo in docs

Modified:
    jakarta/commons/sandbox/javaflow/trunk/xdocs/antTask.xml

Modified: jakarta/commons/sandbox/javaflow/trunk/xdocs/antTask.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/javaflow/trunk/xdocs/antTask.xml?view=diff&rev=486828&r1=486827&r2=486828
==============================================================================
--- jakarta/commons/sandbox/javaflow/trunk/xdocs/antTask.xml (original)
+++ jakarta/commons/sandbox/javaflow/trunk/xdocs/antTask.xml Wed Dec 13 12:34:24 2006
@@ -39,20 +39,20 @@
               <td>yes</td>
             </tr>
             <tr>
-              <td>destdir</td>
+              <td>dstdir</td>
               <td>directory to which the instrumented class files will be placed. This can be the same directory as the source directory.</td>
               <td>yes</td>
             </tr>
           </tbody>
         </table>
         <p>
-          When srcdir==destdir, class files are touched only when they are not yet instrumented.
+          When srcdir==dstdir, class files are touched only when they are not yet instrumented.
         </p>
       </subsection>
     </section>
     <section name="Examples">
 <source><![CDATA[
-<javaflow srcdir="build/classes" destdir="build/classes">
+<javaflow srcdir="build/classes" dstdir="build/classes">
   <include name="**/*.class" />
 </javaflow>
 ]]></source>



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