aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-05-23 10:03:00 +0300
committerVaadin Code Review <review@vaadin.com>2013-05-23 09:51:09 +0000
commit5b35dd9364f5cebecb3ead602e7f707c596fc1da (patch)
tree675aa06229bbd15b65597ffbe462e7fbf558b411 /README.md
parentada3311f7846e812a10547756ce7724f3d4dba6a (diff)
downloadvaadin-framework-5b35dd9364f5cebecb3ead602e7f707c596fc1da.tar.gz
vaadin-framework-5b35dd9364f5cebecb3ead602e7f707c596fc1da.zip
Added text file encoding and line delimiter info (#11907)
Change-Id: Iaefdebfb24bedff95239ea8813b29723b3437f5b
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5b56333cdb..63f39cbb36 100644
--- a/README.md
+++ b/README.md
@@ -23,11 +23,12 @@ Start Eclipse
-------------
Start Eclipse and use the root checkout folder (the one containing the *vaadin*, *gwt* and *gwt-tools* folders) as the workspace folder
-Define Required Variables for the GWT Eclipse Projects
+Set up the Workspace and define required variables for projects
--------
-To be able to find all files, the GWT project requires you to define a couple of variables:
-
1. Open *Window* -> *Preferences* (Windows) or *Eclipse* -> *Preferences* (Mac)
+1. Go to *General* -> *Workspace*
+ 1. Set *Text file encoding* to *UTF-8*
+ 1. Set *New text file line delimiter* to *Unix*
1. Go to *General* -> *Workspace* -> *Linked Resources*
1. Add a new Path Variable **GWT_ROOT** referring to the gwt folder containing the gwt project
![GWT_ROOT](http://f.cl.ly/items/430q0H0z3t362Z1A1n3L/LinkedResources.png "Defining GWT_ROOT")