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/14 14:27:32 UTC

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

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

(cherry picked from commit 8b3860f)


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

Branch: refs/heads/ignite-4932
Commit: 6d12bd4b9fbded5e5862b5c3d89b05a5ddd11755
Parents: 5fbbc37
Author: Igor Sapego <is...@gridgain.com>
Authored: Tue Mar 21 17:54:51 2017 +0300
Committer: dkarachentsev <dk...@gridgain.com>
Committed: Wed Apr 12 12:53:19 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/6d12bd4b/assembly/release-fabric-base.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml
index d7aa0a2..97222c9 100644
--- a/assembly/release-fabric-base.xml
+++ b/assembly/release-fabric-base.xml
@@ -179,6 +179,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>