diff options
author | Curtis Rueden <[email protected]> | 2015-02-24 13:40:13 -0600 |
---|---|---|
committer | Curtis Rueden <[email protected]> | 2015-11-26 21:38:56 -0600 |
commit | 81801a8c904738f52a017b8e022435da9ad558e5 (patch) | |
tree | 14784a87ec8c11549bd7557e66e1b18a18957cd1 /README-FIRST.txt | |
parent | 9f41bd6a2e753f3df1eb301498467e3e8177a97e (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 a687e9b..c78aba2 100644 --- a/README-FIRST.txt +++ b/README-FIRST.txt @@ -8,5 +8,3 @@ 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 |