aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java-templates
Commit message (Collapse)AuthorAgeFilesLines
* Code changes as suggested by gouessej phil2016-12-201-1/+1
| | | | | | One functional code change in the VersionInfo template The SparseArray comments not changed to ensure maximum similarity with original
* Simplified the j3d.version messagephil2016-11-051-5/+27
| | | | | | | As returned by VirtualUniverse.getProperties().get("j3d.version") The original full message can be obtained from VersionInfo.getVersionFull()
* Version set to 1.7.0phil2016-11-021-1/+1
| | | | Bug 1337 - VersionInfo defaults isDevPhase to true, which outputs onto err
* VersionInfo comment referring to javax.media.j3d updated tophil2016-10-221-1/+1
| | | org.jogamp.java3d
* Move Java templates to the conventional directoryCurtis Rueden2015-12-011-0/+318
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.