===========================================================

Magnolia Criteria API 3.0.0
by Openmind

===========================================================

A Hibernate's Criteria-like API to programmatically generate JCR queries with Magnolia

More information about this project can be found at:
http://www.openmindlab.com/lab/products/mgnlcriteria.html

Change log and known issues can be found at:
http://jira.openmindlab.com/browse/CRIT

Source is available from the subversion repository at:
http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlcriteria-3.0.0


=========================================
 USAGE
=========================================

The preferred way to add Magnolia Criteria API to your project is using maven.
You can declare the following dependency in your pom.xml:

    <dependency>
      <groupId>net.sourceforge.openutils</groupId>
      <artifactId>openutils-mgnlcriteria</artifactId>
      <version>3.0.0</version>
      <scope>test</scope>
    </dependency>

Alternatively, you can add the openutils-mgnlcriteria jar to the classpath
of your application.

=========================================
 LICENSE
=========================================

Copyright Openmind http://www.openmindonline.it

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.



=========================================
 GENERAL LEGAL NOTICES
=========================================

Magnolia is a registered trademark of Magnolia International Ltd.

