remove $Id keyword

This commit is contained in:
markpollack
2008-06-02 20:18:24 +00:00
parent 08227919f1
commit c33ba2dea5
1275 changed files with 144209 additions and 145452 deletions

View File

@@ -36,7 +36,6 @@ namespace Spring.Testing.NUnit.Another
/// assembly.
/// </summary>
/// <author>Mark Pollack</author>
/// <version>$Id: LoadAppContextTests.cs,v 1.3 2007/08/25 14:26:35 oakinger Exp $</version>
[TestFixture]
public class LoadAppContextTests : BaseTestAppContextTests
{

View File

@@ -29,7 +29,6 @@ namespace Spring.Testing.NUnit
///
/// </remarks>
/// <author>Mark Pollack</author>
/// <version>$Id: BaseTestAppContextTests.cs,v 1.1 2007/08/20 18:38:11 markpollack Exp $</version>
public class BaseTestAppContextTests : AbstractTransactionalDbProviderSpringContextTests
{

View File

@@ -33,7 +33,6 @@ namespace Spring.Testing.NUnit
/// NUnit. The first one should be LoadAppContextTests.
/// </summary>
/// <author>Mark Pollack</author>
/// <version>$Id: CachedAppContextTests.cs,v 1.2 2007/08/21 19:26:14 markpollack Exp $</version>
[TestFixture]
public class CachedAppContextTests : BaseTestAppContextTests
{