From: <one...@us...> - 2003-02-03 12:20:32
|
Update of /cvsroot/hibernate/Hibernate2/src In directory sc8-pr-cvs1:/tmp/cvs-serv8988/src Added Files: hibernate.cfg.xml Log Message: remove properties files from jar added an example cfg.xml --- NEW FILE: hibernate.cfg.xml --- <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd"> <hibernate-configuration> <session-factory name="foo"> <property name="show_sql">true</property> <mapping resource="net/sf/hibernate/test/Simple.hbm.xml"/> <jcs-class-cache class="net.sf.hibernate.test.Simple" region="Simple" usage="read-write"/> </session-factory> </hibernate-configuration> |