From 708643964e145f50061048d146ad707a9b6347d4 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Thu, 18 Apr 2002 12:50:52 +0000 Subject: [PATCH] Add warning banners git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272504 13f79535-47bb-0310-9956-ffa450edef68 --- .../ant/taskdefs/optional/extension/Compatability.java | 7 +++++++ .../ant/taskdefs/optional/extension/DeweyDecimal.java | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java index da5a1cb19..20286ed20 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java @@ -58,6 +58,13 @@ package org.apache.tools.ant.taskdefs.optional.extension; * of one extension to another. See (@link Extension) for instances * of object. * + * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING + * This file is from excalibur.extension package. Dont edit this file + * directly as there is no unit tests to make sure it is operational + * in ant. Edit file in excalibur and run tests there before changing + * ants file. + * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING + * * @author Peter Donald * @version $Revision$ $Date$ * @see Extension diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java b/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java index 1c9890626..a72d0f583 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java @@ -63,6 +63,13 @@ import java.util.StringTokenizer; * represent major, minor, micro, etc versions. The version number * must begin with a number. * + * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING + * This file is from excalibur.extension package. Dont edit this file + * directly as there is no unit tests to make sure it is operational + * in ant. Edit file in excalibur and run tests there before changing + * ants file. + * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING + * * @author Peter Donald * @version $Revision$ $Date$ */