From 6d83a6f2cd733d59a6a7768cf9f95e818721c93a Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Wed, 8 May 2013 20:54:03 -0400 Subject: [PATCH] Stop claiming sample.project.clj is exhaustive refs #1168 --- sample.project.clj | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sample.project.clj b/sample.project.clj index 40ab184f..890d2d82 100644 --- a/sample.project.clj +++ b/sample.project.clj @@ -1,8 +1,7 @@ -;; This is an annotated example of the options that may be set in a -;; project.clj file. It is a fairly contrived example in order to -;; cover all options exhaustively; it shouldn't be considered a -;; representative configuration. For a more detailed explanation of -;; some of the terms run "lein help tutorial". +;; This is an annotated example of the options that may be set in a project.clj +;; file. It is a fairly contrived example in order to cover lots of different +;; options; it shouldn't be considered a representative configuration. For a +;; more detailed explanation of some of the terms run ;; "lein help tutorial". ;; These options apply to Leiningen 2.x. See the 1.x branch for older versions: ;; https://github.com/technomancy/leiningen/blob/1.x/sample.project.clj