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 + +