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/02/25 19:39:39 UTC

svn commit: r916391 - in /incubator/aries/trunk/jpa: jpa-container-context/pom.xml pom.xml

Author: timothyjward
Date: Thu Feb 25 18:39:39 2010
New Revision: 916391

URL: http://svn.apache.org/viewvc?rev=916391&view=rev
Log:
ARIES-202 : Separate the JPA blueprint integration from managed persistence contexts

Modified:
    incubator/aries/trunk/jpa/jpa-container-context/pom.xml
    incubator/aries/trunk/jpa/pom.xml

Modified: incubator/aries/trunk/jpa/jpa-container-context/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jpa/jpa-container-context/pom.xml?rev=916391&r1=916390&r2=916391&view=diff
==============================================================================
--- incubator/aries/trunk/jpa/jpa-container-context/pom.xml (original)
+++ incubator/aries/trunk/jpa/jpa-container-context/pom.xml Thu Feb 25 18:39:39 2010
@@ -114,8 +114,12 @@
                            javax.persistence;version="[1.0.0,2.1.0)",
                            javax.persistence.criteria;version="[1.1.0,2.1.0)";resolution:=optional,
                            javax.persistence.metamodel;version="[1.1.0,2.1.0)";resolution:=optional,
+                           org.apache.aries.jpa.container.context;version="[1.0.0,1.1.0)",
                            *
                         </Import-Package>
+                        <Export-Package>
+                            org.apache.aries.jpa.container.context;versions="1.0.0"
+                        </Export-Package>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                         <_removeheaders>Ignore-Package,Include-Resource,Private-Package,Bundle-DocURL</_removeheaders>
                     </instructions>

Modified: incubator/aries/trunk/jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jpa/pom.xml?rev=916391&r1=916390&r2=916391&view=diff
==============================================================================
--- incubator/aries/trunk/jpa/pom.xml (original)
+++ incubator/aries/trunk/jpa/pom.xml Thu Feb 25 18:39:39 2010
@@ -32,6 +32,7 @@
   <modules>
   	<module>jpa-container</module>
   	<module>jpa-container-context</module>
+  	<module>jpa-blueprint-aries</module>
   	<module>jpa-container-itest</module>
   	<module>jpa-container-testbundle</module>
   </modules>