From 6b69b2bcecddff8f4243c8a14cd21de258e8602e Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Fri, 30 Nov 2007 12:20:41 +0000 Subject: [PATCH] Added mac_leopard support so I can test Hosted Mode in real package. svn changeset:3066/svn branch:trunk --- build/build.xml | 41 ++++++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/build/build.xml b/build/build.xml index 2081e73507..26f46e2605 100644 --- a/build/build.xml +++ b/build/build.xml @@ -18,7 +18,7 @@ * itmill-toolkit-mac-.tar.gz * itmill-toolkit-mac-.dmg - NOTE: This build script requires directories named ${gwt-dir}/(linux|windows|mac) . + 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 @@ -29,7 +29,7 @@ - + @@ -55,6 +55,7 @@ + @@ -144,8 +145,8 @@ - Creating package for Windows platform. + Creating package for ${package-platform} platform. @@ -154,7 +155,7 @@ - + @@ -163,8 +164,8 @@ - Creating package for Linux platform. + Creating package for ${package-platform} platform. @@ -176,7 +177,7 @@ - + @@ -185,8 +186,8 @@ - Creating package for Mac platform. + Creating package for ${package-platform} platform. @@ -195,14 +196,36 @@ - + + + + + + + + + + + + + Creating package for ${package-platform}_leopard platform. + + + + + + + + + + - + -- 2.39.5