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 09:31:44 UTC

[4/8] ignite git commit: wip

wip


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

Branch: refs/heads/ignite-1626
Commit: 76d52cd2215439cd9452eba265bce344d5bc7f38
Parents: afb72c9
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Thu Dec 24 21:17:34 2015 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Thu Dec 24 21:17:34 2015 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests.NuGet.csproj       |  5 ++++
 .../install-package.cmd                         |  4 ++++
 .../Content/Config/default-config.xml           | 25 ++++++++++++++++++++
 3 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/76d52cd2/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 c42c27f..17d093e 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
@@ -55,6 +55,11 @@
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </Content>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="Apache.Ignite.Core.Tests.NuGet.sln.DotSettings" />
+    <None Include="install-package.cmd" />
+    <None Include="NuGet.config" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
     <PostBuildEvent>if not exist $(TargetDir)Libs md $(TargetDir)Libs

http://git-wip-us.apache.org/repos/asf/ignite/blob/76d52cd2/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
new file mode 100644
index 0000000..ddcc686
--- /dev/null
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
@@ -0,0 +1,4 @@
+rmdir packages /S /Q
+nuget install Apache.Ignite.NET
+mkdir packages
+move Apache.Ignite.NET* packages\Apache.Ignite.NET
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/76d52cd2/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/packages/Apache.Ignite.NET/Content/Config/default-config.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/packages/Apache.Ignite.NET/Content/Config/default-config.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/packages/Apache.Ignite.NET/Content/Config/default-config.xml
new file mode 100644
index 0000000..e616711
--- /dev/null
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/packages/Apache.Ignite.NET/Content/Config/default-config.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans
+                            http://www.springframework.org/schema/beans/spring-beans.xsd">
+    <bean class="org.apache.ignite.configuration.IgniteConfiguration"/>
+</beans>