From 82fce2c5eff97950aae5b8014cd663cd7bdf0131 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Tue, 21 Jul 2009 15:31:41 +0000 Subject: [PATCH] moved git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@138304 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/System/System.IO.Compression/{GzipStream.cs => GZipStream.cs} | 0 class/System/System.dll.sources | 2 +- class/System/System20.csproj | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename class/System/System.IO.Compression/{GzipStream.cs => GZipStream.cs} (100%) diff --git a/class/System/System.IO.Compression/GzipStream.cs b/class/System/System.IO.Compression/GZipStream.cs similarity index 100% rename from class/System/System.IO.Compression/GzipStream.cs rename to class/System/System.IO.Compression/GZipStream.cs diff --git a/class/System/System.dll.sources b/class/System/System.dll.sources index 9ba50a8e5a..c50236eae3 100644 --- a/class/System/System.dll.sources +++ b/class/System/System.dll.sources @@ -566,7 +566,7 @@ System/GopherStyleUriParser.cs System/HttpStyleUriParser.cs System.IO.Compression/CompressionMode.cs System.IO.Compression/DeflateStream.cs -System.IO.Compression/GzipStream.cs +System.IO.Compression/GZipStream.cs System.IO/DefaultWatcher.cs System.IO/ErrorEventArgs.cs System.IO/ErrorEventHandler.cs diff --git a/class/System/System20.csproj b/class/System/System20.csproj index e645934ced..a1f0581a8d 100644 --- a/class/System/System20.csproj +++ b/class/System/System20.csproj @@ -690,7 +690,7 @@ - + @@ -1087,4 +1087,4 @@ false - \ No newline at end of file + -- 2.11.4.GIT