revert java/clj separate source paths, back to original layout

This commit is contained in:
Gered 2014-04-03 21:34:39 -04:00
parent aae01476a0
commit 4aa70fdb40
12 changed files with 1 additions and 2 deletions

View file

@ -16,8 +16,6 @@
[clj-image2ascii "0.1.0-SNAPSHOT"]
[com.cemerick/url "0.1.1"]
[criterium "0.4.3" :scope "test"]]
:source-paths ["src/clojure"]
:java-source-paths ["src/java"]
:main main
:plugins [[lein-ring "0.8.10"]
[lein-environ "0.4.0"]]

View file

@ -20,6 +20,7 @@
:init init
:auto-reload? true
:destroy destroy
:open-browser? false
:join? false}))
(println (str "You can view the site at http://localhost:" port))))