You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2010/01/15 14:09:51 UTC

svn commit: r899619 - /incubator/aries/trunk/jpa/pom.xml

Author: timothyjward
Date: Fri Jan 15 13:09:51 2010
New Revision: 899619

URL: http://svn.apache.org/viewvc?rev=899619&view=rev
Log:
ARIES-118 : Add support for container managed persistence contexts

Modified:
    incubator/aries/trunk/jpa/pom.xml

Modified: incubator/aries/trunk/jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jpa/pom.xml?rev=899619&r1=899618&r2=899619&view=diff
==============================================================================
--- incubator/aries/trunk/jpa/pom.xml (original)
+++ incubator/aries/trunk/jpa/pom.xml Fri Jan 15 13:09:51 2010
@@ -31,6 +31,7 @@
   <version>1.0.0-incubating-SNAPSHOT</version>
   <modules>
   	<module>jpa-container</module>
+  	<module>jpa-container-context</module>
   </modules>
   <dependencyManagement>
     <dependencies>
@@ -59,4 +60,4 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
-</project>
+</project>
\ No newline at end of file