You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2017/04/27 11:52:54 UTC

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

Branch: refs/heads/ignite-security-fixes
Commit: e0c012d977b6db13dfdf2fb8347677998287c1e4
Parents: c4de164
Author: Igor Sapego <is...@gridgain.com>
Authored: Tue Mar 21 17:50:06 2017 +0300
Committer: Igor Sapego <is...@gridgain.com>
Committed: Tue Mar 21 17:50:06 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/e0c012d9/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>