summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-12-09 15:29:10 +0200
committerSauli Tähkäpää <sauli@vaadin.com>2014-12-09 15:29:10 +0200
commitb579c8aa1f116613bc2c54a562619dbba0608a5d (patch)
treecb1990f682bc58784885a86504cc3299b6800f50 /README.md
parent153129d52d0167a4d54d7c133155eeec7d407a19 (diff)
downloadvaadin-framework-b579c8aa1f116613bc2c54a562619dbba0608a5d.tar.gz
vaadin-framework-b579c8aa1f116613bc2c54a562619dbba0608a5d.zip
Add link to IDEA workspace instructions.
Change-Id: I85c2b537926f887bce0e0b370b6be6b56c038053
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45421f3fbd..2f972ebefa 100644
--- a/README.md
+++ b/README.md
@@ -104,10 +104,15 @@ Note that the included Vaadin TestBench (browser) tests require access to a Test
Building a package
=====
-The distribution files can be built in two steps.
+The distribution files can be built in two steps.
1. Unpack required gwt jars into the project
<pre><code>ant -f gwt-files.xml unpack.gwt</code></pre>
2. Build the project by running
<pre><code>ant</code></pre>
in the project root directory (add -Dvaadin.version=1.2.3 to use a specific version number).
+
+Setting up other IDEs to Develop Vaadin 7
+=========
+- Unofficial instructions
+ - IntelliJ IDEA: http://github.com/Saulis/vaadin-idea-workspace/