diff options
author | Henrik Paul <henrik@vaadin.com> | 2013-08-13 09:41:25 +0300 |
---|---|---|
committer | Henrik Paul <henrik@vaadin.com> | 2013-08-13 08:38:14 +0000 |
commit | eaec28197b1b9791a75e69adc5d01e1ffb0929a8 (patch) | |
tree | a71dc2c0cbf9a637f558b2af6eddc6f154fcfc1d /README.md | |
parent | aa47197f95721fd3ee06adfe574314892952650d (diff) | |
download | vaadin-framework-eaec28197b1b9791a75e69adc5d01e1ffb0929a8.tar.gz vaadin-framework-eaec28197b1b9791a75e69adc5d01e1ffb0929a8.zip |
GWT requires max 1.6 compiler compliance level currently - #12345
Change-Id: I0e37e231b17afc365bf397ab601a1717d83a7459
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Set up the Workspace and define required variables for projects 1. JDK_HOME referring to your jdk installation directory ![GWT_TOOLS](http://f.cl.ly/items/1k2Z1n2v0p0y3l0X0D1G/ClasspathVars.png "Defining GWT_TOOLS") 1. Go to Java -> Compiler - 1. Check that the compliance level has been set to 1.6 (or higher) + 1. Check that the compliance level has been set to 1.6 1. Go to XML -> XML Files -> Editor 1. Ensure the settings are follows: <pre><code>Line width: 72 |