diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2015-12-03 14:59:05 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-12-03 14:59:12 +0000 |
commit | 2af72ba9636bec70046394c41744f89ce4572e35 (patch) | |
tree | ccb3dc2d2239585f8c3f79eb5f131ff61ca9ce86 /documentation/getting-started/getting-started-package.asciidoc | |
parent | 8aa5fabe89f2967e966a64842a608eceaf80d08f (diff) | |
download | vaadin-framework-2af72ba9636bec70046394c41744f89ce4572e35.tar.gz vaadin-framework-2af72ba9636bec70046394c41744f89ce4572e35.zip |
Revert "Merge branch 'documentation'"7.6.0.beta2
This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00.
Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
Diffstat (limited to 'documentation/getting-started/getting-started-package.asciidoc')
-rw-r--r-- | documentation/getting-started/getting-started-package.asciidoc | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/documentation/getting-started/getting-started-package.asciidoc b/documentation/getting-started/getting-started-package.asciidoc deleted file mode 100644 index 4dbe735958..0000000000 --- a/documentation/getting-started/getting-started-package.asciidoc +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: Vaadin Installation Package -order: 9 -layout: page ---- - -[[getting-started.package]] -= Vaadin Installation Package - -While the recommended way to install Vaadin is to use the Eclipse plugin, one of -the other IDE plugins, or a dependency management system, such as Maven, Vaadin -is also available as a ZIP distribution package. - -You can download the newest Vaadin installation package from the download page -at http://vaadin.com/download/. Please use a ZIP decompression utility available -in your operating system to extract the files from the ZIP package. - -[[getting-started.package.contents]] -== Package Contents - -[filename]#README.TXT#:: This Readme file gives simple instructions for installing Vaadin in your -project. - -[filename]#release-notes.html#:: The Release Notes contain information about the new features in the particular -release, give upgrade instructions, describe compatibility, etc. Please open the -HTML file with a web browser. - -[filename]#license.html#:: Apache License version 2.0. Please open the HTML file with a web browser. - -[filename]#lib#folder:: All dependency libraries required by Vaadin are contained within the -[filename]#lib# folder. - -[filename]#*.jar#:: Vaadin libraries, as described in -<<dummy/../../../framework/getting-started/getting-started-libraries#getting-started.libraries,"Overview -of Vaadin Libraries">>. - - - - -[[getting-started.package.install]] -== Installing the Libraries - -You can install the Vaadin ZIP package in a few simple steps: - -. Copy the JAR files at the package root folder to the [filename]#WEB-APP/lib# web -library folder in the project. Some of the libraries are optional, as explained -in -<<dummy/../../../framework/getting-started/getting-started-libraries#getting-started.libraries,"Overview -of Vaadin Libraries">>. - -. Also copy the dependency JAR files at the [filename]#lib# folder to the -[filename]#WEB-APP/lib# web library folder in the project. - - -The location of the [filename]#WEB-APP/lib# folder depends on the project -organization, which depends on the development environment. - -* In Eclipse Dynamic Web Application projects: [filename]#WebContent/WEB-INF/lib#. - -* In Maven projects: [filename]#src/main/webapp/WEB-INF/lib#. - - - - - |