From d00e0f78e03f6f491d282b5eabad37dfc407e7a3 Mon Sep 17 00:00:00 2001 From: Chas Emerick Date: Mon, 20 Feb 2012 05:20:22 -0500 Subject: [PATCH] :extra-classpath-dirs no longer supported --- sample.project.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/sample.project.clj b/sample.project.clj index d5e23c5f..edf0a8df 100644 --- a/sample.project.clj +++ b/sample.project.clj @@ -139,7 +139,6 @@ :native-path "src/native" ; where to look for native dependencies :target-dir "target/ " ; where to place the project's jar file - :extra-classpath-dirs ["script"] ; more classpath entries not included in jar :jar-name "sample.jar" ; name of the jar produced by 'lein jar' :uberjar-name "sample-standalone.jar" ; as above for uberjar ;; Options to pass to java compiler for java source