Author: reschke
Date: Thu Jun 8 13:56:58 2017
New Revision: 1798062
URL: http://svn.apache.org/viewvc?rev=1798062&view=rev
Log:
OAK-6321: reduce set of exports from oak-blub-plugins to
org.apache.jackrabbit.oak.plugins.blob and
org.apache.jackrabbit.oak.plugins.blob.datastore (consistent with the state
pre-refactoring)
Modified:
jackrabbit/oak/trunk/oak-blob-plugins/pom.xml
Modified: jackrabbit/oak/trunk/oak-blob-plugins/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-blob-plugins/pom.xml?rev=1798062&r1=1798061&r2=1798062&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-blob-plugins/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-blob-plugins/pom.xml Thu Jun 8 13:56:58 2017
@@ -37,6 +37,14 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+ <Export-Package>
+ org.apache.jackrabbit.oak.plugins.blob,
+ org.apache.jackrabbit.oak.plugins.blob.datastore,
+ </Export-Package>
+ </instructions>
+ </configuration>
</plugin>
</plugins>
</build>