You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/04/21 21:44:47 UTC

[48/50] [abbrv] git commit: add storm-kafka files to the binary distribution

add storm-kafka files to the binary distribution


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

Branch: refs/heads/master
Commit: ae728f81a3f480cc0f02209f5ed1309204a590f0
Parents: 72dbbee
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Apr 21 13:30:41 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Apr 21 13:30:41 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/ae728f81/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 66b6f49..6e36704 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -60,15 +60,34 @@
             </excludes>
         </fileSet>
 
+        <!-- EXTERNAL -->
+        <fileSet>
+            <directory>${project.basedir}/../../external/storm-kafka/target</directory>
+            <outputDirectory>external/storm-kafka</outputDirectory>
+            <includes>
+                <include>storm*jar</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>${project.basedir}/../../external/storm-kafka</directory>
+            <outputDirectory>external/storm-kafka</outputDirectory>
+            <includes>
+                <include>README.*</include>
+            </includes>
+        </fileSet>
+
 
     </fileSets>
 
     <files>
+        <!-- EXAMPLES -->
         <file>
             <source>${project.basedir}/../../examples/storm-starter/target/storm-starter-${project.version}-jar-with-dependencies.jar</source>
             <outputDirectory>/examples/storm-starter/</outputDirectory>
             <destName>storm-starter-topologies-${project.version}.jar</destName>
         </file>
+
+
         <!--
             $STORM_HOME/conf
         -->