summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2012-02-12 18:22:29 +0000
committerctrlaltca@gmail.com <>2012-02-12 18:22:29 +0000
commite39de594a3e6182e70de41d7d5046e7f9c229498 (patch)
tree870ed5d9c9829632edf100b91368ee63b052f6e8
parent077bd970c87ffdc7751b52b6ec49485950b28510 (diff)
small update to build scripts
-rw-r--r--build.xml2
-rw-r--r--phing2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 94ee2a64..cac1e8d9 100644
--- a/build.xml
+++ b/build.xml
@@ -363,7 +363,7 @@ var_dump($sqlmap->queryForList('products-with-price', 50));
title="PRADO v${prado.version} API Manual"
destdir="${build.doc.dir}/manual"
sourcepath="${build.src.dir}/framework"
- ignorelist="*pradolite.php,*prado-cli.php,*3rdParty/*,*Javascripts/source/*,*packages.php,*jsmin.php,*I18N/core/*,*WebControls/assets/*"
+ ignorelist="*pradolite.php,*prado-cli.php,*3rdParty/*,*Javascripts/source/*,*packages.php,*JSMin.php,*I18N/core/*,*WebControls/assets/*"
output="HTML:frames:default,CHM:default:default,HTML:Smarty:PradoSoft" />
<echo>Indexing API manuals...</echo>
diff --git a/phing b/phing
index 5d7c5210..c2930e4c 100644
--- a/phing
+++ b/phing
@@ -1,5 +1,5 @@
#!/bin/sh
PHING_HOME=`pwd`/buildscripts/phing
export PHING_HOME
-php -d html_errors=off -qC buildscripts/phing/bin/phing.php -logger phing.listener.AnsiColorLogger $@
+php -d html_errors=off -qC buildscripts/phing/bin/phing.php $@