OSDN Git Service

Add a 'removeunusedresources' script that goes through an app and removes
authorMarco Nelissen <marcone@google.com>
Thu, 25 Jun 2009 22:53:36 +0000 (15:53 -0700)
committerMarco Nelissen <marcone@google.com>
Fri, 26 Jun 2009 16:36:32 +0000 (09:36 -0700)
all the unused resources. It uses the 'findunusedresources' script to find
the resources, and the 'xmlstarlet' command to edit xml files. The
result is an uncommitted git change that you can verify, modify if
needed, and then check in.
Also put some more fixes in the findunusedresources script to keep
it from reporting false positives.


No differences found