bodewig 2003/10/15 06:21:00 Modified: docs/manual/CoreTypes Tag: ANT_16_BRANCH custom-programming.html Log: Merge from HEAD Revision Changes Path No revision No revision 1.2.2.5 +1 -1 ant/docs/manual/CoreTypes/custom-programming.html Index: custom-programming.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTypes/custom-programming.html,v retrieving revision 1.2.2.4 retrieving revision 1.2.2.5 diff -u -r1.2.2.4 -r1.2.2.5 --- custom-programming.html 14 Oct 2003 09:56:55 -0000 1.2.2.4 +++ custom-programming.html 15 Oct 2003 13:21:00 -0000 1.2.2.5 @@ -57,7 +57,7 @@ import org.apache.tools.ant.BuildException; import org.apache.tools.ant.taskdefs.condition.Condition; -public class AllUpperCaseCondition extends Condition { +public class AllUpperCaseCondition implements Condition { private String value; // The setter for the "value" attribute
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]