From b6ce10df7bbd6d82ea03d4b8555b67d34f90b300 Mon Sep 17 00:00:00 2001 From: Dale Ragan Date: Wed, 25 Aug 2010 20:42:49 -0400 Subject: [PATCH 1/3] For now we are going to remove the dependency on Winterdom.IO.FileMap, since this isn't our default way of packing a file and there isn't any reason to invest in developing a cross-platform replacement. We're leaving the rest of the logic in place in case we decide to invest in this in the future. This was never tested thoroughly and caused tests to fail when it did run. --- GitSharp.Core/GitSharp.Core.csproj | 15 ++++------ GitSharp.Core/PackFile.cs | 44 ++++++------------------------ 2 files changed, 14 insertions(+), 45 deletions(-) diff --git a/GitSharp.Core/GitSharp.Core.csproj b/GitSharp.Core/GitSharp.Core.csproj index 627353ca..9e2a895f 100644 --- a/GitSharp.Core/GitSharp.Core.csproj +++ b/GitSharp.Core/GitSharp.Core.csproj @@ -1,4 +1,4 @@ - + Debug @@ -35,23 +35,19 @@ 4 - - False - ..\lib\ICSharpCode.SharpZipLib.dll - 3.5 - + False - ..\lib\Tamir.SharpSSH.dll + ..\lib\ICSharpCode.SharpZipLib.dll - + False - ..\lib\Winterdom.IO.FileMap.dll + ..\lib\Tamir.SharpSSH.dll @@ -411,6 +407,7 @@ +