Hi,
while debugging magic, a System.out.println was not removed before checking
in.
Here comes the patch.
/peter <<BlockTask.txt>>
---------------------------------
Peter Neubauer
Software Manager
ScanCoin Industries AB
Index: tools/tasks/BlockTask.java
===================================================================
--- tools/tasks/BlockTask.java (revision 45951)
+++ tools/tasks/BlockTask.java (working copy)
@@ -653,7 +653,6 @@
String uri, String localName, String qName, String value)
throws BuildException
{
- System.out.println("setting DynamicAttribute with: " + localName
+ ", " + qName + ", " + value );
m_attributes.put( qName, value );
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]