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 ju...@apache.org on 2013/06/14 18:41:01 UTC

svn commit: r1493148 - /jackrabbit/oak/trunk/oak-core/pom.xml

Author: jukka
Date: Fri Jun 14 16:41:01 2013
New Revision: 1493148

URL: http://svn.apache.org/r1493148
Log:
OAK-867: Oak whiteboard

Export the new spi package

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

Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1493148&r1=1493147&r2=1493148&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Fri Jun 14 16:41:01 2013
@@ -76,6 +76,7 @@
               org.apache.jackrabbit.oak.spi.security.user,
               org.apache.jackrabbit.oak.spi.security.user.action,
               org.apache.jackrabbit.oak.spi.security.user.util,
+              org.apache.jackrabbit.oak.spi.whiteboard,
               org.apache.jackrabbit.oak.spi.xml,
               org.apache.jackrabbit.oak.security
             </Export-Package>