Skip to content

Commit

Permalink
support standalone jar
Browse files Browse the repository at this point in the history
  • Loading branch information
apage43 committed Nov 11, 2012
1 parent 7ed79bb commit 6397644
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -24,3 +24,7 @@ Run the bot process


$ lein run -m marky.app $ lein run -m marky.app


or with the standalone JAR (see downloads)

$ java -jar marky-version-standalone.jar

1 change: 1 addition & 0 deletions project.clj
Expand Up @@ -3,6 +3,7 @@
:url "http://example.com/FIXME" :url "http://example.com/FIXME"
:license {:name "WTFPL" :license {:name "WTFPL"
:url "http://sam.zoy.org/wtfpl/"} :url "http://sam.zoy.org/wtfpl/"}
:main marky.app
:dependencies [[org.clojure/clojure "1.4.0"] :dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/data.xml "0.0.6"] [org.clojure/data.xml "0.0.6"]
[overtone/at-at "1.0.0"] [overtone/at-at "1.0.0"]
Expand Down
1 change: 1 addition & 0 deletions src/marky/app.clj
@@ -1,4 +1,5 @@
(ns marky.app (ns marky.app
(:gen-class)
(:import [javax.xml.transform.stream StreamSource] (:import [javax.xml.transform.stream StreamSource]
[org.jsoup Jsoup]) [org.jsoup Jsoup])
(:require [overtone.at-at :as at-] (:require [overtone.at-at :as at-]
Expand Down

0 comments on commit 6397644

Please sign in to comment.