summaryrefslogtreecommitdiffstats
path: root/all/README.TXT
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-09 12:21:22 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 12:21:22 +0300
commit2905256998b69b2da6cc5bfbbe2c9230d7cacd48 (patch)
treefb5562714c4e59b04f8bfaa1092e45e1cf32e3cb /all/README.TXT
parent17c0f672543946e0c39b42c37cc5e1d43607e2b4 (diff)
parent65de3244f6f263a59492d32085057e895f68d1a8 (diff)
downloadvaadin-framework-2905256998b69b2da6cc5bfbbe2c9230d7cacd48.tar.gz
vaadin-framework-2905256998b69b2da6cc5bfbbe2c9230d7cacd48.zip
Merge branch 'master' into html5-doctype
Diffstat (limited to 'all/README.TXT')
-rw-r--r--all/README.TXT13
1 files changed, 13 insertions, 0 deletions
diff --git a/all/README.TXT b/all/README.TXT
new file mode 100644
index 0000000000..55685ac8b0
--- /dev/null
+++ b/all/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 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.
+
+
+