Fixed typed criteria method parameters from Criteria.eq(String attribute, String value) to eq(String attribute, Object value). They accept values of any type, e.g. int, string, date.
Turned off debug messages by default. They can be enabled by setting Ven.setDebug(true).
Updated to Netbeans 7.0.1, which updated build-impl.xml, nothing to do with functionality.