You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by je...@apache.org on 2011/04/14 04:44:52 UTC

[zeta-commits] svn commit: r1092004 - /incubator/zetacomponents/website/Pakefile

Author: jeromer
Date: Thu Apr 14 04:44:52 2011
New Revision: 1092004

URL: http://svn.apache.org/viewvc?rev=1092004&view=rev
Log:
- Replaced ezcBaseFile::removeRecursive by pake_remove_dir
# Thanks Alexey Zakhlestin

Modified:
    incubator/zetacomponents/website/Pakefile

Modified: incubator/zetacomponents/website/Pakefile
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/Pakefile?rev=1092004&r1=1092003&r2=1092004&view=diff
==============================================================================
--- incubator/zetacomponents/website/Pakefile (original)
+++ incubator/zetacomponents/website/Pakefile Thu Apr 14 04:44:52 2011
@@ -137,7 +137,7 @@ function run_phpdoc( $task, $args )
     pake_copy( $tarball, $targetDir . '/' . $options['build.name'] . '.tar.bz2' );
 
     pake_echo_comment( 'Removing tarball' );
-    ezcBaseFile::removeRecursive( $options['build.dir'] . '/phpdoc/' );
+    pake_remove_dir( $options['build.dir'] . '/phpdoc/' );
 }
 
 /* ------ "Private" functions ----------- */