Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses ↵ | Sven Gothel | 2013-08-31 | 1 | -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 Gothel | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | Add android src zip, better license info; Dropped SDK 8 for now | Sven Gothel | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | Eclipse Classpath: Add android.jar | Sven Gothel | 2011-08-02 | 1 | -0/+1 |
| | |||||
* | Eclipse: use native build path of tests | Sven Gothel | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | Speed up Eclipse build | Wade Walker | 2011-02-25 | 1 | -1/+1 |
| | | | | | Changes Eclipse's build settings to reduce the amount of stuff rebuilt by the build.xml flow. | ||||
* | Created Eclipse project files. | Wade Walker | 2011-01-11 | 1 | -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. |