You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/04/18 15:04:06 UTC

[07/46] ignite git commit: IGNITE-4200: Added copying of the C++ binaries.

IGNITE-4200: Added copying of the C++ binaries.


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

Branch: refs/heads/ignite-1561-1
Commit: ab3b2926213291a45305c21e7efe066855c1342f
Parents: 1859857
Author: Igor Sapego <is...@gridgain.com>
Authored: Tue Mar 21 17:47:09 2017 +0300
Committer: Igor Sapego <is...@gridgain.com>
Committed: Tue Mar 21 17:47:09 2017 +0300

----------------------------------------------------------------------
 assembly/release-fabric-base.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ab3b2926/assembly/release-fabric-base.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml
index 7b3d8cf..7f05c30 100644
--- a/assembly/release-fabric-base.xml
+++ b/assembly/release-fabric-base.xml
@@ -174,6 +174,12 @@
             <outputDirectory>/platforms/cpp/docs</outputDirectory>
         </fileSet>
 
+        <!-- Move CPP binaries. -->
+        <fileSet>
+            <directory>modules/platforms/cpp/bin</directory>
+            <outputDirectory>/platforms/cpp/bin</outputDirectory>
+        </fileSet>
+
         <!-- Other files. -->
         <fileSet>
             <directory>bin</directory>