aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/basicJar
Commit message (Collapse)AuthorAgeFilesLines
* Update test project to support proguard.Xavier Ducrohet2012-03-071-1/+1
| | | | | | | | The code read java resources using relative path which breaks when the classes and their packages are renamed (the java resource isn't moved to the new package name.) Change-Id: I9b9d14288d8c16fd7342cd743251e5681bb0f1ef
* More changes to the test projects.Xavier Ducrohet2012-03-072-1/+10
| | | | Change-Id: I823bcc19b7de6cea4c985f2c01feccddd6f8022d
* More fixes to the test projects.Xavier Ducrohet2012-03-025-16/+54
| | | | | | | | | | - add eclipse files for a bunch of them - package name refactoring to match the folder structure somehow (more need this) - updated the javaproject to have an extra java project and to have code that access java resources to test packaging too. Change-Id: Ie13842c1b891e495e04d8a157a12cac9db13f30e
* Use proguard for release builds through Ant.Xavier Ducrohet2010-09-242-0/+26
This is only activated if default.properties contains a property "proguard.config" with the name of a proguard config file. Some clean-up in the Ant tasks and in the name of the properties used by the rules and the custom tasks to make them clearer. Added a new test app with a project using a jar file as well as a library using a jar file. Change-Id: Ia8f4d873025993d454c0a484e61d47ae679ea79c