[seam-commits] Seam SVN: r11015 - in branches/community/Seam_2_1: examples and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 27 09:30:17 EDT 2009


Author: jharting
Date: 2009-05-27 09:30:16 -0400 (Wed, 27 May 2009)
New Revision: 11015

Modified:
   branches/community/Seam_2_1/build.xml
   branches/community/Seam_2_1/examples/readme.txt
Log:
adding Seam Tasks example to dist

Modified: branches/community/Seam_2_1/build.xml
===================================================================
--- branches/community/Seam_2_1/build.xml	2009-05-27 08:25:44 UTC (rev 11014)
+++ branches/community/Seam_2_1/build.xml	2009-05-27 13:30:16 UTC (rev 11015)
@@ -463,6 +463,7 @@
 		<cleanexample name="nestedbooking" />
 		<cleanexample name="wicket" />
 		<cleanexample name="guice" />
+		<cleanexample name="tasks" />
 	</target>
 
 	<target name="undeployexamples" description="Undeploy all examples">
@@ -499,6 +500,7 @@
 		<undeployexample name="nestedbooking" />
 		<undeployexample name="wicket" />
 		<undeployexample name="guice" />
+		<undeployexample name="tasks" />
 	</target>
 
 	<target name="testexamples" description="Run the example tests">
@@ -568,6 +570,7 @@
 		<ant dir="examples/seamdiscs" target="validateConfiguration" inheritall="false" />
 		<!--<ant dir="examples/seampay" target="validateConfiguration" inheritall="false" />-->
 		<ant dir="examples/seamspace" target="validateConfiguration" inheritall="false" />
+		<ant dir="examples/tasks" target="validateConfiguration" inheritall="false" />
 		<ant dir="examples/todo" target="validateConfiguration" inheritall="false" />
 		<ant dir="examples/ui" target="validateConfiguration" inheritall="false" />
 		<ant dir="examples/wicket" target="validateConfiguration" inheritall="false" />		
@@ -680,6 +683,7 @@
 				<include name="drools/**/*" />
 				<include name="nestedbooking/**/*" />
 				<include name="metawidget/**/*" />
+				<include name="tasks/**/*" />
 				<include name="wicket/**/*" />
 				<include name="remoting/chatroom/**/*" />
 				<include name="remoting/helloworld/**/*" />

Modified: branches/community/Seam_2_1/examples/readme.txt
===================================================================
--- branches/community/Seam_2_1/examples/readme.txt	2009-05-27 08:25:44 UTC (rev 11014)
+++ branches/community/Seam_2_1/examples/readme.txt	2009-05-27 13:30:16 UTC (rev 11015)
@@ -86,6 +86,8 @@
 
 spring/               Demonstrates Spring framework integration.
 
+tasks/				  Demonstrates RESTEasy integration.
+
 todo/                 The Seam todo list example demonstrating
                       jBPM business process management.
                       




More information about the seam-commits mailing list