From fb8e47ecf41c8e3f5bbd59f5f773e6ccf9a5f7e2 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Sun, 5 Mar 2006 22:23:34 +0000 Subject: [PATCH] took out the "dont bother us line". I know, we hate the calls, but maybe we are being too harsh here. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@383423 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/ComponentHelper.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/ComponentHelper.java b/src/main/org/apache/tools/ant/ComponentHelper.java index 220732121..3eb3fef45 100644 --- a/src/main/org/apache/tools/ant/ComponentHelper.java +++ b/src/main/org/apache/tools/ant/ComponentHelper.java @@ -958,8 +958,7 @@ public class ComponentHelper { } } else { out.println(); - out.println("It is not an Ant bug; there is no need to file a bug" - + " report or contact the developers."); + out.println("This is not an bug; it is a configuration problem"); } } out.flush();