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 2015/09/18 12:55:18 UTC

[2/2] ignite git commit: IGNITE-1513: Fix to CPP examples placement.

IGNITE-1513: Fix to CPP examples placement.


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

Branch: refs/heads/ignite-1513
Commit: b6c8584ebc2bd2d4ccf605457152e0357203beec
Parents: ef00697
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Fri Sep 18 13:55:51 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Fri Sep 18 13:55:51 2015 +0300

----------------------------------------------------------------------
 assembly/release-fabric.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b6c8584e/assembly/release-fabric.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric.xml b/assembly/release-fabric.xml
index 1a3c7f9..1456153 100644
--- a/assembly/release-fabric.xml
+++ b/assembly/release-fabric.xml
@@ -91,7 +91,7 @@
         <!-- Move CPP examples. -->
         <fileSet>
             <directory>modules/platform/src/main/cpp/examples</directory>
-            <outputDirectory>/platform/cpp/examples</outputDirectory>
+            <outputDirectory>/platforms/cpp/examples</outputDirectory>
         </fileSet>
 
         <!-- Move CPP licenses. -->