diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-11 14:41:14 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-11 14:41:14 +0300 |
commit | 72c95f45e4133ade6f94e7ea2327c7c006744c6e (patch) | |
tree | 14765591ac33aa1d547a55c7025eddd313244be8 /all/README.TXT | |
parent | ae4dbf6912fc6d874d8e0bbd6f0b015066c91929 (diff) | |
download | vaadin-framework-72c95f45e4133ade6f94e7ea2327c7c006744c6e.tar.gz vaadin-framework-72c95f45e4133ade6f94e7ea2327c7c006744c6e.zip |
Mention lib/*.jar also in instructions
Diffstat (limited to 'all/README.TXT')
-rw-r--r-- | all/README.TXT | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/all/README.TXT b/all/README.TXT index 55685ac8b0..24d8afb44c 100644 --- a/all/README.TXT +++ b/all/README.TXT @@ -2,11 +2,11 @@ This Vaadin zip contains all the jars of the Vaadin Framework. Additionally all 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 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. +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) you can do: -1. As above -2. Create a /lib folder, copy the files there and right click the lib folder and select "Build Path" -> "Add to Build Path". +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. |