giacomo     01/04/12 05:09:59

  Modified:    .        Tag: xml-cocoon2 build.xml
  Log:
  This fix makes the remove-webapp target working correctly
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.69  +1 -1      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.6.2.68
  retrieving revision 1.6.2.69
  diff -u -r1.6.2.68 -r1.6.2.69
  --- build.xml 2001/04/12 08:29:06     1.6.2.68
  +++ build.xml 2001/04/12 12:09:58     1.6.2.69
  @@ -382,7 +382,7 @@
     <!-- =================================================================== 
-->
     <!-- Removes existing uncompressed webapp                                
-->
     <!-- =================================================================== 
-->
  -  <target name="remove-webapp" if="remove.webapp" description="Removes 
existing uncompressed webapp">
  +  <target name="remove-webapp" if="remove.webapp" description="Removes 
existing uncompressed webapp" depends="init">
       <delete dir="${install.war}/${name}"/>
     </target>
     
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to