summaryrefslogtreecommitdiffstats
path: root/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses ↵Sven Gothel2013-08-311-1/+1
| | | | | | | | | | | | | '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' annotation Issue: Java7 unit test order is no more predictable Fix: junit 4.11 performs a determined (not defined default) test order. Additionally user can force ascending method name test order Produced a drop-in junit.jar / junit-source.zip replacement, which includes - junit version version 4.11 - hamcrest-core version 1.3
* Android: Compile agains API Level 15 for AV package, we don't require it though.Sven Gothel2012-04-021-1/+1
|
* Add android src zip, better license info; Dropped SDK 8 for nowSven Gothel2011-08-031-1/+1
|
* Eclipse Classpath: Add android.jarSven Gothel2011-08-021-0/+1
|
* Eclipse: use native build path of testsSven Gothel2011-04-271-1/+1
|
* Speed up Eclipse buildWade Walker2011-02-251-1/+1
| | | | | Changes Eclipse's build settings to reduce the amount of stuff rebuilt by the build.xml flow.
* Created Eclipse project files.Wade Walker2011-01-111-0/+28
Created the Eclipse project files needed to build gluegen. These files don't contain any absolute paths, but they do depend on the user setting up the JRE and Ant properly inside Eclipse.