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:42:15 UTC

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

Author: jeromer
Date: Thu Apr 14 04:42:14 2011
New Revision: 1092003

URL: http://svn.apache.org/viewvc?rev=1092003&view=rev
Log:
- Replaced copy by pake_copy
# Thanks Alexey Zakhlestin

Modified:
    incubator/zetacomponents/website/Pakefile

Modified: incubator/zetacomponents/website/Pakefile
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/Pakefile?rev=1092003&r1=1092002&r2=1092003&view=diff
==============================================================================
--- incubator/zetacomponents/website/Pakefile (original)
+++ incubator/zetacomponents/website/Pakefile Thu Apr 14 04:42:14 2011
@@ -134,7 +134,7 @@ function run_phpdoc( $task, $args )
     pake_mkdirs( $targetDir, 0755 );
 
     pake_echo_comment( 'Copying tarball' );
-    copy( $tarball, $targetDir . '/' . $options['build.name'] . '.tar.bz2' );
+    pake_copy( $tarball, $targetDir . '/' . $options['build.name'] . '.tar.bz2' );
 
     pake_echo_comment( 'Removing tarball' );
     ezcBaseFile::removeRecursive( $options['build.dir'] . '/phpdoc/' );