From 97fbe53f671cae17ff708b2c196bf0210335aba7 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Fri, 30 Nov 2007 09:53:40 +0000 Subject: [PATCH] Added gwt dir definition. svn changeset:3056/svn branch:trunk --- build/build.properties | 4 ++-- build/build.xml | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/build/build.properties b/build/build.properties index 38e06b8971..24892fae27 100644 --- a/build/build.properties +++ b/build/build.properties @@ -1,7 +1,7 @@ -result-path=build/result +result-path=/result product-file=itmill-toolkit product-name=IT Mill Toolkit toolkit-package=com/itmill/toolkit eclipse-workspace-name=itmill-toolkit-examples eclipse-launch-vmargs=-Xms256M -Xmx512M - +gwt-dir=build/gwt diff --git a/build/build.xml b/build/build.xml index 5f92c4c555..2081e73507 100644 --- a/build/build.xml +++ b/build/build.xml @@ -18,9 +18,10 @@ * itmill-toolkit-mac-.tar.gz * itmill-toolkit-mac-.dmg - NOTE: This build script requires directories named build/gwt/(linux|windows|mac) . + NOTE: This build script requires directories named ${gwt-dir}/(linux|windows|mac) . + See build.properties to define path where your gwt installation is located. You must unpack platform specific binaries under linux, windows and mac directories. - build/gwt/(linux|windows|mac) are used for + ${gwt-dir}/${platform} (linux|windows|mac) are used for a) compile WebContent/ITMILL/widgetsets b) creating platform specific release ZIP/TGZ packages. --> @@ -61,7 +62,7 @@ - + @@ -105,7 +106,7 @@ - We are on ${platform} platform, using build/gwt/${platform}/${lib-gwt-dev}. + We are on ${platform} platform, using ${gwt-dir}/${platform}/${lib-gwt-dev}. @@ -131,8 +132,8 @@ - - + + @@ -153,7 +154,7 @@ - + @@ -175,7 +176,7 @@ - + @@ -194,15 +195,14 @@ - + - - --> @@ -535,8 +535,8 @@ - - + + @@ -549,8 +549,8 @@ - - + + @@ -567,8 +567,8 @@ - - + + -- 2.39.5