/[drupal]/contributions/modules/DAST/src/projects/default-site/default-site.xml
ViewVC logotype

Diff of /contributions/modules/DAST/src/projects/default-site/default-site.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Mon Mar 17 10:16:08 2008 UTC revision 1.4, Mon Mar 17 10:54:54 2008 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <!-- <![CDATA[  <!-- <![CDATA[
3  $Id: default-site.xml,v 1.2 2008/03/08 01:40:18 allisterbeharry Exp $  $Id: default-site.xml,v 1.3 2008/03/17 10:16:08 allisterbeharry Exp $
4  ]]> -->  ]]> -->
5    
6  <!-- ==================================================================================================== -->  <!-- ==================================================================================================== -->
# Line 29  $Id: default-site.xml,v 1.2 2008/03/08 0 Line 29  $Id: default-site.xml,v 1.2 2008/03/08 0
29        <echo>-------------------------------------------------</echo>        <echo>-------------------------------------------------</echo>
30        <echo> +++++ Running default-site.xml clean-files +++++</echo>        <echo> +++++ Running default-site.xml clean-files +++++</echo>
31        <echo>-------------------------------------------------</echo>        <echo>-------------------------------------------------</echo>
32        <available file="${drupal.filesDirPath}" type="dir" property="drupal.filesDirPath"/>        <available file="${drupal.filesDirPath}" type="dir" property="drupal.filesDirPathExists"/>
33        <if><isset property="drupal.dir.DirectoryExists"/><then>        <if><isset property="drupal.filesDirPathExists"/><then>
34          <delete dir="${drupal.filesDirPath}" includeemptydirs="true" verbose="false" failonerror="true"/>          <delete dir="${drupal.filesDirPath}" includeemptydirs="true" verbose="false" failonerror="true"/>
35          <echo>${drupal.filesDirPath} deleted </echo>          <echo>${drupal.filesDirPath} deleted </echo>
36        </then>        </then>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2