Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv4505/hibernate
Modified Files:
hibernate-configuration-2.0.dtd
Log Message:
made name attibute of <session-factory> optional
Index: hibernate-configuration-2.0.dtd
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/hibernate-configuration-2.0.dtd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** hibernate-configuration-2.0.dtd 3 Mar 2003 09:30:56 -0000 1.4
--- hibernate-configuration-2.0.dtd 17 Mar 2003 07:24:19 -0000 1.5
***************
*** 14,18 ****
<!ELEMENT property (#PCDATA)>
! <!ATTLIST property name CDATA #IMPLIED>
<!ELEMENT mapping EMPTY> <!-- reference to a mapping file -->
--- 14,18 ----
<!ELEMENT property (#PCDATA)>
! <!ATTLIST property name CDATA #REQUIRED>
<!ELEMENT mapping EMPTY> <!-- reference to a mapping file -->
***************
*** 32,34 ****
<!ELEMENT session-factory (property*, mapping+, (jcs-class-cache|jcs-collection-cache)*)>
! <!ATTLIST session-factory name CDATA #REQUIRED> <!-- the JNDI name -->
--- 32,34 ----
<!ELEMENT session-factory (property*, mapping+, (jcs-class-cache|jcs-collection-cache)*)>
! <!ATTLIST session-factory name CDATA #IMPLIED> <!-- the JNDI name -->
|