partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit fedf52ca57383eb23203324fb493a2ef80e3e4a3
parent 0a5d075280275c7a6ee2cbd23be0dd35a3c0cc1c
Author: Felicitus <felicitus@felicitus.de>
Date:   Thu, 23 Sep 2010 14:20:08 +0200

Added jsLint to the cruisecontrol target
Diffstat:
Mbuild.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml @@ -26,7 +26,7 @@ <delete dir="reports" /> </target> - <target name="cruise-control" depends="clean,phpmd,phpcpd,code-coverage,php-documentor"> + <target name="cruise-control" depends="clean,phpmd,jslint,phpcpd,code-coverage,php-documentor"> </target>