Skip to content

Commit

Permalink
Update project.clj to deploy to clojars
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller committed Mar 9, 2013
1 parent c292cbb commit e6cab2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
@@ -1,11 +1,13 @@
(defproject clojure.tools.nrepl "0.1.0-SNAPSHOT"
(defproject org.clojars.dmiller2718/cljclr.tools.nrepl "0.1.0"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies []
:min-lein-version "2.0.0"
:plugins [[lein-clr "0.2.0"]]
:deploy-repositories [["clojars" {:url "https://clojars.org/repo/"
:sign-releases false}]]
:clr {:cmd-templates {:clj-exe [#_"mono" [CLJCLR15_40 %1]]
:clj-dep [#_"mono" ["target/clr/clj/Debug 4.0" %1]]
:clj-url "https://github.com/downloads/clojure/clojure-clr/clojure-clr-1.4.0-Debug-4.0.zip"
Expand Down

0 comments on commit e6cab2c

Please sign in to comment.