From d776fcff8caf5c39b809b9fd6d38af5442864b21 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Fri, 18 Dec 2009 09:23:54 +0000 Subject: [PATCH] Minor corrections to release notes svn changeset:10419/svn branch:6.2 --- WebContent/release-notes.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 0672acaf21..a0d5bf20b3 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -45,7 +45,7 @@ contains a number of significant enhancements.

  • 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 common Vaadin user, Widgetset is now only a GWT module definition + compiler. For a common Vaadin user, Widgetset is now only a GWT module definition file (.gwt.xml).
  • Server-side component is mapped to a client-side widget with an annotation: @@ -71,10 +71,10 @@ public class ColorPicker extends AbstractField { -- 2.39.5