diff options
author | Curtis Rueden <[email protected]> | 2015-02-24 11:44:41 -0600 |
---|---|---|
committer | Curtis Rueden <[email protected]> | 2015-11-24 20:07:41 -0600 |
commit | 6a08a07659620bcd8deca498afc4de20019cf0a3 (patch) | |
tree | f6deab75b9e1f22a2cb7b79aa222fbde9258ed5f /README-FIRST.txt | |
parent | 41fddda1a4f430e45bef0154e1fdfe5671025f1e (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 also 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 e89e2fe..af5cebb 100644 --- a/README-FIRST.txt +++ b/README-FIRST.txt @@ -6,8 +6,6 @@ The copyright notice for this project is in COPYRIGHT.txt The source code license information for this project is in LICENSE.txt -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 |