Move the TCK report task to user/build.xml and
delete samples/validationtck

Review at http://gwt-code-reviews.appspot.com/1288801

Review by: rchandia@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9559 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/common.ant.xml b/common.ant.xml
index a62cce3..ea0d870 100755
--- a/common.ant.xml
+++ b/common.ant.xml
@@ -128,6 +128,15 @@
       <pathelement location="${gwt.tools.antlib}/ant-contrib-1.0b3.jar" />
     </classpath>
   </taskdef>
+  
+  
+  <!-- Pulls in tasks defined in antcount, i.e. countfilter -->
+  <taskdef resource="net/sf/antcount/antlib.xml">
+    <classpath>
+      <pathelement location="${gwt.tools.antlib}/antcount-1.2.jar" />
+    </classpath>
+  </taskdef>
+  
 
   <!-- Global Custom Tasks -->
   <presetdef name="gwt.ant">