Robin Porter <[EMAIL PROTECTED]> wrote:

> Could you please let me know what the below line should be?
> 
> <copy    src  ="${outputDir}" 
>              dest ="${deployJSPapache}"
>              includes="*.jar"  />

<copy todir="${deployJSPapache}">
  <fileset dir="${outputDir}" includes="*.jar"  />
</copy>

Stefan

Reply via email to