[seam-commits] Seam SVN: r10392 - in trunk: examples and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 13 21:37:49 EDT 2009


Author: dan.j.allen
Date: 2009-04-13 21:37:49 -0400 (Mon, 13 Apr 2009)
New Revision: 10392

Modified:
   trunk/build.xml
   trunk/examples/readme.txt
Log:
add metawidget examples to dist


Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-04-13 20:32:19 UTC (rev 10391)
+++ trunk/build.xml	2009-04-14 01:37:49 UTC (rev 10392)
@@ -672,6 +672,7 @@
 				<!--<include name="portal/**/*" />-->
 				<include name="drools/**/*" />
 				<include name="nestedbooking/**/*" />
+				<include name="metawidget/**/*" />
 				<include name="wicket/**/*" />
 				<include name="remoting/chatroom/**/*" />
 				<include name="remoting/helloworld/**/*" />

Modified: trunk/examples/readme.txt
===================================================================
--- trunk/examples/readme.txt	2009-04-13 20:32:19 UTC (rev 10391)
+++ trunk/examples/readme.txt	2009-04-14 01:37:49 UTC (rev 10392)
@@ -51,6 +51,9 @@
 
 messages/             The Seam message list example demonstrating use 
                       of the @DataModel annotation.
+
+metawidget/           The Seam booking, groovybooking, dvdstore examples implemented
+                      using metawidget to define the UI forms.
                       
 nestedbooking/        The booking example modified to show the use of nested
                       conversations.




More information about the seam-commits mailing list