[jboss-cvs] JBossAS SVN: r83071 - projects/ejb3/trunk/docs/tutorial.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Jan 19 04:35:38 EST 2009
Author: jaikiran
Date: 2009-01-19 04:35:38 -0500 (Mon, 19 Jan 2009)
New Revision: 83071
Modified:
projects/ejb3/trunk/docs/tutorial/pom.xml
Log:
EJBTHREE-1607 More tutorials added to the parent pom
Modified: projects/ejb3/trunk/docs/tutorial/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/pom.xml 2009-01-19 09:13:10 UTC (rev 83070)
+++ projects/ejb3/trunk/docs/tutorial/pom.xml 2009-01-19 09:35:38 UTC (rev 83071)
@@ -87,11 +87,12 @@
invoked, there's a Java Shutdownhook in the jbossas-server-manager which cleanly
shuts down the JBossAS -->
<module>init</module>
-
+
<!-- The tutorials go here -->
<module>asynch</module>
<module>blob</module>
+ <module>cachedentity</module>
<module>callbacks</module>
<module>composite</module>
<module>consumer</module>
@@ -99,28 +100,33 @@
<module>dependency</module>
<module>ejb21_client_adaptors</module>
<module>embeddable</module>
+ <module>enterprise_app_ejb_injection</module>
<module>entity</module>
<module>extended_pc</module>
<module>injection</module>
<module>interceptor</module>
+ <module>jboss_deployment_descriptor</module>
<module>jndibinding</module>
<module>joininheritance</module>
<module>mdb</module>
<module>mdb_deployment_descriptor</module>
<module>merge</module>
+ <module>reference21_30</module>
<module>relationships</module>
+ <module>resource_ref</module>
<module>secondary</module>
<module>security</module>
<module>service</module>
<module>singleinheritance</module>
+ <module>ssl</module>
<module>stateful</module>
<module>stateful_deployment_descriptor</module>
<module>stateless</module>
<module>stateless_deployment_descriptor</module>
<module>timer</module>
<module>webservice</module>
-
+
<!-- Responsible for JBossAS shutdown -->
<module>shutdown</module>
More information about the jboss-cvs-commits
mailing list