summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorknut <>2006-02-25 13:13:01 +0000
committerknut <>2006-02-25 13:13:01 +0000
commit730d4af8510937fbbc7326f6776ae5aa06f3426d (patch)
treec00d1423407b4c10a72b9992308e65e000b53831 /build.xml
parent5cd7be1e0849edcb1ecea652e1f6531bcf0a7402 (diff)
Excluding DataAccess/**/*.php from code coverage since that part of the framework is incomplete
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 10b2979f..7c291da2 100644
--- a/build.xml
+++ b/build.xml
@@ -135,6 +135,7 @@
<include name="**/*.php"/>
<exclude name="Web/Javascripts/js/clientscripts.php"/>
<exclude name="Data/TCache.php"/>
+ <exclude name="DataAccess/**/*.php"/>
<exclude name="I18N/core/Gettext/MO.php"/>
<exclude name="I18N/core/Gettext/PO.php"/>
<exclude name="I18N/core/util.php"/>
@@ -217,5 +218,4 @@
<phplint file="${build.base.dir}/${prado.lite}"/>
<exec command="php -e ${prado.lite}" dir="${build.base.dir}" passthru="true" checkreturn="true"/>
</target>
-
</project>