Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30004/NHibernate
Modified Files:
nhibernate-configuration-2.0.xsd
Log Message:
replaced "&" with "&" in the documentation.
Index: nhibernate-configuration-2.0.xsd
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/nhibernate-configuration-2.0.xsd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** nhibernate-configuration-2.0.xsd 26 Jul 2004 12:38:09 -0000 1.3
--- nhibernate-configuration-2.0.xsd 26 Jul 2004 12:45:18 -0000 1.4
***************
*** 49,53 ****
<xs:documentation>
There are 3 possible combinations of mapping attributes
! 1 - resource & assembly: NHibernate will read the mapping resource from the specified assembly
2 - file only: NHibernate will read the mapping from the file.
3 - assembly only: NHibernate will find all the resources ending in hbm.xml from the assembly.
--- 49,53 ----
<xs:documentation>
There are 3 possible combinations of mapping attributes
! 1 - resource & assembly: NHibernate will read the mapping resource from the specified assembly
2 - file only: NHibernate will read the mapping from the file.
3 - assembly only: NHibernate will find all the resources ending in hbm.xml from the assembly.
|