vaadin-framework/all
Jonatan Kronqvist 353a1a1c30 Remove theme-compiler and replace with external vaadin-sass-compiler
* Moves CompileTheme from the theme-compiler to buildhelpers
* Refactors CompileTheme to get the Vaadin version on the command line
  instead of using the Version class found in vaadin-shared
* Refactors build scripts to pass the version number on the command line
  when running CompileTheme
* Removes the theme-compiler module/project/whatchamacallit
* Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0
  from maven

Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
2014-03-31 13:37:27 +00:00
..
build.xml Fixed nojavadoc parameter on "all" build. 2014-03-10 18:07:35 +02:00
ivy.xml Remove theme-compiler and replace with external vaadin-sass-compiler 2014-03-31 13:37:27 +00:00
javadoc.css Better-looking CSS for Vaadin API Javadocs (#13219) 2014-01-21 06:49:18 +00: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.