Added best practices of build version incrementing

Referencing http://www.ibmpressbooks.com/articles/article.aspx?p=519946

default.properties was added
as well as build.properties (now used for overiding values in default.properties). Using the new
buildinfo.properties file which is created dynamically to track the build number and build date.

Also added a few comments and spaces between tasks to make the file easier to read. Changed .gitignore
to ignore the buildinfo file not the build file.

Originally committed at ff3d10eaff
This commit is contained in:
paulirish
2010-09-09 05:53:24 -07:00
parent 79ecbfbd63
commit 1e0419a502
4 changed files with 44 additions and 19 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
publish/
build/build.properties
build/buildinfo.properties