You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/03/24 14:12:00 UTC

[10/50] [abbrv] ignite git commit: IGNITE-4200: Added copying of the C++ binaries during build.

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


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

Branch: refs/heads/ignite-3477-master
Commit: 89eb175915c0aa293742cad9e7374757be1acbe6
Parents: 2544bfd
Author: Igor Sapego <is...@gridgain.com>
Authored: Fri Mar 17 17:33:57 2017 +0300
Committer: Igor Sapego <is...@gridgain.com>
Committed: Mon Mar 20 15:20:22 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/89eb1759/assembly/release-fabric-base.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml
index d7aa0a2..4f2a795 100644
--- a/assembly/release-fabric-base.xml
+++ b/assembly/release-fabric-base.xml
@@ -178,6 +178,12 @@
             <directory>modules/clients/target/cppdoc/html</directory>
             <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>