From 8f622ab0b9e01df0fce2ee47af1d86e54c9f823e Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 29 Apr 2008 13:57:39 +0000 Subject: [PATCH] doc updates --- build.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build.properties b/build.properties index b9ec7c68..158d9238 100644 --- a/build.properties +++ b/build.properties @@ -5,3 +5,16 @@ project.key=SWF ivy.cache.dir=${basedir}/../ivy-cache integration.repo.dir=${basedir}/../integration-repo source.version=1.4 + +# For when releasing +#release.type=release +#build.stamp=RELEASE + +# For when releasing milestones +#release.type=milestone +#build.stamp=M1 + +# For development in trunk +#release.type=integration + +