| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Signed-off-by: Philip Jordan <[email protected]>
|
| |
|
|
|
| |
compatibility required
|
| |
|
|
|
| |
So the strict Java8 javadoc rules don't prevent generation
|
| |
|
|
|
|
| |
Bug 1337 - VersionInfo defaults isDevPhase to true, which outputs onto
err
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
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.
|