Update of /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tool.Net2Hbm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9416/src/NHibernate.Tool.Net2Hbm
Modified Files:
GeneratorParameterAttribute.cs
Log Message:
Removed incorrect comments.
Index: GeneratorParameterAttribute.cs
===================================================================
RCS file: /cvsroot/nhibernate/NHibernateContrib/src/NHibernate.Tool.Net2Hbm/GeneratorParameterAttribute.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GeneratorParameterAttribute.cs 13 Feb 2005 01:32:12 -0000 1.1
--- GeneratorParameterAttribute.cs 13 Feb 2005 04:17:25 -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/13 01:32:12 johntmorris
- // Added the generator parameter attribute to support generator params on the id tag.
- //
- //
- // $NoKeywords: $
- // ========================================================================= */
- #endregion
-
using System;
--- 1,2 ----
|