diff options
author | xue <> | 2006-08-06 22:49:24 +0000 |
---|---|---|
committer | xue <> | 2006-08-06 22:49:24 +0000 |
commit | 8b6da0a47404ce4108e54678de7507a5bebf49b7 (patch) | |
tree | 90b408651a1766a02e8b37dcd77074bfacc206c6 | |
parent | 57aa404baf18daa8d1e57144e589e6b01d2daa75 (diff) |
fixed some build errors.
-rw-r--r-- | build.xml | 1 | ||||
-rw-r--r-- | buildscripts/classtree/build.php | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -135,6 +135,7 @@ </copy> <copy file="buildscripts/classtree/DWExtensionReadme.txt" tofile="${build.src.dir}/editors/Dreamweaver/readme.txt" /> + <copy file="framework/pradolite.php" tofile="${build.src.dir}/framework/pradolite.php" /> <echo>Changing file permissions...</echo> <chmod mode="0777"> diff --git a/buildscripts/classtree/build.php b/buildscripts/classtree/build.php index c0b5ba35..351a0d28 100644 --- a/buildscripts/classtree/build.php +++ b/buildscripts/classtree/build.php @@ -9,6 +9,7 @@ $exclusions=array( // 'prado.php',
'pradolite.php',
// 'PradoBase.php',
+ 'prado-cli.php',
'clientscripts.php',
'.svn',
'/I18N/core',
|