You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/12/25 10:06:13 UTC

[2/3] ignite git commit: Fixing path too long issue

Fixing path too long issue


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ab96b77e
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ab96b77e
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ab96b77e

Branch: refs/heads/ignite-1626
Commit: ab96b77e4d8071d1a22ec21fe2d922904a54602f
Parents: b4ba833
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Fri Dec 25 12:04:28 2015 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Fri Dec 25 12:04:28 2015 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests.NuGet.csproj                          | 2 +-
 .../dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ab96b77e/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
index ac8ffb6..12f301e 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
@@ -33,7 +33,7 @@
   <ItemGroup>
     <Reference Include="Apache.Ignite.Core">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>packages\Apache.Ignite.NET\lib\net40\Apache.Ignite.Core.dll</HintPath>
+      <HintPath>pkg\lib\net40\Apache.Ignite.Core.dll</HintPath>
     </Reference>
     <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>

http://git-wip-us.apache.org/repos/asf/ignite/blob/ab96b77e/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
index 54a5866..e1b57a8 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
@@ -1,2 +1,3 @@
+rmdir pkg /S /Q
 nuget install Apache.Ignite.NET
 move Apache.Ignite.NET* pkg
\ No newline at end of file