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 al...@apache.org on 2014/02/05 11:42:50 UTC

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

Author: alexparvulescu
Date: Wed Feb  5 10:42:50 2014
New Revision: 1564707

URL: http://svn.apache.org/r1564707
Log:
OAK-608 readding the reverted changes


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=1564707&r1=1564706&r2=1564707&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Wed Feb  5 10:42:50 2014
@@ -85,11 +85,7 @@
               org.apache.jackrabbit.oak.spi.whiteboard,
               org.apache.jackrabbit.oak.spi.xml,
               org.apache.jackrabbit.oak.query.fulltext,
-              org.apache.jackrabbit.oak.security,
-              <!-- for now also export the jaas login modules so that they can be instantiated via felix LoginModuleFactories -->
-              org.apache.jackrabbit.oak.security.authentication.token,
-              org.apache.jackrabbit.oak.security.authentication.user,
-              org.apache.jackrabbit.oak.security.authentication.ldap
+              org.apache.jackrabbit.oak.security
             </Export-Package>
             <Jaas-ModuleClass>
               org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule,