aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/basicProjectWithJavaFolder
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete test projects.Xavier Ducrohet2012-03-0610-112/+0
| | | | Change-Id: Ic4e2dec427268497f5ab9ee24c6e21bd50ef2139
* New library project mechanism.Xavier Ducrohet2011-08-172-1/+2
| | | | | | | | | | | | | | | | Libraries now generate a jar file that is used by the projects referencing them, instead of having the main projects compile the library source code themselves. This means we can remove the link mechanism that created linked folder in ADT and instead use a container that is lazily initalized to be all the jar files of the libraries. Also merged all 3 Ant build files (main_rules, lib_rules, test_rules) into a single build.xml that can build any kind of projects. Lot's of improvement in there too. Much cleaner. Change-Id: I98307e25cd76722e8595938528e6ef57a7e226ad
* ADT: Support class folders during build.Xavier Ducrohet2011-01-2510-0/+111
Change-Id: If1d6840082f96dd98c8be0658c6ce157b4801bd3