Author: stevel Date: Tue Jan 16 14:24:42 2007 New Revision: 496879 URL: http://svn.apache.org/viewvc?view=rev&rev=496879 Log: I forgot to add an @since tag when this was added.
Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java?view=diff&rev=496879&r1=496878&r2=496879 ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/Xor.java Tue Jan 16 14:24:42 2007 @@ -24,6 +24,7 @@ /** * The <tt>Xor</tt> condition type to exclusive or operations. * This does not shortcut stuff. + * @since Ant 1.7 */ public class Xor extends ConditionBase implements Condition { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]