Repository: storm
Updated Branches:
  refs/heads/master ec30f4923 -> a91e9f698


STORM-686. Add worker-launcher to storm-dist.


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

Branch: refs/heads/master
Commit: c5e5b10f52dd4fb67914434790b52edc93e66aa7
Parents: 64d7ac6
Author: Sriharsha Chintalapani <m...@harsha.io>
Authored: Mon Feb 23 15:18:11 2015 -0800
Committer: Sriharsha Chintalapani <m...@harsha.io>
Committed: Mon Feb 23 15:18:11 2015 -0800

----------------------------------------------------------------------
 storm-dist/binary/src/main/assembly/binary.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c5e5b10f/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 dffffec..c1b0f89 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -59,7 +59,13 @@
                 <exclude>**/target/**</exclude>
             </excludes>
         </fileSet>
-
+        <fileSet>
+          
<directory>${project.basedir}/../../storm-core/target/native/target/usr/local/bin/</directory>
+          <includes>
+            <include>worker-launcher</include>
+          </includes>
+          <outputDirectory>bin</outputDirectory>
+        </fileSet>
         <!-- EXTERNAL -->
         <fileSet>
             
<directory>${project.basedir}/../../external/storm-kafka/target</directory>

Reply via email to