diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-31 17:12:49 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-04-01 11:49:48 +0000 |
commit | 8df3680762f219d3e07dca74435e8fca90905a68 (patch) | |
tree | ee5de58a38346391748b4e700cc2ea30dd72caff /all/src | |
parent | d494f822bb18a94f2ae032d724336607b1c33c74 (diff) | |
download | vaadin-framework-8df3680762f219d3e07dca74435e8fca90905a68.tar.gz vaadin-framework-8df3680762f219d3e07dca74435e8fca90905a68.zip |
Add transitive dependencies for vaadin-all zip to lib folder
Change-Id: I020ddda7a11390c9a15e755abf0fc2528fe1cc3a
Diffstat (limited to 'all/src')
-rw-r--r-- | all/src/main/resources/WebContent/README.TXT | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/all/src/main/resources/WebContent/README.TXT b/all/src/main/resources/WebContent/README.TXT new file mode 100644 index 0000000000..24d8afb44c --- /dev/null +++ b/all/src/main/resources/WebContent/README.TXT @@ -0,0 +1,13 @@ +This Vaadin zip contains all the jars of the Vaadin Framework. Additionally all dependencies are provided in the lib folder. + +To use in a web project: +1. Copy all vaadin-* files except vaadin-client and vaadin-client-compiler to WEB-INF/lib in your project +2. Copy lib/*.jar to WEB-INF/lib in your project +3. Copy vaadin-client and vaadin-client-compiler to a lib folder which is on your classpath but will not be deployed. These files are only needed when compiling a module (widget set) to Javascript. + +If you are using Eclipse and a standard WTP (Dynamic Web Project or Vaadin Project), step 3 can be: +Create a /lib folder, copy the files there and right click the lib folder and select "Build Path" -> "Add to Build Path". +Once this is done, the "Compile widgetset" button provided by the Vaadin Plug-in for Eclipse will work correctly. + + + |