aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* removed "-main" from gluegen and jogl dependencies as it was incorrectHEAD1.7.0-finalmasterPhilip Jordan2019-09-301-2/+2
| | | Signed-off-by: Philip Jordan <[email protected]>
* Pom.xml file tidied upPhilip Jordan2019-09-271-20/+134
|
* Dropped java compiler required back to 1.6 as that is the maximumphil2018-01-191-2/+2
| | | compatibility required
* update pom added myself as maintainerphil2016-12-041-4/+18
|
* added <additionalparam>-Xdoclint:none</additionalparam> to pom.xml1.7.0-pre1phil2016-11-051-1/+2
| | | So the strict Java8 javadoc rules don't prevent generation
* light and materials in shaders for gl2es2pipeline converted to structsphil2016-11-041-1/+1
|
* Version set to 1.7.0phil2016-11-021-3/+3
| | | | Bug 1337 - VersionInfo defaults isDevPhase to true, which outputs onto err
* pom.xml correctedphil2016-10-181-2/+2
| | | | | | the pom was referring to gluegen-rt and jogl-all rather than gluegen-rt-main and jogl-all-main, without the main the jar files are pulled down but none of the native jars so code will compile but not run.
* Move Java templates to the conventional directoryCurtis Rueden2015-12-011-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 MavenJulien Gouesse2015-11-281-16/+3
|
* Replaces jogl.version by jogamp.versionJulien Gouesse2015-11-281-3/+3
|
* Build the project using MavenCurtis Rueden2015-11-261-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.