Correctly getting the build signature properties into the MANIFEST.MF

on build, now testing I'm clearing them down again before commit.
This commit is contained in:
Simon Brooke 2014-07-27 11:58:29 +01:00
parent 5d3f79567b
commit 0e140a4666
4 changed files with 47 additions and 21 deletions

View file

@ -1,13 +1,13 @@
(defproject mw-engine "unset"
(defproject mw-engine "0.1.2-SNAPSHOT"
:description "Cellular automaton world builder."
: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-version" "0.1.2-SNAPSHOT"
"build-signature-user" "Simon Brooke"
"build-signature-email" "simon@journeyman.cc"
"build-signature-timestamp" "2014-07-27 11:19:57+01:00"
"build-signature-timestamp" "2014-07-27 11:54:52+01:00"
}
:license {:name "GNU General Public License v2"