peterreilly 2005/01/24 05:31:29 Modified: src/main/org/apache/tools/ant/taskdefs/condition Xor.java Log: type not task Revision Changes Path 1.3 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java Index: Xor.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Xor.java 24 Jan 2005 10:11:32 -0000 1.2 +++ Xor.java 24 Jan 2005 13:31:29 -0000 1.3 @@ -21,7 +21,7 @@ import java.util.Enumeration; /** - * <tt>Xor</tt> task to exclusive or operations. + * The <tt>Xor</tt> condition type to exclusive or operations. * This does not shortcut stuff. */ public class Xor extends ConditionBase implements Condition {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]