Skip to content

Commit

Permalink
ensure netty test uses netty transport, slim down project.clj, bump v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
nathanmarz committed May 28, 2013
1 parent d6e6ebb commit b87b363
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ _release
*.zip
.lein-deps-sum
*.iml
/target
/storm-core/target
target
/.project/
/.lein-plugins/
*.ipr
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0-wip17
0.9.0-wip19
9 changes: 1 addition & 8 deletions storm-netty/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@
(def VERSION (-> ROOT-DIR (str "/../VERSION") slurp))

(eval `(defproject storm/storm-netty ~VERSION
:url "http://storm-project.net"
:description "Distributed and fault-tolerant realtime computation"
:license {:name "Eclipse Public License - Version 1.0" :url "https://github.com/nathanmarz/storm/blob/master/LICENSE.html"}
:mailing-list {:name "Storm user mailing list"
:archive "https://groups.google.com/group/storm-user"
:post "storm-user@googlegroups.com"}
:dependencies [[storm/storm-core ~VERSION]
[io.netty/netty "3.6.3.Final"]]
:source-paths ["src/jvm"]
:java-source-paths ["src/jvm"]
:test-paths ["test/clj"]
:profiles {:release {}}
:jvm-opts ["-Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib"]
:aot :all))
:aot :all))
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
topology
;; important for test that
;; #tuples = multiple of 4 and 6
:storm-conf {TOPOLOGY-WORKERS 3}
:mock-sources {"1" [["a"] ["b"]
["a"] ["b"]
["a"] ["b"]
Expand Down

0 comments on commit b87b363

Please sign in to comment.