1
0
espelhamento de https://github.com/vaadin/framework.git sincronizado 2024-08-31 17:55:55 +02:00
vaadin-framework/all
2012-09-13 15:20:41 +03:00
..
build.xml Readme for zip (#9299) 2012-09-09 11:23:50 +03:00
ivy.xml Renamed themes-compiled -> themes (#9598) 2012-09-13 15:20:41 +03:00
README.TXT Mention lib/*.jar also in instructions 2012-09-11 14:41:14 +03:00

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.