summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxue <>2006-08-06 22:49:24 +0000
committerxue <>2006-08-06 22:49:24 +0000
commit8b6da0a47404ce4108e54678de7507a5bebf49b7 (patch)
tree90b408651a1766a02e8b37dcd77074bfacc206c6
parent57aa404baf18daa8d1e57144e589e6b01d2daa75 (diff)
fixed some build errors.
-rw-r--r--build.xml1
-rw-r--r--buildscripts/classtree/build.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d025daf5..bd6aaad4 100644
--- a/build.xml
+++ b/build.xml
@@ -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',