You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/01/03 16:34:16 UTC

[31/50] [abbrv] ignite git commit: IGNITE-2306: CPP: Added standalone node project to published solutions.

IGNITE-2306: CPP: Added standalone node project to published solutions.


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

Branch: refs/heads/ignite-2264
Commit: 46b8f01d2a73811c9a3fcfa5c0e0e6c713d9c231
Parents: f023c05
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Dec 28 16:27:01 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Dec 28 16:27:01 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/46b8f01d/assembly/release-fabric-base.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml
index 21be995..5be9f8f 100644
--- a/assembly/release-fabric-base.xml
+++ b/assembly/release-fabric-base.xml
@@ -119,6 +119,12 @@
             <outputDirectory>/platforms/cpp/core</outputDirectory>
         </fileSet>
 
+        <!-- Move CPP "ignite" module. -->
+        <fileSet>
+            <directory>modules/platforms/cpp/ignite</directory>
+            <outputDirectory>/platforms/cpp/ignite</outputDirectory>
+        </fileSet>
+
         <!-- Move CPP examples. -->
         <fileSet>
             <directory>modules/platforms/cpp/examples</directory>