donaldp 02/04/18 05:50:52
Modified: src/main/org/apache/tools/ant/taskdefs/optional/extension
DeweyDecimal.java Compatability.java
Log:
Add warning banners
Revision Changes Path
1.2 +8 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java
Index: DeweyDecimal.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DeweyDecimal.java 18 Apr 2002 12:46:49 -0000 1.1
+++ DeweyDecimal.java 18 Apr 2002 12:50:52 -0000 1.2
@@ -63,8 +63,15 @@
* 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:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.1 $ $Date: 2002/04/18 12:46:49 $
+ * @version $Revision: 1.2 $ $Date: 2002/04/18 12:50:52 $
*/
public final class DeweyDecimal
{
1.3 +8 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java
Index: Compatability.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/extension/Compatability.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Compatability.java 17 Apr 2002 10:42:33 -0000 1.2
+++ Compatability.java 18 Apr 2002 12:50:52 -0000 1.3
@@ -58,8 +58,15 @@
* 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:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.2 $ $Date: 2002/04/17 10:42:33 $
+ * @version $Revision: 1.3 $ $Date: 2002/04/18 12:50:52 $
* @see Extension
*/
public final class Compatability
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>