Author: timothyjward
Date: Tue Mar 14 13:48:48 2017
New Revision: 1786903

URL: http://svn.apache.org/viewvc?rev=1786903&view=rev
Log:
[jpa] Ensure that the right API version is included from the OSGi spec

Modified:
    aries/trunk/jpa/jpa-container/osgi.bnd

Modified: aries/trunk/jpa/jpa-container/osgi.bnd
URL: 
http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container/osgi.bnd?rev=1786903&r1=1786902&r2=1786903&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-container/osgi.bnd (original)
+++ aries/trunk/jpa/jpa-container/osgi.bnd Tue Mar 14 13:48:48 2017
@@ -1,5 +1,5 @@
 Export-Package: \
-    org.osgi.service.jpa;provide:=true
+    org.osgi.service.jpa;provide:=true;-split-package:=merge-first
 Import-Package: \
     javax.persistence;version="[1.1,3)", \
     javax.persistence.spi;version="[1.1,3)", \


Reply via email to