You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2013/09/10 13:58:44 UTC

svn commit: r1521446 - /jackrabbit/oak/trunk/oak-jcr/pom.xml

Author: mduerig
Date: Tue Sep 10 11:58:44 2013
New Revision: 1521446

URL: http://svn.apache.org/r1521446
Log:
OAK-1003: Missing package exports in oak-jcr module
Applying patch. Credits to Bertrand Delacretaz

Modified:
    jackrabbit/oak/trunk/oak-jcr/pom.xml

Modified: jackrabbit/oak/trunk/oak-jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/pom.xml?rev=1521446&r1=1521445&r2=1521446&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-jcr/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-jcr/pom.xml Tue Sep 10 11:58:44 2013
@@ -199,7 +199,7 @@
         <configuration>
           <instructions>
             <Export-Package>
-              !
+              org.apache.jackrabbit.oak.jcr
             </Export-Package>
             <Bundle-Activator>
               org.apache.jackrabbit.oak.jcr.osgi.Activator