blob: 43fcd20a12a327dce2cf78bb3ee9caae6ca97dbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|