forked from technomancy/leiningen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicated test project explanation info from test projects
Justification: 1) There is already an explanatory README present in the root directory of test_projects 2) About half of the test projects have this duplicated information. The other half do not, adding inconsistency to duplication.
- Loading branch information
Showing
12 changed files
with
0 additions
and
60 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
test_projects/data-readers-backwards-compatibility/project.clj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
;; This project is used for leiningen's test suite, so don't change | ||
;; any of these values without updating the relevant tests. If you | ||
;; just want a basic project to work from, generate a new one with | ||
;; "lein new". | ||
|
||
(defproject bug "bug" | ||
:dependencies [[org.clojure/clojure "1.8.0"] | ||
[org.flatland/ordered "1.5.6"]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
;; This project is used for leiningen's test suite, so don't change | ||
;; any of these values without updating the relevant tests. If you | ||
;; just want a basic project to work from, generate a new one with | ||
;; "lein new". | ||
|
||
(defproject nomnomnom "0.5.0-SNAPSHOT" | ||
:dependencies [[~(symbol "org.clojure" "clojure") ~"1.2.0"]] | ||
:aot [nom.nom.nom]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
;; This project is used for leiningen's test suite, so don't change | ||
;; any of these values without updating the relevant tests. If you | ||
;; just want a basic project to work from, generate a new one with | ||
;; "lein new". | ||
|
||
(defproject sample-fixture-error "0.1.0-SNAPSHOT" | ||
:dependencies [[org.clojure/clojure "1.8.0"]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
;; This project is used for leiningen's test suite, so don't change | ||
;; any of these values without updating the relevant tests. If you | ||
;; just want a basic project to work from, generate a new one with | ||
;; "lein new". | ||
|
||
(defproject project-with-aliases "0.1.0-SNAPSHOT" | ||
:a 1 | ||
:profiles {:a2 {:a 2}}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters