From 5eebc288c708003f969b1d6528b981ba9bd48f12 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Mon, 26 Nov 2007 08:10:26 +0000 Subject: [PATCH] Fixed fridays build.xml mixups (machine crash), transfered GWT out from project svn into root svn svn changeset:2925/svn branch:trunk --- build/GWT-VERSION.properties | 1 + build/VERSION | 1 - build/VERSION.properties | 1 + build/build.xml | 17 +++++++++-------- build/package/webcontent-index.html | 10 ---------- build/readme.txt | 17 +++++++++++++++++ 6 files changed, 28 insertions(+), 19 deletions(-) create mode 100644 build/GWT-VERSION.properties delete mode 100644 build/VERSION create mode 100644 build/VERSION.properties create mode 100644 build/readme.txt diff --git a/build/GWT-VERSION.properties b/build/GWT-VERSION.properties new file mode 100644 index 0000000000..9195b1ec3b --- /dev/null +++ b/build/GWT-VERSION.properties @@ -0,0 +1 @@ +gwt-version=1.4.60 diff --git a/build/VERSION b/build/VERSION deleted file mode 100644 index 8b88ec3041..0000000000 --- a/build/VERSION +++ /dev/null @@ -1 +0,0 @@ -version=5.0.0-alpha-2 \ No newline at end of file diff --git a/build/VERSION.properties b/build/VERSION.properties new file mode 100644 index 0000000000..7f3ea9fcc2 --- /dev/null +++ b/build/VERSION.properties @@ -0,0 +1 @@ +version=5.0.0-alpha-2 diff --git a/build/build.xml b/build/build.xml index 1eb8da93cd..8fe23e1d06 100644 --- a/build/build.xml +++ b/build/build.xml @@ -56,13 +56,13 @@ - + - + @@ -75,7 +75,11 @@ - + + + + + @@ -103,10 +107,6 @@ - - - - @@ -479,7 +479,8 @@ - + + diff --git a/build/package/webcontent-index.html b/build/package/webcontent-index.html index 1cfa67984a..f3da503143 100644 --- a/build/package/webcontent-index.html +++ b/build/package/webcontent-index.html @@ -22,16 +22,6 @@
Source code: browse source - -
-

Feature Browser

-
- FeatureBrowser - Test bench application for trying out different components and features of the IT Mill Toolkit -
-
Source code: - browse features folder -

Notification Demo

diff --git a/build/readme.txt b/build/readme.txt new file mode 100644 index 0000000000..43fcd20a12 --- /dev/null +++ b/build/readme.txt @@ -0,0 +1,17 @@ +See documentation on build.xml how product is build. + + +1. See build/GWT-VERSION.properties file +- states the GWT version used within this project + +2. Checkout correct GWT distribution version for your platform +- note, you have to checkout GWT for all platforms when doing release builds + +3. Extract or link GWT distribution under build/gwt/ directory / directories +- = linux|windows|mac + +4. Update Eclipse project classpath build/gwt//gwt-user.jav and gwt-dev-.jar + +Note: All GWT distributions have been moved to +https://svn.itmill.com/svn/itmill-toolkit/gwt + -- 2.39.5