Codebase list leiningen-clojure / 360e63d
Fix a test. Phil Hagelberg 9 years ago
3 changed file(s) with 12 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
2727
2828 (def sample-no-aot-project (read-test-project "sample-no-aot"))
2929
30 (def sample-with-project (read-test-project "sample-with-project-profile"))
30 (def sample-with-project (read-test-project "sample-with-downstream"))
3131
3232 (def tricky-name-project (read-test-project "tricky-name"))
3333
0 ;; This project is used for leiningen's test suite, so don't change
1 ;; any of these values without updating the relevant tests. If you
2 ;; just want a basic project to work from, generate a new one with
3 ;; "lein new".
4
5 (def clj-version "1.3.0")
6
7 (defproject nomnomnom "0.5.0-SNAPSHOT"
8 :description "A test project"
9 :plugins [[com.palletops/discovery-api "0.1.0"]]
10 :profiles {:downstream [:discovery-api]})
+0
-11
test_projects/sample-with-project-profile/project.clj less more
0 ;; This project is used for leiningen's test suite, so don't change
1 ;; any of these values without updating the relevant tests. If you
2 ;; just want a basic project to work from, generate a new one with
3 ;; "lein new".
4
5 (def clj-version "1.3.0")
6
7 (defproject nomnomnom "0.5.0-SNAPSHOT"
8 :description "A test project"
9 :plugins [[com.palletops/discovery-api "0.1.0"]]
10 :profiles {:project [:discovery-api]})