Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massively rewrite project handling. Projects are now defined by directories of | Mark Raynsford | 2014-03-11 | 1 | -113/+3 |
| | | | | | | | | | | | (mostly) single-line config files (essentially a glorified directory-based key/value db). The scripts have been adjusted to work better in isolation (in particular the old copy-jars script has been split into a copy-jars-one and copy-jars script, with the latter executing the former on all projects). Bug 999: Is now fixed. Essentially a variable name was accidentally re-used, meaning the source zip file was copied over the project's main jar file. The -n option was passed to cp, but not the subsequent mv, so the overwrite occurred silently! | ||||
* | Bug 991 - Rewrite deployment scripts to correctly deploy all files ↵ | Mark Raynsford | 2014-03-04 | 1 | -18/+42 |
| | | | | | | (including missing atomics). Adds joal-android and jocl-android projects. | ||||
* | Deploy atomic jar files via newt, gluegen, nativewindow, and jogl packages. | Mark Raynsford | 2013-07-11 | 1 | -1/+20 |
| | |||||
* | Abstract reading of make-projects.txt with make-list-projects.sh in order to ↵ | Mark Raynsford | 2012-12-25 | 1 | -1/+2 |
| | | | | | | | | | allow for comments in the file Conflicts: maven/make-copy-jars.sh maven/make-deploy-one.sh maven/make-projects.txt | ||||
* | Deploy source files (zip -> jar), if available. | Sven Gothel | 2012-12-25 | 1 | -7/+15 |
| | |||||
* | Prepare repo merge | Sven Gothel | 2012-11-06 | 1 | -0/+91 |