Skip to content

Commit

Permalink
Merge pull request #17 from travis/master
Browse files Browse the repository at this point in the history
Update to lein 2
  • Loading branch information
jasonjckn committed Mar 31, 2013
2 parents 09a96e5 + c607718 commit ffa33c6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject storm-deploy "0.0.6-SNAPSHOT" (defproject storm-deploy "0.0.6-SNAPSHOT"
:source-path "src/clj" :source-paths ["src/clj"]
:test-path "test/clj" :test-paths ["test/clj"]
:dev-resources-path "conf" :profiles {:dev {:resource-paths ["conf"]}}
:run-aliases {:deploy backtype.storm.provision} :aliases {"deploy-storm" ["run" "-m" "backtype.storm.provision"]}


:repositories { :repositories {
"sonatype" "https://oss.sonatype.org/content/repositories/releases" "sonatype" "https://oss.sonatype.org/content/repositories/releases"
Expand Down Expand Up @@ -39,6 +39,5 @@
[jvyaml "1.0.0"]] [jvyaml "1.0.0"]]


:dev-dependencies [[swank-clojure "1.2.1"] :dev-dependencies [[swank-clojure "1.2.1"]
[org.cloudhoist/pallet-lein "0.5.2"]]) [org.cloudhoist/pallet-lein "0.5.2"]]

:min-lein-version "2.0.0")

0 comments on commit ffa33c6

Please sign in to comment.