Update of /cvsroot/nhibernate/nhibernate/doc/reference/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14027
Modified Files:
master.xml
Log Message:
started the shell on collections documentation
Index: master.xml
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/en/master.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** master.xml 8 Apr 2005 19:23:36 -0000 1.5
--- master.xml 10 Apr 2005 14:37:18 -0000 1.6
***************
*** 8,11 ****
--- 8,12 ----
<!ENTITY basic-mapping SYSTEM "modules/basic_mapping.xml">
<!ENTITY collection-mapping SYSTEM "modules/collection_mapping.xml">
+ <!ENTITY association-mapping SYSTEM "modules/association_mapping.xml">
<!ENTITY component-mapping SYSTEM "modules/component_mapping.xml">
<!ENTITY inheritence-mapping SYSTEM "modules/inheritence_mapping.xml">
***************
*** 110,113 ****
--- 111,116 ----
&configuration;
&basic-mapping;
+ &collection-mapping;
+ &association-mapping;
<index id="index"/>
</book>
\ No newline at end of file
|