summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorknut <>2006-02-23 21:29:30 +0000
committerknut <>2006-02-23 21:29:30 +0000
commit211f4c01bab338b7d992faa27bbde238a2004f17 (patch)
treedfeef776aaa47b1e3ce0938f21240686242b1679 /build.xml
parentb9da527d60a89b8a68eb9bf1af6b7b633b0dbde4 (diff)
Completed target pradolite
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index e0ea5fd6..10b2979f 100644
--- a/build.xml
+++ b/build.xml
@@ -208,11 +208,13 @@
<regexp pattern="(require|require_once)\s*\(.*?;" replace=""/>
<regexp pattern="(include|include_once)\s*\(.*?;" replace=""/>
<regexp pattern="Prado::trace\(.*\);" replace=""/>
+ <regexp pattern="\r" replace=""/>
</replaceregexp>
+ <tabtospaces tablength="0"/>
</filterchain>
- <filelist dir="${src.dir}" listfile="buildscripts/phpbuilder/files.txt"/>
+ <filelist dir="${src.dir}" files="TComponent.php,TApplicationComponent.php,Exceptions/TException.php,Collections/TList.php,Collections/TMap.php,Collections/TAttributeCollection.php,Data/TXmlDocument.php,Web/THttpUtility.php,Web/Javascripts/TJavaScript.php,Data/TCache.php,Data/TDataFieldAccessor.php,Log/TLogger.php,core.php,prado.php,TApplication.php,Exceptions/TErrorHandler.php,Web/THttpRequest.php,Web/THttpResponse.php,Web/THttpSession.php,Web/TAssetManager.php,Security/TAuthorizationRule.php,Security/TSecurityManager.php,Web/Services/TPageService.php,Web/UI/THtmlWriter.php,Web/UI/TTemplateManager.php,Web/UI/TThemeManager.php,Web/UI/TControlAdapter.php,Web/UI/TControl.php,Web/UI/TForm.php,Web/UI/TClientScriptManager.php,Web/UI/TTemplateControl.php,Web/UI/TPage.php,Web/UI/TPageStatePersister.php,Web/UI/WebControls/TFont.php,Web/UI/WebControls/TStyle.php,Web/UI/WebControls/TWebControlAdapter.php,Web/UI/WebControls/TWebControl.php,Web/UI/WebControls/TContent.php,Web/UI/WebControls/TContentPlaceHolder.php,Web/UI/WebControls/TExpression.php,Web/UI/WebControls/TStatements.php,Web/UI/WebControls/THead.php"/>
</append>
- <exec command="php -l ${prado.lite}" dir="${build.base.dir}" passthru="true" checkreturn="true"/>
+ <phplint file="${build.base.dir}/${prado.lite}"/>
<exec command="php -e ${prado.lite}" dir="${build.base.dir}" passthru="true" checkreturn="true"/>
</target>