diff --git a/.gitignore b/.gitignore index 0ebd3dd0..51181e53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ publish/ -build/build.properties +build/buildinfo.properties diff --git a/build/build.properties b/build/build.properties new file mode 100644 index 00000000..1c8d3c0a --- /dev/null +++ b/build/build.properties @@ -0,0 +1,3 @@ +# build.properties file defines overrides for default.properties +# Explaination: This file should be created by each user as and when he or she needs to override particular values. +# Consequently, it should not be placed under version control. \ No newline at end of file diff --git a/build/build.xml b/build/build.xml index 826a23bf..80904f42 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,21 +1,28 @@ - - - - + + + + + Current build number:${build.number} + + + - - + + + + + @@ -29,13 +36,17 @@ + + + + @@ -54,6 +65,7 @@ + @@ -71,6 +83,7 @@ + @@ -92,6 +105,7 @@ + @@ -124,15 +138,17 @@ - + + + @@ -144,22 +160,25 @@ + - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/build/default.properties b/build/default.properties new file mode 100644 index 00000000..89eacf93 --- /dev/null +++ b/build/default.properties @@ -0,0 +1,3 @@ + +# Build Versioning +html5boilerplate.build.info = buildinfo.properties \ No newline at end of file