+ add bak in windows.

This commit is contained in:
wangyidong
2012-11-26 09:30:54 +00:00
parent 2903b59fbc
commit 8f1b6f2ab4
7 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
\xampp\php\php.exe backup.php
pause

View File

@@ -0,0 +1,2 @@
\xampp\php\php.exe checkdb.php
pause

View File

@@ -0,0 +1,2 @@
\xampp\php\php.exe computeburn.php
pause

View File

@@ -0,0 +1,2 @@
\xampp\php\php.exe getbugs.php
pause

View File

@@ -0,0 +1,2 @@
\xampp\php\php.exe todo.php
pause

View File

@@ -325,7 +325,7 @@ $file->mkdir('/xampp/zentao/module/svn/ext/config/');
$file->copyDir($buildDir . '/svn/silksvn/', '/xampp/silksvn');
$file->mkdir('/xampp/zentao/module/svn/ext/config/');
$file->mkdir('/xampp/zentao/bin/');
$file->copyFile($buildDir . '/svn/svn.php', '/xampp/zentao/module/svn/ext/config/svn.php');
$file->copyFile($buildDir . '/svn/svn.php', '/xampp/zentao/module/svn/ext/config/svn.php');
$file->copyFile($buildDir . '/svn/syncsvn.bat', '/xampp/zentao/bin/syncsvn.bat');
$file->copyDir($buildDir . '/bin/', '/xampp/zentao/bin/');