From 284885245c2e7c39d6f303c5f0b96e02864393f9 Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 2 Jun 2009 08:25:51 +0000 Subject: [PATCH] add comment to build.properties --- build.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.properties b/build.properties index 07b2927c3..e3173ada9 100644 --- a/build.properties +++ b/build.properties @@ -1,3 +1,15 @@ version=2.0.1 integration.repo.dir=${basedir}/../integration-repo ivy.cache.dir=${basedir}/../ivy-cache + +# For when releasing +#release.type=release +#build.stamp=RELEASE + +# For when releasing milestones +#release.type=milestone +#build.stamp=M1 + +# For development in trunk (the default) +#release.type=integration +