From: Marko Grönroos Date: Tue, 20 Oct 2009 14:46:59 +0000 (+0000) Subject: Always get version number from property file, also for nightlies. For #3553. X-Git-Tag: 6.7.0.beta1~2397 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b795c8a40854fd3d0d9adf22d7042082588251ac;p=vaadin-framework.git Always get version number from property file, also for nightlies. For #3553. svn changeset:9278/svn branch:6.2 --- diff --git a/build/VERSION.properties b/build/VERSION.properties index e3abd9aaf5..6bf1cb5179 100644 --- a/build/VERSION.properties +++ b/build/VERSION.properties @@ -1 +1 @@ -version=6.2.development +version=6.2.0 diff --git a/build/build.xml b/build/build.xml index da2896f0a5..f62656f049 100644 --- a/build/build.xml +++ b/build/build.xml @@ -199,9 +199,19 @@ + + + + + + + + + Base Version: ${version} + Full Version: ${version.full} Toolkit package is: ${toolkit-package} @@ -214,12 +224,12 @@ We are on ${platform} platform (${os.name} ${os.version}), using ${gwt-dir}/${platform}/${lib-gwt-dev} (${gwt-version}). - + - + - + @@ -263,13 +273,13 @@ Creating package for ${package-platform} platform. - - + + - + @@ -284,16 +294,16 @@ Creating package for ${package-platform} platform. - + - + - + @@ -306,13 +316,13 @@ Creating package for ${package-platform} platform. - - + + - + @@ -325,13 +335,13 @@ Creating package for ${package-platform} platform. - - + + - + @@ -358,7 +368,7 @@ - + @@ -369,7 +379,7 @@ Building Liferay zip - + @@ -387,7 +397,7 @@ - ##teamcity[publishArtifacts '${result-path}/${product-file}-${version}-liferay.zip'] + ##teamcity[publishArtifacts '${result-path}/${product-file}-${version.full}-liferay.zip'] @@ -399,12 +409,12 @@ - + Creating Mac disk image (dmg) - hdiutil create -format UDRW -volname ${product-file}-${version} -srcfolder ${result-path}/${product-file}-${package-platform}-${version} ${result-path}/disk-image.dmg + hdiutil create -format UDRW -volname ${product-file}-${version.full} -srcfolder ${result-path}/${product-file}-${package-platform}-${version.full} ${result-path}/disk-image.dmg - + @@ -446,12 +456,12 @@ - + - + @@ -474,7 +484,7 @@ - + @@ -488,7 +498,7 @@ - + @@ -512,7 +522,7 @@ - + @@ -522,7 +532,7 @@ - + @@ -653,7 +663,7 @@ - + @@ -1041,13 +1051,13 @@ Creating libs (server-side) ${lib-jar-name} - ${version} + ${version.full} ${gwt-version} - + @@ -1149,7 +1159,7 @@ - + @@ -1164,8 +1174,8 @@ - - + + @@ -1188,12 +1198,12 @@ - + - + - + ${javadoc.doctitle} @@ -1214,7 +1224,7 @@ - + ##teamcity[publishArtifacts '${result-path}/differences-linux.txt'] @@ -1251,14 +1261,15 @@ - - Minor version: ${version.minor} + + + Base version: ${version} Build number: ${build.number} Build tag: ${build.tag} Publish target: ${nightly.publish} @@ -1267,13 +1278,13 @@ - - Version will be: ${version} + + + Version will be: ${version.full} - ##teamcity[buildNumber '${version.minor}-c${build.number}'] - + ##teamcity[buildNumber '${version.full}-c${build.number}'] @@ -1288,7 +1299,7 @@ Hopefully you have permissions for the copy operation with SSH. - + @@ -1331,14 +1342,14 @@ - Version: ${version} + Version: ${version.full} - +