diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-14 14:24:54 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-14 14:24:54 +0300 |
commit | 598f29bb1f1a0e6f219fc27e48c166e3c05db8c0 (patch) | |
tree | bd3bb163a8dfa478064d8ab7c7c79dae4d20acc7 /WebContent | |
parent | 1f0960de51649e0c6d3e377b6cdb7986aa355fe2 (diff) | |
download | vaadin-framework-598f29bb1f1a0e6f219fc27e48c166e3c05db8c0.tar.gz vaadin-framework-598f29bb1f1a0e6f219fc27e48c166e3c05db8c0.zip |
themes-compiled -> themes
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 8a9a1ab501..63449514d9 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -81,7 +81,7 @@ <li>Separate server-side (<tt>vaadin-server</tt>) and client-side (<tt>vaadin-client</tt>, <tt>vaadin-client-compiler</tt>) development libraries</li> <li>Precompiled widget set (<tt>vaadin-client-compiled</tt>) for server-side development</li> <li>Shared library (<tt>vaadin-shared</tt>) for both server- and client-side libraries</li> - <li>Built-in themes (<tt>vaadin-themes-compiled</tt>) and the theme compiler (<tt>vaadin-theme-compiler</tt>) + <li>Built-in themes (<tt>vaadin-themes</tt>) and the theme compiler (<tt>vaadin-theme-compiler</tt>) <li>Dependency libraries provided under the <tt>lib/</tt> folder</li> </ul> @@ -95,7 +95,7 @@ <p> For server-side development, copy the <tt>vaadin-server</tt>, <tt>vaadin-client-compiled</tt>, <tt>vaadin-shared</tt>, - <tt>vaadin-theme-compiler</tt>, and <tt>vaadin-themes-compiled</tt> from the main + <tt>vaadin-theme-compiler</tt>, and <tt>vaadin-themes</tt> from the main folder and the dependencies from the <tt>lib</tt> folder to the <tt>WEB-INF/lib</tt> folder of your Vaadin project. (The <tt>vaadin-client-compiled</tt> is necessary if you do not wish to compile the @@ -322,7 +322,7 @@ <b>Liferay and other portal</b> users must install the Vaadin libraries in <t>ROOT/WEB-INF/lib/</b> in the portal (and remove a possibly obsolete older <tt>vaadin.jar</tt>). Additionally, the contents of the - <tt>vaadin-client-compiled</tt> and <tt>vaadin-themes-compiled</tt> must be + <tt>vaadin-client-compiled</tt> and <tt>vaadin-themes</tt> must be extracted to the <tt>ROOT/html/VAADIN</tt> directory in the Liferay installation. If your portal uses custom widgets, install the latest version of <a href="http://vaadin.com/directory#addon/vaadin-control-panel-for-liferay">Vaadin |