Skip to content

Commit

Permalink
Merge remote-tracking branch 'gsilk/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz committed Oct 16, 2012
2 parents 64c9ae4 + 1c0e199 commit 535b5fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
(def lein-version (System/getenv "LEIN_VERSION"))
(if-not (re-find #"^1\..*$" lein-version)
(do (println (str "ERROR: requires Leiningen 1.x but you are using " lein-version))
(System/exit 1)))

(defproject storm "0.8.2-wip11"
:source-path "src/clj"
:test-path "test/clj"
Expand Down Expand Up @@ -36,4 +41,3 @@
:extra-classpath-dirs ["src/ui"]
:aot :all
)

0 comments on commit 535b5fd

Please sign in to comment.