You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2015/10/19 11:46:48 UTC

[25/30] incubator-asterixdb git commit: Include some misc things in source assembly

Include some misc things in source assembly

Change-Id: Iadb5074d0e0d4fb2b7d4103aa405e9fc91f443c5
Reviewed-on: https://asterix-gerrit.ics.uci.edu/433
Reviewed-by: Ian Maxon <im...@apache.org>
Tested-by: Ian Maxon <im...@apache.org>


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

Branch: refs/heads/master
Commit: f4b7b54f546fb2173e8483216aa852884cd4d665
Parents: fdcafe0
Author: Ian Maxon <im...@apache.org>
Authored: Mon Oct 5 11:05:15 2015 -0700
Committer: Ian Maxon <im...@apache.org>
Committed: Mon Oct 5 11:38:02 2015 -0700

----------------------------------------------------------------------
 src/main/assembly/source.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f4b7b54f/src/main/assembly/source.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/source.xml b/src/main/assembly/source.xml
index 3dc6d96..a66cb34 100644
--- a/src/main/assembly/source.xml
+++ b/src/main/assembly/source.xml
@@ -54,6 +54,8 @@
         <include>**/part-*</include>
         <include>**/*.cleaned</include>
         <include>**/*.md</include>
+        <include>**/schema</include>
+        <include>**/*.sh</include>
       </includes>
       <excludes>
         <exclude>**/${project.build.directory}/**</exclude>