diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-11-26 08:10:26 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-11-26 08:10:26 +0000 |
commit | 5eebc288c708003f969b1d6528b981ba9bd48f12 (patch) | |
tree | 8b2dd58c6ba28a2549d1c972fa58c1be6477aae8 /build/readme.txt | |
parent | 02c38741d540b8b5273579bd9d57123fe2ed2a19 (diff) | |
download | vaadin-framework-5eebc288c708003f969b1d6528b981ba9bd48f12.tar.gz vaadin-framework-5eebc288c708003f969b1d6528b981ba9bd48f12.zip |
Fixed fridays build.xml mixups (machine crash), transfered GWT out from project svn into root svn
svn changeset:2925/svn branch:trunk
Diffstat (limited to 'build/readme.txt')
-rw-r--r-- | build/readme.txt | 17 |
1 files changed, 17 insertions, 0 deletions
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/<platform> directory / directories +- <platform> = linux|windows|mac + +4. Update Eclipse project classpath build/gwt/<platform>/gwt-user.jav and gwt-dev-<platform>.jar + +Note: All GWT distributions have been moved to +https://svn.itmill.com/svn/itmill-toolkit/gwt + |