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/03 04:00:00 UTC

[07/14] incubator-asterixdb git commit: Include markdown files in source assembly

Include markdown files in source assembly

Change-Id: Iadb5074d0e0d4fb2b7d4303aa405e9fc91f44ac6
Reviewed-on: https://asterix-gerrit.ics.uci.edu/429
Reviewed-by: Ian Maxon <im...@apache.org>
Reviewed-by: Till Westmann <ti...@apache.org>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>


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

Branch: refs/heads/release-0.8.7
Commit: 93fe30a10e208d857c62a6c307e0352c6ad2ecde
Parents: 5b431ca
Author: Ian Maxon <im...@apache.org>
Authored: Fri Oct 2 11:46:45 2015 -0700
Committer: Ian Maxon <im...@apache.org>
Committed: Fri Oct 2 14:48:47 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/93fe30a1/src/main/assembly/source.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/source.xml b/src/main/assembly/source.xml
index 024e742..3dc6d96 100644
--- a/src/main/assembly/source.xml
+++ b/src/main/assembly/source.xml
@@ -53,6 +53,7 @@
         <include>**/*.txt</include>
         <include>**/part-*</include>
         <include>**/*.cleaned</include>
+        <include>**/*.md</include>
       </includes>
       <excludes>
         <exclude>**/${project.build.directory}/**</exclude>