Skip to content

Commit

Permalink
Upgrade to lein2
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed May 27, 2012
1 parent c2e1125 commit d9b8bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Expand Up @@ -6,11 +6,11 @@
[com.nativelibs4java/jnaerator-runtime "0.9.10-SNAPSHOT"]
;;[kchordr/interception "1.0.0"]
]
:dev-dependencies [[lein-swank "1.4.4"]]
:source-path "src/clj"
:plugins [[lein-swank "1.4.4"]]
:source-paths ["src/clj"]
;; Use one of the two following, depending on whether you want
;; source or jar dependency
:java-source-path "src/java"
:java-source-paths ["src/java"]
:repositories {"local" "file:repo"
"sonatype" "http://oss.sonatype.org/content/repositories/releases"
"nativelibs4java-repo" "http://nativelibs4java.sourceforge.net/maven"}
Expand Down

0 comments on commit d9b8bc6

Please sign in to comment.