Update of /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tool.Net2Hbm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9861/src/NHibernate.Tool.Net2Hbm
Modified Files:
CollectionOneToManyAttribute.cs
Log Message:
Removed incorrect comments.
Index: CollectionOneToManyAttribute.cs
===================================================================
RCS file: /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tool.Net2Hbm/CollectionOneToManyAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CollectionOneToManyAttribute.cs 11 Feb 2005 22:53:35 -0000 1.1
--- CollectionOneToManyAttribute.cs 13 Feb 2005 04:18:30 -0000 1.2
***************
*** 1,19 ****
- #region Copyright (c) 2004 Schwab Performance Technologies, Inc. All rights reserved.
- /* ============================================================================
- // $Header$
- //
- // Copyright (c) 2004 Schwab Performance Technologies, Inc. All rights reserved.
- //
- // Purpose: [To be filled in.]
- //
- // $Log$
- // Revision 1.1 2005/02/11 22:53:35 johntmorris
- // Added a collection one to many attribute.
- //
- //
- // $NoKeywords: $
- // ========================================================================= */
- #endregion
-
using System;
--- 1,2 ----
|