From a8b313eacee2dea2831189f15f654ef83f9563c3 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Fri, 18 Sep 2009 16:04:58 +0200 Subject: [PATCH] Added ant task to calculate JavaNCSS code statistics --- build.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/build.xml b/build.xml index 8f1b687b17b..d9af122e325 100644 --- a/build.xml +++ b/build.xml @@ -37,6 +37,15 @@ + + + + + + + + + @@ -1093,6 +1102,24 @@ + + + Calculating source statistics... + + +