Browse Source

Add warning banners

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272504 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
708643964e
2 changed files with 14 additions and 0 deletions
  1. +7
    -0
      src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java
  2. +7
    -0
      src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java

+ 7
- 0
src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java View File

@@ -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 <a href="mailto:peter@apache.org">Peter Donald</a>
* @version $Revision$ $Date$
* @see Extension


+ 7
- 0
src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java View File

@@ -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 <a href="mailto:peter@apache.org">Peter Donald</a>
* @version $Revision$ $Date$
*/


Loading…
Cancel
Save