| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!-- <![CDATA[ |
<!-- <![CDATA[ |
| 3 |
$Id: site-fetch.xml,v 1.12 2008/03/17 07:01:30 allisterbeharry Exp $ |
$Id: site-fetch.xml,v 1.13 2008/03/17 08:44:34 allisterbeharry Exp $ |
| 4 |
--> |
--> |
| 5 |
<project name="site-fetch" default="main"> |
<project name="site-fetch" default="main"> |
| 6 |
<!-- ============================================================================================================== --> |
<!-- ============================================================================================================== --> |
| 52 |
</Chmod> |
</Chmod> |
| 53 |
</else> |
</else> |
| 54 |
</if> --> |
</if> --> |
| 55 |
|
<available file="${drupal.dir}${php.directory_separator}${drupal.settings.location}" type="file" property="drupal.settings.locationExists"/> |
| 56 |
|
<if><isset property="drupal.settings.locationExists"/><then> |
| 57 |
|
<Chmod Mode="0777" file="${drupal.dir}${php.directory_separator}${drupal.settings.location}" /></then> |
| 58 |
|
</if> |
| 59 |
<delete dir="${drupal.dir}" includeemptydirs="true" verbose="false" failonerror="true"/> |
<delete dir="${drupal.dir}" includeemptydirs="true" verbose="false" failonerror="true"/> |
| 60 |
<echo>${drupal.dir} deleted </echo> |
<echo>${drupal.dir} deleted </echo> |
| 61 |
</then> |
</then> |