Created
May 17, 2012 13:49
-
-
Save dmozzy/2719039 to your computer and use it in GitHub Desktop.
project.clj showing the new :aot outpur
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
(defproject GeoTaskList "1.0.0-SNAPSHOT" | |
:description "Geolocated Tasklist mobile application" | |
:dependencies [[org.clojure/clojure "1.3.0"] [cheshire "2.2.0"] [compojure "1.0.1"]] | |
:dev-dependencies [[appengine-magic "0.4.7"]] | |
:aot [GeoTaskList.app_servlet GeoTaskList.core GeoTaskList.persistence]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment