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 fr...@apache.org on 2016/04/21 18:04:20 UTC

svn commit: r1740347 - /jackrabbit/oak/trunk/oak-segment-next/pom.xml

Author: frm
Date: Thu Apr 21 16:04:20 2016
New Revision: 1740347

URL: http://svn.apache.org/viewvc?rev=1740347&view=rev
Log:
OAK-4244 - Remove renamed packages from the list of exported packages

Modified:
    jackrabbit/oak/trunk/oak-segment-next/pom.xml

Modified: jackrabbit/oak/trunk/oak-segment-next/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment-next/pom.xml?rev=1740347&r1=1740346&r2=1740347&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-segment-next/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-segment-next/pom.xml Thu Apr 21 16:04:20 2016
@@ -39,12 +39,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Export-Package>
-                            org.apache.jackrabbit.oak.plugins.backup,
-                            org.apache.jackrabbit.oak.plugins.segment,
-                            org.apache.jackrabbit.oak.plugins.segment.http,
-                            org.apache.jackrabbit.oak.plugins.segment.file,
-                        </Export-Package>
+                        <Export-Package/>
                     </instructions>
                 </configuration>
             </plugin>