Fix weird issue with an imported package not being added to MANIFEST
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 25 Feb 2012 13:06:48 +0000 (13:06 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 25 Feb 2012 13:06:48 +0000 (13:06 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5113 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/runtime/org.argeo.security.core/pom.xml
security/runtime/org.argeo.security.core/src/main/java/org/argeo/security/jcr/OsJcrAuthenticationProvider.java

index a91656c9bba2805aa4d9a73a65ed6bb8191fb862..e38379e75152ba0ab90354fc8f635c9df91660dd 100644 (file)
@@ -39,6 +39,7 @@
                                                        org.springframework.beans.factory,
                                                        org.argeo.jcr,
                                                        org.xml.sax;version="0.0.0",
+                                                       javax.jcr.security,
                                                        *
                                                </Import-Package>
                                        </instructions>
index 5307673ced6eb589e4e49ea822f5a05d57e29f74..ef5c1105a1ebfa5d76952b97d2d0eb8ae9fe62db 100644 (file)
@@ -13,7 +13,7 @@ import org.argeo.security.core.OsAuthenticationProvider;
 import org.springframework.security.Authentication;
 import org.springframework.security.AuthenticationException;
 
-/** Relies on OS to authenticate and additionaly setup JCR */
+/** Relies on OS to authenticate and additionally setup JCR */
 public class OsJcrAuthenticationProvider extends OsAuthenticationProvider {
        private Repository repository;
        private String securityWorkspace = "security";