]> source.dussan.org Git - vaadin-framework.git/commitdiff
Minor release notes changes
authorArtur Signell <artur.signell@itmill.com>
Fri, 18 Dec 2009 10:00:23 +0000 (10:00 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 18 Dec 2009 10:00:23 +0000 (10:00 +0000)
svn changeset:10423/svn branch:6.2

WebContent/release-notes.html

index 69d006edd32be4e011a07db8b6d602eb633deaf9..1a83a8ede4e9c9fb4b529b077efc1a641fdc5edd 100644 (file)
@@ -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 &quot;Vaadin-Widgetsets: &lt;fully qualified name of widgetset&gt;&quot; 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 &quot;Vaadin-Widgetsets: &lt;fully qualified name of widgetset&gt;&quot; (e.g. &quot;Vaadin-Widgetsets: com.example.widgetset.mywidgetset&quot;) 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>