]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF
Post-release
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / META-INF / MANIFEST.MF
index 869e0a2aa7e151dc7f3d0f9fb54b7a7d9b46abf3..14050e254cba7a89d5d49e9d4c8a09aca366441e 100644 (file)
@@ -2,8 +2,9 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: JCR Explorer
 Bundle-SymbolicName: org.argeo.jcr.ui.explorer;singleton:=true
-Bundle-Version: 0.3.4.SNAPSHOT
+Bundle-Version: 0.3.5.SNAPSHOT
 Bundle-Activator: org.argeo.jcr.ui.explorer.JcrExplorerPlugin
+Bundle-Localization: plugin
 Bundle-Vendor: Argeo
 Require-Bundle: org.eclipse.ui;resolution:=optional,
  org.eclipse.core.runtime;resolution:=optional,
@@ -14,12 +15,14 @@ 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,
  org.argeo,
  org.argeo.eclipse.spring,
  org.argeo.eclipse.ui,
+ org.argeo.eclipse.ui.dialogs,
  org.argeo.eclipse.ui.jcr,
  org.argeo.eclipse.ui.jcr.commands,
  org.argeo.eclipse.ui.jcr.editors,
@@ -28,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,
@@ -63,5 +68,5 @@ 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