source: trunk/fmgVen/catalog.xml

Last change on this file was 32, checked in by fmguler, 13 years ago

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.

File size: 217 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
3    <nextCatalog catalog="nbproject/private/retriever/catalog.xml"/>
4</catalog>
Note: See TracBrowser for help on using the repository browser.