Advertisement
Guest User

project.clj

a guest
Aug 8th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defproject FeatherSystem "1.0.0-SNAPSHOT"
  2.   :description "Utilities for the Feather System"
  3.   :update :daily
  4.   :dependencies [[org.clojure/clojure "1.4.0"]
  5.                  [seesaw "1.4.1"]
  6.                  [com.github.insubstantial/substance "7.1"]]
  7.   :dev-dependencies [[lein-eclipse "1.0.0"]]
  8.   :aot [feather.core]
  9.   :main feather.core)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement