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-2234 Commit: 46b8f01d2a73811c9a3fcfa5c0e0e6c713d9c231 Parents: f023c05 Author: vozerov-gridgain <[email protected]> Authored: Mon Dec 28 16:27:01 2015 +0300 Committer: vozerov-gridgain <[email protected]> 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>
