On Wed, Aug 6, 2008 at 5:25 AM, lacton <[EMAIL PROTECTED]> wrote: > While I was trying to refactor eclipse.rb, I noticed that, in the > context I was working with, project.resources.sources was an array of > FileTask and that project.compile.sources was a FileList. > > Is this difference expected? What motivates it?
Improving in one place and not the other, so now both use FileList. Assaf > > -- > Lacton >
