summaryrefslogtreecommitdiffstats
path: root/maven/projects
Commit message (Collapse)AuthorAgeFilesLines
* Manually inject gluegen/pom.in into gluegen-rt-main/pom.sh, avoiding a maven ↵JOGAMP DEV TEAM2023-01-241-1/+66
| | | | refusal due to repeated dependencies section
* Add ANTLR 2.7.7 as a dependency of GlueGenMark Raynsford2015-10-231-0/+8
| | | | | | The GlueGen compile-time components depend on ANTLR 2.7.7, and this fact was never included in the POM files. This issue was uncovered by @Zubnix' recent work on GlueGen.
* Add jogl-main, nativewindow-main, newt-main - frontends for the atomicsMark Raynsford2014-07-1117-2/+267
| | | | | | | | packages that allow for pulling in all platform natives easily. Add test suite. Bug: 1023
* Update packages to reflect the new lack-of-aliasing behaviour. Add Oculus VR ↵Mark Raynsford2014-07-1169-43/+158
| | | | | | | | package. Project format changed slightly (dummy-jar -> main-jar, different values in natives). Bug: 1023
* Massively rewrite project handling. Projects are now defined by directories ofMark Raynsford2014-03-11106-0/+1437
(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!