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

[31/50] [abbrv] 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/6e2bc4bf
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6e2bc4bf
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6e2bc4bf

Branch: refs/heads/master
Commit: 6e2bc4bfb0b200e59c9fc3cf4fcbd408d52acb9c
Parents: f4232e9
Author: Igor Sapego <is...@gridgain.com>
Authored: Tue Mar 21 17:51:40 2017 +0300
Committer: Igor Sapego <is...@gridgain.com>
Committed: Tue Mar 21 17:51:40 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/6e2bc4bf/assembly/release-fabric-base.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml
index c008083..78c7777 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>