Serious work on the buildall script (and project.clj) to capture a
build signature in the MANIFEST.MF file; also, getting rid of dependency on collage.
This commit is contained in:
parent
75475ece29
commit
0652a9ba61
3 changed files with 171 additions and 50 deletions
14
project.clj
14
project.clj
|
|
@ -1,11 +1,19 @@
|
|||
(defproject mw-engine "0.1.2-SNAPSHOT"
|
||||
:description "Cellular automaton world builder."
|
||||
:url "http://example.com/FIXME"
|
||||
:url "http://www.journeyman.cc/microworld/"
|
||||
:manifest {
|
||||
;; do not reformat this! It is important for the buildall script
|
||||
;; that each of these properties is on a line with nothing else.
|
||||
"build-signature-version" "unset"
|
||||
"build-signature-user" "unset"
|
||||
"build-signature-email" "unset"
|
||||
"build-signature-timestamp" "unset"
|
||||
}
|
||||
|
||||
:license {:name "GNU General Public License v2"
|
||||
:url "http://www.gnu.org/licenses/gpl-2.0.html"}
|
||||
:plugins [[lein-marginalia "0.7.1"]]
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/math.combinatorics "0.0.7"]
|
||||
[org.clojure/tools.trace "0.7.8"]
|
||||
[net.mikera/imagez "0.3.1"]
|
||||
[fivetonine/collage "0.2.1"]])
|
||||
[net.mikera/imagez "0.3.1"]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue