Fix an entry in the sample.project.clj file.

This commit is contained in:
Phil Hagelberg 2010-07-19 08:29:08 -07:00
parent c21bbd9aed
commit 3dc47c1382
2 changed files with 2 additions and 2 deletions

2
NEWS
View file

@ -78,7 +78,7 @@ Leiningen NEWS -- history of user-visible changes
* Improved Cygwin support. * Improved Cygwin support.
* Added INTRO.md file for introductory concepts. * Added TUTORIAL.md file for introductory concepts.
= 1.1.0 / 2010-02-16 = 1.1.0 / 2010-02-16

View file

@ -66,4 +66,4 @@
:jar-name "sample.jar" ; name of the jar produced by 'lein jar' :jar-name "sample.jar" ; name of the jar produced by 'lein jar'
:uberjar-name "sample-standalone.jar" ; as above for uberjar :uberjar-name "sample-standalone.jar" ; as above for uberjar
;; You can set JVM-level options here. ;; You can set JVM-level options here.
:jvm-opts "-Xmx1g") :jvm-opts ["-Xmx1g"])