Roll back profile-scoped target path for now.

Discussion of rationale on mailing list.
This commit is contained in:
Phil Hagelberg 2013-08-17 21:48:21 -07:00
parent 95bdc72f80
commit 45c7af9f69

View file

@ -163,7 +163,7 @@
:test-paths ["test"]
:native-path "%s/native"
:compile-path "%s/classes"
:target-path "target/%s"
:target-path "target"
:clean-targets [:target-path]
:prep-tasks ["javac" "compile"]
:jar-exclusions [#"^\."]