project.clj @ 57cb38f18a17

Better bootstrap.sh script. It now checks for dependencies and supports
downloading via either wget or curl. It also prints a message on how to
download the file manually in case neither utility is found. Update URL
to use new download location.
author Eliot <fadookie@gmail.com>
date Sat, 10 Sep 2011 01:35:47 -0700
parents c41de2845803
children 99a4600a4575
(defproject clojurecraft "0.0.1-SNAPSHOT"
  :description "TODO: add summary of your project"
  :dependencies [[clojure "1.2.0"]
                 [clojure-contrib "1.2.0"]]
  :jvm-opts ["-Xmx1g"])