You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2008/03/06 10:22:14 UTC

svn commit: r634197 - /openejb/trunk/openejb3/examples/pom.xml

Author: dblevins
Date: Thu Mar  6 01:22:05 2008
New Revision: 634197

URL: http://svn.apache.org/viewvc?rev=634197&view=rev
Log:
adding the new examples.  thought i checked this in already

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=634197&r1=634196&r2=634197&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/pom.xml (original)
+++ openejb/trunk/openejb3/examples/pom.xml Thu Mar  6 01:22:05 2008
@@ -38,9 +38,11 @@
     <module>injection-of-env-entry</module>
     <module>injection-of-datasource</module>
     <module>injection-of-entitymanager</module>
+    <module>testing-transactions</module>
     <module>interceptors</module>
     <module>expanded-env-entries</module>
     <module>helloworld-weblogic</module>
+    <module>jpa-hibernate</module>
     <module>telephone-stateful</module>
     <module>webapps</module>
   </modules>