Author: mbenson
Date: Thu Sep 14 10:19:34 2006
New Revision: 443421
URL: http://svn.apache.org/viewvc?view=rev&rev=443421
Log:
Remove Steve's complaint ;) after Stefan and Peter's recent Location changes
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/EchoXML.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/EchoXML.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/EchoXML.java?view=diff&rev=443421&r1=443420&r2=443421
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/EchoXML.java
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/EchoXML.java Thu Sep
14 10:19:34 2006
@@ -32,10 +32,8 @@
/**
* Echo XML.
- * Notice how this is a ProjectComponent and not a task, which means that
certain
- * well-known task operations (such as [EMAIL PROTECTED]
org.apache.tools.ant.Task#getLocation()}) do not work.
*
- * Other limitations
+ * Known limitations:
* <ol>
* <li>Currently no XMLNS support</li>
* <li>Processing Instructions get ignored</li>
@@ -45,7 +43,6 @@
* @since Ant 1.7
*/
public class EchoXML extends XMLFragment {
-
private File file;
private boolean append;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]