summaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* added javadoc plugin to pom.xml1.7.0-pre1phil2016-11-051-0/+11
|
* Version set to 1.7.0phil2016-11-021-1/+1
| | | | Bug 1337 - VersionInfo defaults isDevPhase to true, which outputs onto err
* Adopts a more standard directory layout for MavenJulien Gouesse2015-11-281-13/+0
|
* Replaces jogl.version by jogamp.versionJulien Gouesse2015-11-281-1/+1
|
* Build the project using MavenCurtis Rueden2015-11-261-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.