From: Kevin W. <kev...@us...> - 2005-04-21 06:50:40
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30428 Modified Files: NHibernate.build Log Message: fix bad xml in build file Index: NHibernate.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate.build,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** NHibernate.build 17 Apr 2005 17:16:04 -0000 1.10 --- NHibernate.build 21 Apr 2005 06:50:27 -0000 1.11 *************** *** 85,92 **** CS1584: XML comment on 'member' has syntactically incorrect cref attribute 'invalid_syntax' CS1587: XML comment is not placed on a valid language element ! CS1589: Unable to include XML fragment 'fragment' of file 'file' -- reason ! CS1590: Invalid XML include element -- Missing file attribute CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' ! CS1592: Badly formed XML in included comments file -- 'reason' --> --- 85,92 ---- CS1584: XML comment on 'member' has syntactically incorrect cref attribute 'invalid_syntax' CS1587: XML comment is not placed on a valid language element ! CS1589: Unable to include XML fragment 'fragment' of file 'file' - reason ! CS1590: Invalid XML include element - Missing file attribute CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' ! CS1592: Badly formed XML in included comments file - 'reason' --> *************** *** 119,121 **** </target> ! </project> \ No newline at end of file --- 119,121 ---- </target> ! </project> |