From 5adb3e7fea736adaa99622c79247ff7bc6f14e42 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Tue, 15 Mar 2011 04:08:37 +0000
Subject: [PATCH] 339818 - Should install our custom build tools with p2
 director, instead of jar copy

---
 .../src/org/eclipse/wtp/releng/tools/FileCounter.java           | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/org.eclipse.wtp.releng.tools/src/org/eclipse/wtp/releng/tools/FileCounter.java b/plugins/org.eclipse.wtp.releng.tools/src/org/eclipse/wtp/releng/tools/FileCounter.java
index 1a81f4661..33994b47f 100644
--- a/plugins/org.eclipse.wtp.releng.tools/src/org/eclipse/wtp/releng/tools/FileCounter.java
+++ b/plugins/org.eclipse.wtp.releng.tools/src/org/eclipse/wtp/releng/tools/FileCounter.java
@@ -27,6 +27,8 @@ import org.apache.tools.ant.Task;
  * 
  * Note: Filter comparison is NOT case sensitive.  Do not use wild cards.
  * ie .zip counts all files with .zip anywere in the name.
+ * 
+ * @deprecated -- no longer needed or used. We now use the built in resourcecount task. This class will be deleted.
  */
 public class FileCounter extends Task {
 	
-- 
GitLab