The CS directory contains the CacheStore example, and L2 contains the Hibernate L2 cache provider example.  Each contains a build.xml and build.properties.  

Before running the example, modify build.properties to point to the install directories for Coherence and Hibernate.  Also modify the file to point to the JDBC driver to be used for the example.

The hibernate.cfg.xml files also need to be modified to point to the database that will be used for testing.

To compile and run the example, type:

ant run

To adjust the logging levels for Hibernate, see log4j.properties.
