From faf94721fc218bc6c4ccef350b024d117bd7521b Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 18 Mar 2019 19:22:21 -0700 Subject: [PATCH] Nix Ant build instructions. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 75b3697c..e071e0ce 100644 --- a/README.md +++ b/README.md @@ -55,17 +55,6 @@ The main Javadoc index can be found Building -------- -The library is built using Ant or Maven, pick your poison. Dependencies are -automatically fetched regardless of whether you use Ant or Maven. - -Invoke Ant with any of the following targets: - - all: builds the class files and javadoc documentation - compile: builds only the class files (dist/classes) - javadoc: builds only the javadoc documentation (dist/docs) - tests: builds and runs the unit tests - dist: builds the distribution jar file (dist/samskivert.jar) - Invoke Maven with any of the following targets: mvn test: builds the code and runs the tests