]> source.dussan.org Git - vaadin-framework.git/commitdiff
Minor fixes to Release Notes for Vaadin 6.2.
authorMarko Grönroos <magi@iki.fi>
Fri, 18 Dec 2009 13:32:28 +0000 (13:32 +0000)
committerMarko Grönroos <magi@iki.fi>
Fri, 18 Dec 2009 13:32:28 +0000 (13:32 +0000)
svn changeset:10435/svn branch:6.2

WebContent/release-notes.html

index efa1f4b22fd78572ce121e197c90540f9b4a5327..f5e8dfae3acbbf9e8e0942e33634af44dbfe8041 100644 (file)
@@ -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)