Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added javadoc plugin to pom.xml1.7.0-pre1 | phil | 2016-11-05 | 1 | -0/+11 |
| | |||||
* | Version set to 1.7.0 | phil | 2016-11-02 | 1 | -1/+1 |
| | | | | Bug 1337 - VersionInfo defaults isDevPhase to true, which outputs onto err | ||||
* | Adopts a more standard directory layout for Maven | Julien Gouesse | 2015-11-28 | 1 | -13/+0 |
| | |||||
* | Replaces jogl.version by jogamp.version | Julien Gouesse | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | Build the project using Maven | Curtis Rueden | 2015-11-26 | 1 | -0/+123 |
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 also removes the Ant build files to avoid maintaining multiple build systems. |