SPRNET-1124

fixing broken build from inadvertent introduction of using statements referencing the System.Collections.Generic namespace unsupported under .NET 1.1 (bad VS2008!, bad VS2008!)
This commit is contained in:
sbohlen
2010-07-29 15:12:55 +00:00
parent 5ba5b8bc50
commit 75a5e158e4
3 changed files with 0 additions and 6 deletions

View File

@@ -19,8 +19,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.Text;
using Spring.Core.IO;
namespace Spring.Context.Support

View File

@@ -19,8 +19,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.Text;
using Spring.Core.IO;
namespace Spring.Context.Support

View File

@@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using Spring.Core.IO;
namespace Spring.Context.Support