--- [EMAIL PROTECTED] wrote:
> I was wondering if the following can be simplified.
> Can all these fileset tasks can be merged into one while still achieving
> the same effect?
>
> <!-- Copy all the sources to the $build.src directory -->
> <copy todir="${build.src}" preservelastmodified="yes">
> <fileset dir="${src.dir}/ApacheJServ"
> includes="**/*.java"/>
> <fileset dir="${src.dir}/HTTPClient"
> includes="**/*.java"/>
> <fileset dir="${src.dir}/dnsjava"
> includes="**/*.java"/>
> <fileset dir="${src.dir}/ecs/src/java"
> includes="**/*.java"/>
> </copy>
<fileset dir="${src.dir}">
<include name="ApacheJServ/**/*.java"/>
<include name="HTTPClient/**/*.java"/>
<include name="dnsjava/**/*.java"/>
<include name="ecs/src/java/**/*.java"/>
</fileset>
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com