X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=server%2Fplugins%2Forg.argeo.jcr.ui.explorer%2FMETA-INF%2FMANIFEST.MF;h=4572f0a44a618cf8ef00f2a988b835b5a320a38f;hb=30fe2e93369b30c5ebb644413fe181e2940192cc;hp=869e0a2aa7e151dc7f3d0f9fb54b7a7d9b46abf3;hpb=64d85a994e8a9bbf14ec4c0410dd24ded3efc32d;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 869e0a2aa..4572f0a44 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 @@ -4,6 +4,7 @@ Bundle-Name: JCR Explorer Bundle-SymbolicName: org.argeo.jcr.ui.explorer;singleton:=true Bundle-Version: 0.3.4.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, @@ -20,6 +21,7 @@ Import-Package: javax.jcr, 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 +30,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,