Skip to content

Commit

Permalink
lein2 project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
amalloy committed May 4, 2012
1 parent 837d87a commit 99a10c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
@@ -1,5 +1,5 @@
(defproject io "0.2.0-beta1"
:description "The innermost moon of Jupiter."
:dependencies [[clojure "1.3.0"]]
:java-source-path "src/java"
:source-path "src/clj")
:dependencies [[org.clojure/clojure "1.3.0"]]
:java-source-paths ["src/java"]
:source-paths ["src/clj"])

0 comments on commit 99a10c5

Please sign in to comment.