You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/11/06 01:51:10 UTC

storm git commit: Removed DISCLAIMER from storm-dist.

Repository: storm
Updated Branches:
  refs/heads/master 90edd94dd -> d59eaac77


Removed DISCLAIMER from storm-dist.


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

Branch: refs/heads/master
Commit: d59eaac77ed65b85f6aa2d8ab56ca99b1075d468
Parents: 90edd94
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Thu Nov 5 16:45:15 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Thu Nov 5 16:45:15 2015 -0800

----------------------------------------------------------------------
 storm-dist/binary/src/main/assembly/binary.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d59eaac7/storm-dist/binary/src/main/assembly/binary.xml
----------------------------------------------------------------------
diff --git a/storm-dist/binary/src/main/assembly/binary.xml b/storm-dist/binary/src/main/assembly/binary.xml
index 4cd6911..cfd4fab 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -317,11 +317,6 @@
             <outputDirectory>/</outputDirectory>
         </file>
         <file>
-            <source>${project.basedir}/../../DISCLAIMER</source>
-            <outputDirectory>/</outputDirectory>
-        </file>
-
-        <file>
             <source>${project.basedir}/../../CHANGELOG.md</source>
             <outputDirectory>/</outputDirectory>
         </file>