Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv27863/sf/hibernate
Added Files:
hibernate-configuration-2.0.dtd
Removed Files:
hibernate-configuration.dtd
Log Message:
new cfg.xml version
--- NEW FILE: hibernate-configuration-2.0.dtd ---
<!-- Hibernate file-based configuration document.
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
An instance of this document contains property settings and references
to mapping files for a number of SessionFactory instances to be listed
in JNDI.
-->
<ELEMENT hibernate-configuration (session-factory)>
<!ELEMENT property (#PCDATA)>
<!ATTLIST property name CDATA #REQUIRED>
<!ELEMENT mapping EMPTY> <!-- reference to a mapping file -->
<!ATTLIST mapping resource CDATA #IMPLIED>
<!ATTLIST mapping file CDATA #IMPLIED>
<!ATTLIST mapping jar CDATA #IMPLIED>
<!ELEMENT session-factory (property*, mapping+)>
<!ATTLIST session-factory name CDATA #REQUIRED> <!-- the JNDI name -->
--- hibernate-configuration.dtd DELETED ---
|