-
-
Save Raynes/1262815 to your computer and use it in GitHub Desktop.
Revisions
-
Raynes revised this gist
Oct 4, 2011 . 2 changed files with 7 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ (defproject ustate "0.0.1-SNAPSHOT" :description "A state aggregation daemon" :tasks [protobuf.tasks] :dependencies [[org.clojure/clojure "1.2.1"] ;[classlojure "0.6.1"] [clojure-protobuf "0.4.6"]] :cake-plugins [[cake-protobuf "0.5.0-alpha5"]]) This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,12 +0,0 @@ -
aphyr created this gist
Oct 4, 2011 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ (defproject ustate "0.0.1-SNAPSHOT" :description "A state aggregation daemon" :tasks [protobuf.tasks] :dependencies [ [org.clojure/clojure "1.2.1"] [classlojure "0.6.1"] [clojure-protobuf "0.4.6"]] :dev-dependencies [ [cake-protobuf "0.5.0-alpha5"]] :tasks [protobuf.tasks] :cake-plugins [[cake-protobuf "0.5.0-alpha5"]] )