--- [EMAIL PROTECTED] wrote:
> Author: bodewig
> Date: Wed Sep 28 12:28:39 2005
> New Revision: 292276
>
> URL:
> http://svn.apache.org/viewcvs?rev=292276&view=rev
> Log:
> No, not necessary
:) Hmm, why not?
-Matt
>
> Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecuteOn.java
> Wed Sep 28 12:28:39 2005
> @@ -112,11 +112,7 @@
> * @since Ant 1.7
> */
> public void add(ResourceCollection rc) {
> - if (rc instanceof FileSet) {
> - addFileset((FileSet) rc);
> - } else {
> - resources.add(rc);
> - }
> + resources.add(rc);
> }
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]