https://issues.apache.org/bugzilla/show_bug.cgi?id=28299
--- Comment #8 from Stefan Bodewig <[EMAIL PROTECTED]> 2008-11-17 07:59:17 PST --- with Ant's trunk in svn revision 718263 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=718263 ) comment #4 can be written as <sync todir="${product-image-dir}"> <fileset dir="${base-image-dir}"> <include name="lib/*.jar"/> <include name="lib/*.zip"/> <include name="system/"/> </fileset> <fileset dir="other/dir" includes="system/config/"/> <fileset file="dir/launcher.bat"/> <mappedresources> <fileset dir="${jre-dir}"/> <mapper type="glob" from="*" to="support/jre/*"/> </mappedresources> </sync> it still needs to get documented, though. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
