jumaris / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
1 stars 0 forks source link

Get rid of ant-contrib.jar #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, I put this into r182

Original comment by kenny@the-b.org on 19 Jan 2009 at 1:43