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/09 21:40:05 UTC

[1/4] git commit: storm-starter: fix base directory path to point to `incubator-storm`

Repository: incubator-storm
Updated Branches:
  refs/heads/master 6f0f30c5f -> 253eac7fb


storm-starter: fix base directory path to point to `incubator-storm`


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

Branch: refs/heads/master
Commit: dbf8fafeceb6c6e77c91389e75424384d4909baa
Parents: d5dee0e
Author: Michael G. Noll <mi...@michael-noll.com>
Authored: Mon Mar 24 20:43:44 2014 +0100
Committer: Michael G. Noll <mi...@michael-noll.com>
Committed: Mon Mar 24 20:43:44 2014 +0100

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/dbf8fafe/examples/storm-starter/README.markdown
----------------------------------------------------------------------
diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown
index 13dd9e4..32e21bc 100644
--- a/examples/storm-starter/README.markdown
+++ b/examples/storm-starter/README.markdown
@@ -26,7 +26,7 @@ Next, make sure you have the storm-starter code available on your machine.  Git/
 following command to download the latest storm-starter code and change to the new directory that contains the downloaded
 code.
 
-    $ git clone git://github.com/apache/incubator-storm.git && cd storm/examples/storm-starter
+    $ git clone git://github.com/apache/incubator-storm.git && cd incubator-storm/examples/storm-starter
 
 
 ## storm-starter overview
@@ -106,7 +106,7 @@ The following instructions will import storm-starter as a new project in Intelli
 
 
 * Open _File > Import Project..._ and navigate to the storm-starter directory of your storm clone (e.g.
-  `~/git/storm/examples/storm-starter`).
+  `~/git/incubator-storm/examples/storm-starter`).
 * Select _Import project from external model_, select "Maven", and click _Next_.
 * In the following screen, enable the checkbox _Import Maven projects automatically_.  Leave all other values at their
   defaults.  Click _Next_.


[4/4] git commit: Merge branch 'readme-leiningen' of github.com:miguno/incubator-storm

Posted by pt...@apache.org.
Merge branch 'readme-leiningen' of github.com:miguno/incubator-storm


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

Branch: refs/heads/master
Commit: 253eac7fbbe8ba243ec0d386d52de260587bd2e0
Parents: 1fc5c42 be8a22b
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Apr 9 15:39:17 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Apr 9 15:39:17 2014 -0400

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/253eac7f/examples/storm-starter/README.markdown
----------------------------------------------------------------------


[3/4] git commit: Merge branch 'readme-base-dir' of github.com:miguno/incubator-storm

Posted by pt...@apache.org.
Merge branch 'readme-base-dir' of github.com:miguno/incubator-storm


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

Branch: refs/heads/master
Commit: 1fc5c42237482c003b08faf579e727dd00c255a8
Parents: 6f0f30c dbf8faf
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Apr 9 15:39:01 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Apr 9 15:39:01 2014 -0400

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/4] git commit: storm-starter: remove leiningen section because leiningen is not used anymore

Posted by pt...@apache.org.
storm-starter: remove leiningen section because leiningen is not used anymore


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

Branch: refs/heads/master
Commit: be8a22b0541e0fe7d5dcbc4c83b17d3b92328e99
Parents: d5dee0e
Author: Michael G. Noll <mi...@michael-noll.com>
Authored: Mon Mar 24 20:47:37 2014 +0100
Committer: Michael G. Noll <mi...@michael-noll.com>
Committed: Mon Mar 24 20:47:37 2014 +0100

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/be8a22b0/examples/storm-starter/README.markdown
----------------------------------------------------------------------
diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown
index 13dd9e4..f10f444 100644
--- a/examples/storm-starter/README.markdown
+++ b/examples/storm-starter/README.markdown
@@ -47,16 +47,6 @@ If you want to learn more about how Storm works, please head over to the
 [Storm project page](http://storm.incubator.apache.org).
 
 
-<a name="leiningen"></a>
-
-# Using storm-starter with Leiningen
-
-## Install Leiningen
-
-The storm-starter build uses [Leiningen](http://leiningen.org/) 2.0.  Install Leiningen by following the
-[leiningen installation instructions](https://github.com/technomancy/leiningen).
-
-
 <a name="maven"></a>
 
 # Using storm-starter with Maven