Skip to content

Commit

Permalink
project.clj: add explicit :test-paths setting so that Java IDE's can
Browse files Browse the repository at this point in the history
properly match Java package names and directory names for test classes
  • Loading branch information
Michael G. Noll committed Aug 29, 2013
1 parent eca7460 commit fa424ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(defproject storm-starter "0.0.1-SNAPSHOT"
:source-paths ["src/clj"]
:java-source-paths ["src/jvm"]
:test-paths ["test/jvm"]
:resource-paths ["multilang"]
:aot :all
:repositories {
Expand Down

0 comments on commit fa424ae

Please sign in to comment.