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/09/21 15:54:50 UTC

[2/2] ignite git commit: IGNITE-1513: Further work on .Net.

IGNITE-1513: Further work on .Net.


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

Branch: refs/heads/ignite-1513
Commit: 0ab4819d4b448c561dce625adf31da1346ac46bc
Parents: 657744f
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Sep 21 16:55:29 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Sep 21 16:55:29 2015 +0300

----------------------------------------------------------------------
 assembly/release-fabric.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/0ab4819d/assembly/release-fabric.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric.xml b/assembly/release-fabric.xml
index 0326b22..21f6223 100644
--- a/assembly/release-fabric.xml
+++ b/assembly/release-fabric.xml
@@ -140,7 +140,7 @@
 
         <!-- Move .Net licenses. -->
         <fileSet>
-            <directory>modules/platform/src/main/licenses</directory>
+            <directory>modules/platform/licenses</directory>
             <outputDirectory>/platforms/dotnet/licenses</outputDirectory>
         </fileSet>
 
@@ -173,7 +173,7 @@
 
         <!-- Move CPP licenses. -->
         <fileSet>
-            <directory>modules/platform/src/main/licenses</directory>
+            <directory>modules/platform/licenses</directory>
             <outputDirectory>/platforms/cpp/licenses</outputDirectory>
         </fileSet>