aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-12-18 13:32:28 +0000
committerMarko Grönroos <magi@iki.fi>2009-12-18 13:32:28 +0000
commit1af5b6d240cc9f94b0ad91e0cfd05df69204f992 (patch)
treeebdbc08b0e230af5c41bd8707e3e7a544040a5aa /WebContent/release-notes.html
parentcc6457b203a0f8012725e1bbc2950ff1e25dd9dd (diff)
downloadvaadin-framework-1af5b6d240cc9f94b0ad91e0cfd05df69204f992.tar.gz
vaadin-framework-1af5b6d240cc9f94b0ad91e0cfd05df69204f992.zip
Minor fixes to Release Notes for Vaadin 6.2.
svn changeset:10435/svn branch:6.2
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r--WebContent/release-notes.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index efa1f4b22f..f5e8dfae3a 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -43,10 +43,11 @@ contains a number of significant enhancements.</p>
<li>Reuse of widgets is now much easier, as it is easier to package and use widget
set JARs and otherwise combine widget sets.</li>
- <li>A widget set definition class is no longer used. Java code needed for widget
- instantiation and client-server mapping is automatically generated by GWT
- compiler. For a common Vaadin user, Widgetset is now only a GWT module definition
- file (.gwt.xml).</li>
+ <li>A widget set definition class is no longer used. The Java
+ code needed for widget instantiation and client-server mapping is now
+ automatically generated by the GWT compiler. For the basic Vaadin
+ user, a widget set is now defined only in a GWT module definition file
+ (<tt>.gwt.xml</tt>).</li>
<li>Server-side component is mapped to a client-side widget with an annotation:
<pre>@ClientWidget(com.vaadin.demo.colorpicker.gwt.client.ui.VColorPicker.class)