Skip to content

Commit

Permalink
Use standard Leining project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fhd committed Nov 20, 2012
1 parent c4de2e1 commit d6fd438
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "src/test/resources/spec"]
path = src/test/resources/spec
[submodule "test-resources/spec"]
path = test-resources/spec
url = https://github.com/mustache/spec
4 changes: 1 addition & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
:url "http://www.gnu.org/licenses/lgpl-2.1.txt"
:distribution :repo}
:dependencies [[org.clojure/clojure "1.3.0"]]
:source-paths ["src/main/clojure"]
:test-paths ["src/test/clojure"]
:profiles {:dev {:dependencies [[org.clojure/data.json "0.1.2"]
[jline/jline "0.9.94"]]
:resource-paths ["src/test/resources"]}
:resource-paths ["test-resources"]}
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}}
:repositories {"clojure-releases" "http://build.clojure.org/releases"}
:aliases {"all" ["with-profile" "dev:dev,1.4"]}
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion src/test/resources/spec
Submodule spec deleted from 9b1bc7
1 change: 1 addition & 0 deletions test-resources/spec
Submodule spec added at 72233f
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d6fd438

Please sign in to comment.