You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/03/29 10:45:23 UTC

[ignite] 02/02: IGNITE-11366: Python thin client: add python examples in release build

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch ignite-2.7.5
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 540dea67c33c05fe76cc9c5f53af3ba9ceb6c9ed
Author: Peter Ivanov <mr...@gmail.com>
AuthorDate: Mon Feb 25 15:02:38 2019 +0300

    IGNITE-11366: Python thin client: add python examples in release build
    
    This closes #6155
    
    (cherry picked from commit e26fd51a8ecbd6df17705e36071e0722cebc9381)
---
 assembly/release-apache-ignite-base.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/assembly/release-apache-ignite-base.xml b/assembly/release-apache-ignite-base.xml
index 91baf73..4cd3f7c 100644
--- a/assembly/release-apache-ignite-base.xml
+++ b/assembly/release-apache-ignite-base.xml
@@ -263,6 +263,11 @@
             <outputDirectory>/platforms/python/requirements</outputDirectory>
         </fileSet>
 
+        <fileSet>
+            <directory>modules/platforms/python/examples</directory>
+            <outputDirectory>/platforms/python/examples</outputDirectory>
+        </fileSet>
+
         <!-- Other files. -->
         <fileSet>
             <directory>bin</directory>