From fd1cc021ccad3ebfa24b9473e3560e378efe850f Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Sat, 28 Jun 2008 16:15:39 +0000 Subject: [PATCH] Fixed Mac OS X 10.5 to detect as mac_leopard instead of mac svn changeset:4965/svn branch:trunk --- build/build.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/build/build.xml b/build/build.xml index 0f1acc5cfd..9d9a04613a 100644 --- a/build/build.xml +++ b/build/build.xml @@ -21,7 +21,7 @@ NOTE: This build script requires directories named ${gwt-dir}/(linux|windows|mac|mac_leopard) . See build.properties to define path where your gwt installation is located. You must unpack platform specific binaries under linux, windows and mac directories. - ${gwt-dir}/${platform} (linux|windows|mac) are used for + ${gwt-dir}/${platform} (linux|windows|mac|mac_leopard) are used for a) compile WebContent/ITMILL/widgetsets b) creating platform specific release ZIP/TGZ packages. --> @@ -102,7 +102,15 @@ - + + + + + + + + + @@ -123,7 +131,7 @@ - We are on ${platform} platform, using ${gwt-dir}/${platform}/${lib-gwt-dev}. + We are on ${platform} platform (${os.name} ${os.version}), using ${gwt-dir}/${platform}/${lib-gwt-dev}. -- 2.39.5