]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF
First working remote node
[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.security;version="2.0.0",
19 javax.jcr.version,
20 org.apache.commons.io,
21 org.apache.commons.logging,
22 org.argeo,
23 org.argeo.eclipse.spring,
24 org.argeo.eclipse.ui,
25 org.argeo.eclipse.ui.dialogs,
26 org.argeo.eclipse.ui.jcr,
27 org.argeo.eclipse.ui.jcr.commands,
28 org.argeo.eclipse.ui.jcr.editors,
29 org.argeo.eclipse.ui.jcr.utils,
30 org.argeo.eclipse.ui.jcr.views,
31 org.argeo.eclipse.ui.specific,
32 org.argeo.eclipse.ui.utils,
33 org.argeo.jcr,
34 org.argeo.jcr.security,
35 org.argeo.jcr.spring,
36 org.argeo.util,
37 org.argeo.util.crypto,
38 org.eclipse.ui.forms,
39 org.eclipse.ui.forms.editor,
40 org.eclipse.ui.forms.events,
41 org.eclipse.ui.forms.widgets,
42 org.springframework.context
43 Export-Package: org.argeo.jcr.ui.explorer,
44 org.argeo.jcr.ui.explorer.browser;
45 uses:="javax.jcr,
46 org.argeo.eclipse.ui.jcr,
47 org.argeo.jcr,
48 org.argeo,
49 org.eclipse.jface.viewers,
50 org.eclipse.jface.resource,
51 org.eclipse.swt.graphics,
52 javax.jcr.nodetype,
53 org.argeo.eclipse.ui,
54 javax.jcr.observation",
55 org.argeo.jcr.ui.explorer.dialogs;
56 uses:="org.eclipse.swt.graphics,
57 org.eclipse.swt.widgets,
58 org.eclipse.swt.layout,
59 org.eclipse.jface.dialogs",
60 org.argeo.jcr.ui.explorer.wizards;
61 uses:="javax.jcr,
62 org.argeo,
63 org.eclipse.jface.operation,
64 org.eclipse.core.runtime,
65 org.eclipse.jface.wizard,
66 org.apache.commons.logging,
67 org.argeo.eclipse.ui.dialogs,
68 org.argeo.eclipse.ui.specific,
69 org.apache.commons.io,
70 org.eclipse.swt.widgets,
71 org.eclipse.jface.dialogs",
72 org.argeo.jcr.ui.explorer.utils
73