Author: dblevins
Date: Mon Apr 11 15:01:48 2011
New Revision: 1091093
URL: http://svn.apache.org/viewvc?rev=1091093&view=rev
Log:
Added the new examples
Modified:
openejb/trunk/openejb3/examples/pom.xml
Modified: openejb/trunk/openejb3/examples/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/pom.xml?rev=1091093&r1=1091092&r2=1091093&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/pom.xml (original)
+++ openejb/trunk/openejb3/examples/pom.xml Mon Apr 11 15:01:48 2011
@@ -67,6 +67,11 @@
<module>webservice-inheritance</module>
<module>transaction-rollback</module>
<module>troubleshooting</module>
+ <module>access-timeout</module>
+ <module>async-methods</module>
+ <module>lookup-of-ejbs-with-descriptor</module>
+ <module>lookup-of-ejbs</module>
+ <module>schedule-methods</module>
</modules>
<profiles>
<profile>
@@ -97,4 +102,4 @@
</build>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>