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

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

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

revision 1.4, Mon Mar 17 10:16:09 2008 UTC revision 1.5, 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: do_testing-site.xml,v 1.3 2008/03/08 01:38:11 allisterbeharry Exp $  $Id: do_testing-site.xml,v 1.4 2008/03/17 10:16:09 allisterbeharry Exp $
4  ]]> -->  ]]> -->
5    
6  <!-- ==================================================================================================== -->  <!-- ==================================================================================================== -->
# Line 25  $Id: do_testing-site.xml,v 1.3 2008/03/0 Line 25  $Id: do_testing-site.xml,v 1.3 2008/03/0
25        <echo>----------------------------------------------------</echo>        <echo>----------------------------------------------------</echo>
26        <echo> +++++ Running do_testing-site.xml clean-files +++++</echo>        <echo> +++++ Running do_testing-site.xml clean-files +++++</echo>
27        <echo>----------------------------------------------------</echo>        <echo>----------------------------------------------------</echo>
28        <available file="${drupal.filesDirPath}" type="dir" property="drupal.filesDirPath"/>        <available file="${drupal.filesDirPath}" type="dir" property="drupal.filesDirPathExists"/>
29        <if><isset property="drupal.dir.DirectoryExists"/><then>        <if><isset property="drupal.filesDirPathExists"/><then>
30          <delete dir="${drupal.filesDirPath}" includeemptydirs="true" verbose="false" failonerror="true"/>          <delete dir="${drupal.filesDirPath}" includeemptydirs="true" verbose="false" failonerror="true"/>
31          <echo>${drupal.filesDirPath} deleted </echo>          <echo>${drupal.filesDirPath} deleted </echo>
32        </then>        </then>

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

  ViewVC Help
Powered by ViewVC 1.1.2