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 2015/05/19 22:57:09 UTC

storm git commit: correct file name of storm-starter topology jar

Repository: storm
Updated Branches:
  refs/heads/0.10.x-branch 1498ed062 -> bafb86bb0


correct file name of storm-starter topology jar


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

Branch: refs/heads/0.10.x-branch
Commit: bafb86bb01c29bf77f312ab346dd0a9c48293c36
Parents: 1498ed0
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue May 19 13:32:59 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue May 19 13:32:59 2015 -0400

----------------------------------------------------------------------
 storm-dist/binary/src/main/assembly/binary.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/bafb86bb/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 ff11f40..6907bd4 100644
--- a/storm-dist/binary/src/main/assembly/binary.xml
+++ b/storm-dist/binary/src/main/assembly/binary.xml
@@ -142,7 +142,7 @@
     <files>
         <!-- EXAMPLES -->
         <file>
-            <source>${project.basedir}/../../examples/storm-starter/target/storm-starter-${project.version}-jar-with-dependencies.jar</source>
+            <source>${project.basedir}/../../examples/storm-starter/target/storm-starter-${project.version}.jar</source>
             <outputDirectory>/examples/storm-starter/</outputDirectory>
             <destName>storm-starter-topologies-${project.version}.jar</destName>
         </file>