Still working on manifest properties
This commit is contained in:
parent
529731e5f1
commit
9f3275ba64
|
@ -4,10 +4,10 @@
|
||||||
:manifest {
|
:manifest {
|
||||||
;; do not reformat this! It is important for the buildall script
|
;; do not reformat this! It is important for the buildall script
|
||||||
;; that each of these properties is on a line with nothing else.
|
;; that each of these properties is on a line with nothing else.
|
||||||
"build-signature-version" "unset"
|
"build-signature-version" "0.1.2-SNAPSHOT"
|
||||||
"build-signature-user" "unset"
|
"build-signature-user" "Simon Brooke"
|
||||||
"build-signature-email" "unset"
|
"build-signature-email" "simon@journeyman.cc"
|
||||||
"build-signature-timestamp" "unset"
|
"build-signature-timestamp" "2014-07-27 11:55:34+01:00"
|
||||||
}
|
}
|
||||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||||
[mw-engine "0.1.2-SNAPSHOT"]
|
[mw-engine "0.1.2-SNAPSHOT"]
|
||||||
|
|
Loading…
Reference in a new issue