blob: 5c18dac0faba1ef4b574f30b8e2d3dfe80f670be [file] [log] [blame]
Building
========
To build you will need:
* J2SE SDK 1.4.2+ (http://java.sun.com/j2se/1.4.2)
* Maven 2.0.4+ (http://maven.apache.org)
To build all changes incrementally:
mvn install
To perform clean builds, which are sometimes needed after some changes to the
source tree:
mvn clean install
Releasing
=========
TODO