aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ignore javadoc output locationphil2017-05-021-0/+2
|
* Build the project using MavenCurtis Rueden2015-11-261-1/+4
| | | | | | | | | | | | 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.
* j3dcore: add a .gitignore for the build/ directory, remove .cvsignoreHarvey Harrison2013-04-081-0/+1
Signed-off-by: Harvey Harrison <[email protected]>