]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF
Male LDAP security DAO initialization more robust
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: JCR Explorer
4 Bundle-SymbolicName: org.argeo.jcr.ui.explorer;singleton:=true
5 Bundle-Version: 0.3.4.SNAPSHOT
6 Bundle-Activator: org.argeo.jcr.ui.explorer.JcrExplorerPlugin
7 Bundle-Localization: plugin
8 Bundle-Vendor: Argeo
9 Require-Bundle: org.eclipse.ui;resolution:=optional,
10 org.eclipse.core.runtime;resolution:=optional,
11 org.eclipse.rap.ui;resolution:=optional,
12 org.eclipse.rap.ui.workbench;resolution:=optional
13 Bundle-RequiredExecutionEnvironment: J2SE-1.5
14 Bundle-ActivationPolicy: lazy
15 Import-Package: javax.jcr,
16 javax.jcr.nodetype,
17 javax.jcr.observation,
18 javax.jcr.version,
19 org.apache.commons.io,
20 org.apache.commons.logging,
21 org.argeo,
22 org.argeo.eclipse.spring,
23 org.argeo.eclipse.ui,
24 org.argeo.eclipse.ui.dialogs,
25 org.argeo.eclipse.ui.jcr,
26 org.argeo.eclipse.ui.jcr.commands,
27 org.argeo.eclipse.ui.jcr.editors,
28 org.argeo.eclipse.ui.jcr.utils,
29 org.argeo.eclipse.ui.jcr.views,
30 org.argeo.eclipse.ui.specific,
31 org.argeo.eclipse.ui.utils,
32 org.argeo.jcr,
33 org.argeo.jcr.security,
34 org.argeo.jcr.spring,
35 org.argeo.util,
36 org.argeo.util.crypto,
37 org.eclipse.ui.forms,
38 org.eclipse.ui.forms.editor,
39 org.eclipse.ui.forms.events,
40 org.eclipse.ui.forms.widgets,
41 org.springframework.context
42 Export-Package: org.argeo.jcr.ui.explorer,
43 org.argeo.jcr.ui.explorer.browser;
44 uses:="javax.jcr,
45 org.argeo.eclipse.ui.jcr,
46 org.argeo.jcr,
47 org.argeo,
48 org.eclipse.jface.viewers,
49 org.eclipse.jface.resource,
50 org.eclipse.swt.graphics,
51 javax.jcr.nodetype,
52 org.argeo.eclipse.ui,
53 javax.jcr.observation",
54 org.argeo.jcr.ui.explorer.dialogs;
55 uses:="org.eclipse.swt.graphics,
56 org.eclipse.swt.widgets,
57 org.eclipse.swt.layout,
58 org.eclipse.jface.dialogs",
59 org.argeo.jcr.ui.explorer.wizards;
60 uses:="javax.jcr,
61 org.argeo,
62 org.eclipse.jface.operation,
63 org.eclipse.core.runtime,
64 org.eclipse.jface.wizard,
65 org.apache.commons.logging,
66 org.argeo.eclipse.ui.dialogs,
67 org.argeo.eclipse.ui.specific,
68 org.apache.commons.io,
69 org.eclipse.swt.widgets,
70 org.eclipse.jface.dialogs"
71