vmassol     2003/01/31 03:18:39

  Modified:    petals/ant/src/scripts/share build-share.xml
  Log:
  Make sure the Petal web.xml overwrites the user web.xml (in the near future they 
will be merged).
  
  Revision  Changes    Path
  1.7       +2 -1      jakarta-cactus/petals/ant/src/scripts/share/build-share.xml
  
  Index: build-share.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/petals/ant/src/scripts/share/build-share.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build-share.xml   30 Jan 2003 10:40:32 -0000      1.6
  +++ build-share.xml   31 Jan 2003 11:18:39 -0000      1.7
  @@ -121,7 +121,8 @@
           <!-- TODO: Perform a web.xml merge -->
   
           <!-- Copy the Cactus web.xml -->
  -        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF">
  +        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF" 
  +             overwrite="true">
               <fileset dir="${cactus.conf.dir}">
                   <include name="web.xml"/>
               </fileset>
  
  
  

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

Reply via email to