Skip to content

Instantly share code, notes, and snippets.

@dmozzy
Created May 17, 2012 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmozzy/2719039 to your computer and use it in GitHub Desktop.
Save dmozzy/2719039 to your computer and use it in GitHub Desktop.
project.clj showing the new :aot outpur
(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