[jboss-cvs] JBossAS SVN: r82626 - projects/ejb3/trunk/docs/tutorial.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 6 07:05:21 EST 2009


Author: jaikiran
Date: 2009-01-06 07:05:20 -0500 (Tue, 06 Jan 2009)
New Revision: 82626

Modified:
   projects/ejb3/trunk/docs/tutorial/build.xml
   projects/ejb3/trunk/docs/tutorial/pom.xml
Log:
Adding the EJB2.1 Client Adaptor tutorial to the parent pom and the build script

Modified: projects/ejb3/trunk/docs/tutorial/build.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/build.xml	2009-01-06 11:42:34 UTC (rev 82625)
+++ projects/ejb3/trunk/docs/tutorial/build.xml	2009-01-06 12:05:20 UTC (rev 82626)
@@ -23,6 +23,7 @@
 		<antcall target="composite" inheritRefs="true"/>
 		<antcall target="consumer" inheritRefs="true"/>
 		<antcall target="consumer_deployment_descriptor" inheritRefs="true"/>
+		<antcall target="ejb21_client_adaptors" inheritRefs="true"/>
 		<antcall target="embeddable" inheritRefs="true"/>
 		<antcall target="entity" inheritRefs="true"/>
 		<antcall target="extended_pc" inheritRefs="true"/>
@@ -181,7 +182,7 @@
 	<target name="ejb21_client_adaptors"> 
 		<echo message="---------------- Running ejb21_client_adaptors ------------"/>      
 		<ant dir="ejb21_client_adaptors" antfile="build.xml"/>
-		<sleep seconds="5"/>
+		<sleep seconds="10"/>
 		<ant dir="ejb21_client_adaptors" antfile="build.xml" target="run"/>
 		<sleep seconds="4"/>
 		<ant dir="ejb21_client_adaptors" antfile="build.xml" target="clean"/>

Modified: projects/ejb3/trunk/docs/tutorial/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/pom.xml	2009-01-06 11:42:34 UTC (rev 82625)
+++ projects/ejb3/trunk/docs/tutorial/pom.xml	2009-01-06 12:05:20 UTC (rev 82626)
@@ -96,6 +96,7 @@
 		 	<module>composite</module>
 		 	<module>consumer</module> 
 		 	<module>consumer_deployment_descriptor</module>
+		 	<module>ejb21_client_adaptors</module>
 		 	<module>embeddable</module>
 			<module>entity</module>
 			<module>extended_pc</module>
@@ -114,7 +115,7 @@
 			<module>stateless</module>
 			<module>stateless_deployment_descriptor</module>
 			<module>timer</module>
-  
+   
  
 			<!-- Responsible for JBossAS shutdown -->
 			<module>shutdown</module>




More information about the jboss-cvs-commits mailing list