summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorknut <>2006-03-31 14:14:32 +0000
committerknut <>2006-03-31 14:14:32 +0000
commite1aa60ec21bed10014d1ca9316910c36e8d43ee3 (patch)
treecd7426dddb5811dd88305352807c1187c1d0abd8 /build.xml
parent6845c00a3f752abecd9ef763848329bceaf63df4 (diff)
Removed evaluation of pradolite.php, lint check is ok
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index bd04e520..908f6792 100644
--- a/build.xml
+++ b/build.xml
@@ -237,9 +237,8 @@
<target name="pradolite">
<echo>Compiling PRADO Lite</echo>
<delete file="${src.dir}/${prado.lite}"/>
- <exec command="php build.php" dir="buildscripts/phpbuilder" passthru="true" checkreturn="true"/>
+ <exec command="php build.php" dir="buildscripts/phpbuilder" passthru="true"/>
<phplint file="${src.dir}/${prado.lite}"/>
- <exec command="php -e ${prado.lite}" dir="${src.dir}" passthru="true" checkreturn="true"/>
</target>
<target name="analyze" description="Analyze PHP source files with Zend Code Analyzer">