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 re...@apache.org on 2020/04/23 06:19:02 UTC

svn commit: r1876863 - in /jackrabbit/oak/branches/1.8: ./ oak-http/pom.xml

Author: reschke
Date: Thu Apr 23 06:19:02 2020
New Revision: 1876863

URL: http://svn.apache.org/viewvc?rev=1876863&view=rev
Log:
OAK-8799: oak-http: broken Export-Package statement (merged r1870464 into 1.8)

Modified:
    jackrabbit/oak/branches/1.8/   (props changed)
    jackrabbit/oak/branches/1.8/oak-http/pom.xml

Propchange: jackrabbit/oak/branches/1.8/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1870464

Modified: jackrabbit/oak/branches/1.8/oak-http/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/oak-http/pom.xml?rev=1876863&r1=1876862&r2=1876863&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/oak-http/pom.xml (original)
+++ jackrabbit/oak/branches/1.8/oak-http/pom.xml Thu Apr 23 06:19:02 2020
@@ -39,7 +39,7 @@
         <configuration>
           <instructions>
             <Export-Package>
-              !
+              !*
             </Export-Package>
           </instructions>
         </configuration>