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/03 14:09:18 UTC

[03/22] 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/300124b8
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/300124b8
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/300124b8

Branch: refs/heads/ignite-1626
Commit: 300124b846c4b7a40738e4d1e0417ee1658cd1b4
Parents: 9df5a1e
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Thu Nov 12 16:12:12 2015 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Thu Nov 12 16:12:12 2015 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/Apache.Ignite.nuspec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/300124b8/modules/platforms/dotnet/Apache.Ignite.nuspec
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.nuspec b/modules/platforms/dotnet/Apache.Ignite.nuspec
index 913dcdc..f0a0e3e 100644
--- a/modules/platforms/dotnet/Apache.Ignite.nuspec
+++ b/modules/platforms/dotnet/Apache.Ignite.nuspec
@@ -24,7 +24,8 @@
     <files>
         <file src="Apache.Ignite.Core\bin\x64\Release\Apache.Ignite.Core.dll" target="bin" />
         
-        <!-- TODO: This should take everything except OPTIONAL from Java release folder -->
-        <file src="libs\**" target="libs" />
+        <file src="..\..\..\target\release-package\libs\*.jar" target="libs" />
+        <file src="..\..\..\target\release-package\libs\ignite-spring\*.jar" target="libs" />
+        <file src="..\..\..\target\release-package\libs\ignite-indexing\*.jar" target="libs" />
     </files>
 </package>
\ No newline at end of file