You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Artur Signell e86c2a1215 Readme for zip (#9299) 11 년 전
..
README.TXT Readme for zip (#9299) 11 년 전
build.xml Readme for zip (#9299) 11 년 전
ivy.xml Publish zip also (#9299) 11 년 전

README.TXT

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 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".
Once this is done, the "Compile widgetset" button provided by the Vaadin Plug-in for Eclipse will work correctly.