diff options
author | Curtis Rueden <[email protected]> | 2015-02-24 11:38:45 -0600 |
---|---|---|
committer | Curtis Rueden <[email protected]> | 2015-11-26 21:38:32 -0600 |
commit | f93d5392f8cb5ca85b718a10fd9e472907512c0b (patch) | |
tree | 0e18ac85f81db72a9e213788acec7b353f5599cb /README-FIRST.txt | |
parent | c658d3657620ce0d1a3f1632f869465ee184d61c (diff) |
Build the project using Maven
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.
Diffstat (limited to 'README-FIRST.txt')
-rw-r--r-- | README-FIRST.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README-FIRST.txt b/README-FIRST.txt index dd87e0d..05809d2 100644 --- a/README-FIRST.txt +++ b/README-FIRST.txt @@ -9,8 +9,6 @@ The source code license information for this project is in LICENSE.txt Additional information and license restrictions for third party source code are found in the THIRDPARTY-LICENSE-*.txt files. -Instructions for building this project are in README-build.html - Note that the source code in this directory is untested and presumed incompatible with the Java 3D(TM) API specification. You must only use this code in accordance with the terms under which the code is |