From: Michael D. <mik...@us...> - 2005-04-11 03:45:48
|
Update of /cvsroot/nhibernate/nhibernate/doc/reference/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6045 Modified Files: master.xml Log Message: work on collections documentation Index: master.xml =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/en/master.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** master.xml 10 Apr 2005 14:37:18 -0000 1.6 --- master.xml 11 Apr 2005 03:45:38 -0000 1.7 *************** *** 18,22 **** <!ENTITY performance SYSTEM "modules/performance.xml"> <!ENTITY toolset-guide SYSTEM "modules/toolset_guide.xml"> ! <!ENTITY example-parentchild SYSTEM "modules/example-parentchild.xml"> <!ENTITY example-weblog SYSTEM "modules/example_weblog.xml"> <!ENTITY example-mappings SYSTEM "modules/example_mappings.xml"> --- 18,22 ---- <!ENTITY performance SYSTEM "modules/performance.xml"> <!ENTITY toolset-guide SYSTEM "modules/toolset_guide.xml"> ! <!ENTITY example-parentchild SYSTEM "modules/example_parentchild.xml"> <!ENTITY example-weblog SYSTEM "modules/example_weblog.xml"> <!ENTITY example-mappings SYSTEM "modules/example_mappings.xml"> *************** *** 113,116 **** --- 113,117 ---- &collection-mapping; &association-mapping; + &example-parentchild; <index id="index"/> </book> \ No newline at end of file |