You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by co...@apache.org on 2017/12/04 17:36:39 UTC

sentry git commit: SENTRY-2086 - Sentry distribution source does not build due to missing modules. Colm O hEigeartaigh, reviewed by Sergio Pena.

Repository: sentry
Updated Branches:
  refs/heads/master 10de29b39 -> 344be54e8


SENTRY-2086 - Sentry distribution source does not build due to missing modules. Colm O hEigeartaigh, reviewed by Sergio Pena.


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

Branch: refs/heads/master
Commit: 344be54e8d057eae60e86a001bae10b5d15a448c
Parents: 10de29b
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Dec 4 17:35:48 2017 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Dec 4 17:35:48 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/sentry/blob/344be54e/sentry-dist/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/sentry-dist/src/main/assembly/src.xml b/sentry-dist/src/main/assembly/src.xml
index c730c58..e84ed54 100644
--- a/sentry-dist/src/main/assembly/src.xml
+++ b/sentry-dist/src/main/assembly/src.xml
@@ -52,6 +52,7 @@
         <include>LICENSE*</include>
         <include>NOTICE*</include>
         <include>README*</include>
+        <include>build-tools/**</include>
         <include>dev-support/**</include>
         <include>sentry-binding/**</include>
         <include>sentry-core/**</include>
@@ -61,6 +62,7 @@
         <include>sentry-tests/**</include>
         <include>sentry-hdfs/**</include>
         <include>sentry-solr/**</include>
+        <include>sentry-tools/**</include>
       </includes>
       <outputDirectory>/</outputDirectory>
     </fileSet>