aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/installing/installing-overview.adoc
diff options
context:
space:
mode:
authorMarko Gronroos <magi@vaadin.com>2016-06-01 18:21:58 +0300
committerArtur Signell <artur@vaadin.com>2016-08-05 10:19:43 +0300
commit8bbe02b1eaa91618a2661a248fb1a70ea5ad4200 (patch)
tree7708d16e9e4cf35316e712293975b51075ecd076 /documentation/installing/installing-overview.adoc
parentd6165f1f2d07409d964597a338b61195f750292d (diff)
downloadvaadin-framework-8bbe02b1eaa91618a2661a248fb1a70ea5ad4200.tar.gz
vaadin-framework-8bbe02b1eaa91618a2661a248fb1a70ea5ad4200.zip
Revised diagrams in intro, installation, architecture, and application chapters. #19897
Change-Id: I42673cabcd171dd560dfe84fd84eb86e7ba11733
Diffstat (limited to 'documentation/installing/installing-overview.adoc')
-rw-r--r--documentation/installing/installing-overview.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/installing/installing-overview.adoc b/documentation/installing/installing-overview.adoc
index 3b2a60f767..5b93ce3742 100644
--- a/documentation/installing/installing-overview.adoc
+++ b/documentation/installing/installing-overview.adoc
@@ -13,7 +13,7 @@ You can use Vaadin with any Java IDE or no IDE at all.
Vaadin has special support for the Eclipse and NetBeans IDEs, as well as for IntelliJ IDEA.
.Vaadin installation steps
-image::img/installation-steps.svg[scaledwidth=100%]
+image::img/installation-steps-hi.png[width=100%, scaledwidth=100%]
Managing Vaadin and other Java libraries can get tedious to do manually, so using a build system that manages dependencies automatically is adviced.
Vaadin is distributed in the Maven central repository, and can be used with any build or dependency management system that can access Maven repositories, such as Ivy or Gradle, in addition to Maven.