Skip to content

Instantly share code, notes, and snippets.

@Raynes
Forked from aphyr/gist:1262812
Created October 4, 2011 21:07
Show Gist options
  • Select an option

  • Save Raynes/1262815 to your computer and use it in GitHub Desktop.

Select an option

Save Raynes/1262815 to your computer and use it in GitHub Desktop.

Revisions

  1. Raynes revised this gist Oct 4, 2011. 2 changed files with 7 additions and 12 deletions.
    7 changes: 7 additions & 0 deletions gistfile1.clj
    Original 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"]])
    12 changes: 0 additions & 12 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,12 +0,0 @@
    (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"]]
    )
  2. @aphyr aphyr created this gist Oct 4, 2011.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original 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"]]
    )