diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-12-18 10:00:23 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-12-18 10:00:23 +0000 |
commit | aa1549fe321c8164cc70cb3df1eb0547c171a7c2 (patch) | |
tree | 2a8e5f70dadb6a02fb92554527d9ba27c0da1b31 /WebContent/release-notes.html | |
parent | b5f1959cd2287a1b153c4c48d72d3e7a0ea08699 (diff) | |
download | vaadin-framework-aa1549fe321c8164cc70cb3df1eb0547c171a7c2.tar.gz vaadin-framework-aa1549fe321c8164cc70cb3df1eb0547c171a7c2.zip |
Minor release notes changes
svn changeset:10423/svn branch:6.2
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 69d006edd3..1a83a8ede4 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -180,7 +180,7 @@ If you are using widgets from another project (typically in a separate JAR file) If you package a widget set as a JAR for use in other projects: <ul> <li>Replace getTag() with @ClientWidget and remove the <tt>WidgetSet.java</tt> as described above.</li> - <li>Add a "Vaadin-Widgetsets: <fully qualified name of widgetset>" row to META-INF/MANIFEST.MF in the jar file. This enables the widgetset compiler to automatically detect and include the widgetset in other projects.</li> + <li>Add a "Vaadin-Widgetsets: <fully qualified name of widgetset>" (e.g. "Vaadin-Widgetsets: com.example.widgetset.mywidgetset") row to META-INF/MANIFEST.MF in the jar file. This enables the widgetset compiler to automatically detect and include the widgetset in other projects.</li> </ul> </p> |