bodewig 2005/02/18 04:30:31 Modified: src/main/org/apache/tools/ant/types AbstractFileSet.java Log: Needed getDefaulexcludes in 1.6.3 for PR 33412 Revision Changes Path 1.46 +1 -1 ant/src/main/org/apache/tools/ant/types/AbstractFileSet.java Index: AbstractFileSet.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/AbstractFileSet.java,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- AbstractFileSet.java 18 Feb 2005 10:49:27 -0000 1.45 +++ AbstractFileSet.java 18 Feb 2005 12:30:31 -0000 1.46 @@ -329,7 +329,7 @@ /** * Whether default exclusions should be used or not. - * @since Ant 1.7 + * @since Ant 1.6.3 */ public synchronized boolean getDefaultexcludes() { return (isReference())
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]