X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Fplugins%2Forg.argeo.jcr.ui.explorer%2FMETA-INF%2FMANIFEST.MF;h=97893d3dd0b33f5d7af87d0fb5f09b5bbf89693a;hb=34fe66994cdf3a9de3eea805bbb913a64c54b984;hp=bea753babb38b2d84187c46cac1d0d3eab107277;hpb=f8040c479e5c098c9ef1809baefd05c00dccdc63;p=lgpl%2Fargeo-commons.git diff --git a/server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF index bea753bab..97893d3dd 100644 --- a/server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF +++ b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF @@ -15,6 +15,7 @@ Bundle-ActivationPolicy: lazy Import-Package: javax.jcr, javax.jcr.nodetype, javax.jcr.observation, + javax.jcr.security;version="2.0.0", javax.jcr.version, org.apache.commons.io, org.apache.commons.logging, @@ -30,8 +31,10 @@ Import-Package: javax.jcr, org.argeo.eclipse.ui.specific, org.argeo.eclipse.ui.utils, org.argeo.jcr, + org.argeo.jcr.security, org.argeo.jcr.spring, org.argeo.util, + org.argeo.util.crypto, org.eclipse.ui.forms, org.eclipse.ui.forms.editor, org.eclipse.ui.forms.events, @@ -65,5 +68,6 @@ Export-Package: org.argeo.jcr.ui.explorer, org.argeo.eclipse.ui.specific, org.apache.commons.io, org.eclipse.swt.widgets, - org.eclipse.jface.dialogs" + org.eclipse.jface.dialogs", + org.argeo.jcr.ui.explorer.utils