You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2004/08/12 14:00:48 UTC

cvs commit: jakarta-commons-sandbox/vfs/xdocs anttasks.xml

imario      2004/08/12 05:00:48

  Modified:    vfs/xdocs anttasks.xml
  Log:
  PR:30614
  
  typo in taskdef
  
  Revision  Changes    Path
  1.7       +6 -6      jakarta-commons-sandbox/vfs/xdocs/anttasks.xml
  
  Index: anttasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/xdocs/anttasks.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- anttasks.xml	19 Jun 2004 18:31:11 -0000	1.6
  +++ anttasks.xml	12 Aug 2004 12:00:48 -0000	1.7
  @@ -63,7 +63,7 @@
                   </p>
   
                   <source><![CDATA[
  -<taskdef resource="/org/apache/commons/vfs/tasks/tasks.properties"/>
  +<taskdef resource="org/apache/commons/vfs/tasks/tasks.properties"/>
                       ]]></source>
   
                   <p>
  @@ -72,7 +72,7 @@
                   </p>
   
                   <source><![CDATA[
  -<taskdef resource="/org/apache/commons/vfs/tasks/tasks.properties">
  +<taskdef resource="org/apache/commons/vfs/tasks/tasks.properties">
       <classpath> ... </classpath>
   </taskdef>
                       ]]></source>
  @@ -103,14 +103,14 @@
                   </tr>
                   <tr>
                       <td>srcdir</td>
  -                    <td>The source folder. If used the includes and desdir 
  +                    <td>The source folder. If used the includes and desdir
                           attributes should be specified.</td>
                       <td>No</td>
                   </tr>
                   <tr>
                       <td>includes</td>
                       <td>A comma or space separated list of files. The files
  -                        are resolved in combination with the specified 
  +                        are resolved in combination with the specified
                           srcdir attribute.</td>
                       <td>Only if srcdir is specified.</td>
                   </tr>
  @@ -207,13 +207,13 @@
                   </tr>
                   <tr>
                       <td>srcdir</td>
  -                    <td>The source folder. If used the includes attribute 
  +                    <td>The source folder. If used the includes attribute
                           should be specified.</td>
                   </tr>
                   <tr>
                       <td>includes</td>
                       <td>A comma or space separated list of files. The files
  -                        are resolved in combination with the specified 
  +                        are resolved in combination with the specified
                           srcdir attribute.</td>
                       <td>Only if srcdir is specified.</td>
                   </tr>
  
  
  

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