peterreilly 2004/10/11 01:42:18 Modified: src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH XmlProperty.java Log: sync Revision Changes Path No revision No revision 1.18.2.6 +0 -1 ant/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java Index: XmlProperty.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java,v retrieving revision 1.18.2.5 retrieving revision 1.18.2.6 diff -u -r1.18.2.5 -r1.18.2.6 --- XmlProperty.java 10 Sep 2004 08:55:54 -0000 1.18.2.5 +++ XmlProperty.java 11 Oct 2004 08:42:18 -0000 1.18.2.6 @@ -426,7 +426,6 @@ if (semanticAttributes && id == null && container instanceof String) { id = (String) container; - System.out.println("Setting id = " + id); } if (nodeText.trim().length() != 0) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]