| 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 |
<!-- ==================================================================================================== --> |
<!-- ==================================================================================================== --> |
| 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> |