You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/10/08 05:01:46 UTC

[08/29] ignite git commit: schema-import examples fix

schema-import examples fix


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

Branch: refs/heads/ignite-1168
Commit: a2c972bf5ef59ffd13d65eacc4356ea1ac65383c
Parents: 15d2f76
Author: Anton Vinogradov <av...@apache.org>
Authored: Thu Sep 24 18:11:17 2015 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Thu Sep 24 18:11:17 2015 +0300

----------------------------------------------------------------------
 assembly/release-fabric.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a2c972bf/assembly/release-fabric.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric.xml b/assembly/release-fabric.xml
index 308853c..9f9fbb2 100644
--- a/assembly/release-fabric.xml
+++ b/assembly/release-fabric.xml
@@ -88,12 +88,11 @@
             <includes>
                 <include>rest/**</include>
                 <include>memcached/**</include>
-                <include>schema-import/**</include>
+                <include>schema-import/src/**</include>
+                <include>schema-import/bin/**</include>
+                <include>schema-import/README.txt</include>
                 <include>README.txt</include>
             </includes>
-            <excludes>
-                <exclude>schema-import/pom*.xml</exclude>
-            </excludes>
         </fileSet>
 
         <fileSet>