bodewig 2004/07/13 08:23:32 Modified: src/main/org/apache/tools/ant/types/selectors/modifiedselector ModifiedSelector.java Log: Use a proper ASCII character Revision Changes Path 1.9 +1 -1 ant/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java Index: ModifiedSelector.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ModifiedSelector.java 12 Jul 2004 15:04:13 -0000 1.8 +++ ModifiedSelector.java 13 Jul 2004 15:23:32 -0000 1.9 @@ -84,7 +84,7 @@ * </pre></p> * * <p>If you want to provide your own interface implementation you can do - * that via the *classname attributes. If the classes are not on Antīs core + * that via the *classname attributes. If the classes are not on Ant's core * classpath, you will have to provide the path via nested <classpath> * element, so that the selector can find the classes. <pre> * <modified cacheclassname="com.mycompany.MyCache">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]