The jar file ant-contrib.jar in lib/ant is only used to get the version
name into string.xml using the ant update-version command. We can easily
get rid of this jar completely using some other ant commands.
Attached is a patch to to this using ant tasks xmlproperty and
loadproperties instead of propertyregexp. When this patch is applied you
can delete lib/ant/ant-contrib.jar and save 100kb in the package, as well
as reduce external dependencies.
The patch is my own work.
regards,
Tomas
Original issue reported on code.google.com by Tomasshr...@gmail.com on 29 Dec 2008 at 10:13
Original issue reported on code.google.com by
Tomasshr...@gmail.com
on 29 Dec 2008 at 10:13Attachments: