From 5242d6b52922dfbc81c11a3397021a1753884ce9 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 7 May 2009 07:11:56 +0000 Subject: Fix for #2870 - Include information about which GWT version is used svn changeset:7641/svn branch:6.0 --- build/GWT-VERSION.properties | 2 +- build/build.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/GWT-VERSION.properties b/build/GWT-VERSION.properties index 5aebe99a94..c0c487e76d 100644 --- a/build/GWT-VERSION.properties +++ b/build/GWT-VERSION.properties @@ -1 +1 @@ -gwt-version=1.5.3 +gwt-version=1.6.4 \ No newline at end of file diff --git a/build/build.xml b/build/build.xml index ec50f34df7..5649b7b86a 100644 --- a/build/build.xml +++ b/build/build.xml @@ -182,6 +182,7 @@ + Toolkit package is: ${toolkit-package} @@ -192,7 +193,7 @@ - We are on ${platform} platform (${os.name} ${os.version}), using ${gwt-dir}/${platform}/${lib-gwt-dev}. + We are on ${platform} platform (${os.name} ${os.version}), using ${gwt-dir}/${platform}/${lib-gwt-dev} (${gwt-version}). @@ -863,6 +864,7 @@ + @@ -910,7 +912,13 @@ Creating libs (server-side) ${lib-jar-name} + + ${version} + ${gwt-version} + + + -- cgit v1.2.3