leiningen/test_projects/tricky-name/project.clj
Nelson Morris cd5cd2c0d9 Update the run task tests for 2.0
The test.helper needed to change the project map for the test projects
because eval-in-project uses get-classpath, which will return the
relative paths for some directories.  This breaks in this case since
the working directory is not the root of the test project.
2011-12-02 21:45:47 -06:00

7 lines
330 B
Clojure

(defproject org.domain/tricky-name "1.0"
:description "One with a tricky group and project name"
:dev-dependencies [[org.clojure/clojure "1.2.0"]]
:shell-wrapper true
:main ^{:skip-aot true} org.domain.tricky-name.core
:run-aliases {:bbb org.domain.tricky-name.brunch
:mmm org.domain.tricky-name.munch})