vmassol     2003/11/23 08:47:09

  Modified:    documentation/docs/xdocs/integration/ant task_cactus.xml
  Log:
  Make sure readers understand that "fileset" refers to the Ant fileset.
  
  Revision  Changes    Path
  1.14      +12 -6     
jakarta-cactus/documentation/docs/xdocs/integration/ant/task_cactus.xml
  
  Index: task_cactus.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/xdocs/integration/ant/task_cactus.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- task_cactus.xml   7 Aug 2003 07:12:09 -0000       1.13
  +++ task_cactus.xml   23 Nov 2003 16:47:09 -0000      1.14
  @@ -739,10 +739,12 @@
             <section title="conf">
   
               <p>
  -              A fileset that can be used to specify the set of files that
  +              An Ant Fileset that can be used to specify the set of files that
                 should be placed into the <strong>conf</strong> directory of the
                 installation directory. This fileset should not include the
  -              <code>serverxml</code> file.
  +              <code>server.xml</code> file (it will be excluded if you add it)
  +              as you must use the <code>serverxml</code> attribute to specify a
  +              custom version of it.
               </p>
   
             </section>
  @@ -851,10 +853,12 @@
             <section title="conf">
   
               <p>
  -              A fileset that can be used to specify the set of files that
  +              An Ant Fileset that can be used to specify the set of files that
                 should be placed into the <strong>conf</strong> directory of the
                 installation directory. This fileset should not include the
  -              <code>serverxml</code> file.
  +              <code>server.xml</code> file (it will be excluded if you add it)
  +              as you must use the <code>serverxml</code> attribute to specify a
  +              custom version of it.
               </p>
   
             </section>
  @@ -963,10 +967,12 @@
             <section title="conf">
   
               <p>
  -              A fileset that can be used to specify the set of files that
  +              An Ant Fileset that can be used to specify the set of files that
                 should be placed into the <strong>conf</strong> directory of the
                 installation directory. This fileset should not include the
  -              <code>serverxml</code> file.
  +              <code>server.xml</code> file (it will be excluded if you add it)
  +              as you must use the <code>serverxml</code> attribute to specify a
  +              custom version of it.
               </p>
   
             </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to