aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/javaProjectTest
Commit message (Collapse)AuthorAgeFilesLines
* Update test project to support proguard.Xavier Ducrohet2012-03-078-3/+5
| | | | | | | | 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-0721-2/+167
| | | | Change-Id: I823bcc19b7de6cea4c985f2c01feccddd6f8022d
* Only add Java project to the dependencies if they are exported.Xavier Ducrohet2012-03-063-3/+3
| | | | Change-Id: Ieae3414762d062b745b9b47bdea8c31a6593e34f
* Only add Java project's jar file if they are exported.Xavier Ducrohet2012-03-063-1/+2
| | | | Change-Id: Ia44fab93718ac83aee1783e08c606d234c7afcfe
* Update test project.Xavier Ducrohet2012-03-061-0/+0
| | | | | | | | Add a jar in the libs folder of a Java project to test that they are not automatically added to the Android project classpath. Change-Id: I0d5923b12de34bf6c5a025b53d809b02f4843c0f
* Add new test projects.Xavier Ducrohet2012-03-021-2/+4
| | | | | | | - test for User Library usage - test for test project with library. Change-Id: I49b7d4702937f634a1df907af327a979af09f227
* Fix the test projects eclipse setup.Xavier Ducrohet2012-03-022-2/+0
| | | | | | | They shouldn't manually add their jar to the classpath anymore. Putting jar files in libs/ is enough now. Change-Id: I3ea7731082f306257531798f34eaa8eb68109c18
* More fixes to the test projects.Xavier Ducrohet2012-03-0236-305/+269
| | | | | | | | | | - 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
* Java project dependencies on libs are automatically added to main project.Xavier Ducrohet2012-03-012-0/+1
| | | | | | | | | | | | | Android Library projects can reference other Java-only project. This used to be added to the library jar output. This created an issue if two Library projects were referenced by the same app as the java project was added to both library jar files. This change makes it so that the java project output is not in the library jar files but is instead added to the container of the main app as a project classpath entry. Change-Id: I9f8bbb104e29aede5393afd5ea4b8fe882145d49
* Move Android project with Java project dep test to its own folder.Xavier Ducrohet2012-02-2943-0/+641
Also make it more complex: - java project references a jar file. - 2 libs depend on the java project - app project only reference the libs, not the java project (it still does but indirectly). Change-Id: I8fc53e0f868ce014ea99486e7b1fa6fe0f197daa