Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Java templates to the conventional directory | Curtis Rueden | 2015-12-01 | 1 | -3/+0 |
| | | | | | | | Maven's templating-maven-plugin normally wants Java templates in src/main/java-templates. They were placed in src/templates previously for consistency with the sources in src. But now that the sources have moved to the standard Maven location, let's move the templates, too. | ||||
* | Adopts a more standard directory layout for Maven | Julien Gouesse | 2015-11-28 | 1 | -16/+3 |
| | |||||
* | Replaces jogl.version by jogamp.version | Julien Gouesse | 2015-11-28 | 1 | -3/+3 |
| | |||||
* | Build the project using Maven | Curtis Rueden | 2015-11-26 | 1 | -0/+231 |
This introduces a pom.xml which tells Maven how the project is structured. To avoid a boatload of disruptive renames, we override some of Maven's default settings. It updates the code generation scheme to generate VersionInfo.java using the templating-maven-plugin. Lastly, it removes the Ant build files to avoid maintaining multiple build systems. |