I recently added some new jar's to my android project. Some of the jars contain version.properties. One of them even contains a README.TXT.
How can I tell eclipse/adt/ant to exclude files from getting into the apk?
Obviously I can unzip the apk, remove the files, zip, sign & zipline... but I was hoping to solve it at source.