summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-09-20 09:35:40 +0000
committerctrlaltca@gmail.com <>2011-09-20 09:35:40 +0000
commit8dcab11beafb1a04b514a3beacc6113f29450d3c (patch)
tree408a41fdf9e54dd0075759c67843a0c7ffc103b4 /build.xml
parent026421ecddb050a7156b228c329e13de5f0f160d (diff)
patch for #363: dropping clientscripts.php
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 7f412865..9e197e61 100644
--- a/build.xml
+++ b/build.xml
@@ -513,7 +513,7 @@ the PRADO distribution:
<coverage-setup database="${reports.codecoverage.dir}/coverage.db">
<fileset dir="${src.dir}">
<include name="**/*.php"/>
- <exclude name="Web/Javascripts/js/clientscripts.php"/>
+ <exclude name="Web/Javascripts/js/jsmin.php"/>
<exclude name="Data/TCache.php"/>
<exclude name="DataAccess/**/*.php"/>
<exclude name="I18N/core/Gettext/MO.php"/>