Nix Ant build instructions.

This commit is contained in:
Michael Bayne
2019-03-18 19:22:21 -07:00
parent c8d062700d
commit faf94721fc
-11
View File
@@ -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