]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF
Jcr Explorer refactoring and packaging
[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-Vendor: Argeo
8 Require-Bundle: org.eclipse.ui;resolution:=optional,
9 org.eclipse.core.runtime;resolution:=optional,
10 org.eclipse.rap.ui;resolution:=optional,
11 org.eclipse.rap.ui.workbench;resolution:=optional
12 Bundle-RequiredExecutionEnvironment: J2SE-1.5
13 Bundle-ActivationPolicy: lazy
14 Import-Package: javax.jcr,
15 javax.jcr.nodetype,
16 javax.jcr.observation,
17 org.apache.commons.io,
18 org.apache.commons.logging,
19 org.argeo,
20 org.argeo.eclipse.spring,
21 org.argeo.eclipse.ui,
22 org.argeo.eclipse.ui.jcr,
23 org.argeo.eclipse.ui.jcr.commands,
24 org.argeo.eclipse.ui.jcr.editors,
25 org.argeo.eclipse.ui.jcr.utils,
26 org.argeo.eclipse.ui.jcr.views,
27 org.argeo.eclipse.ui.specific,
28 org.argeo.eclipse.ui.utils,
29 org.argeo.jcr,
30 org.argeo.jcr.spring,
31 org.argeo.util,
32 org.eclipse.ui.forms,
33 org.eclipse.ui.forms.editor,
34 org.eclipse.ui.forms.events,
35 org.eclipse.ui.forms.widgets,
36 org.springframework.context
37 Export-Package: org.argeo.jcr.ui.explorer,
38 org.argeo.jcr.ui.explorer.browser;
39 uses:="javax.jcr,
40 org.argeo.eclipse.ui.jcr,
41 org.argeo.jcr,
42 org.argeo,
43 org.eclipse.jface.viewers,
44 org.eclipse.jface.resource,
45 org.eclipse.swt.graphics,
46 javax.jcr.nodetype,
47 org.argeo.eclipse.ui,
48 javax.jcr.observation",
49 org.argeo.jcr.ui.explorer.dialogs;
50 uses:="org.eclipse.swt.graphics,
51 org.eclipse.swt.widgets,
52 org.eclipse.swt.layout,
53 org.eclipse.jface.dialogs",
54 org.argeo.jcr.ui.explorer.wizards;
55 uses:="javax.jcr,
56 org.argeo,
57 org.eclipse.jface.operation,
58 org.eclipse.core.runtime,
59 org.eclipse.jface.wizard,
60 org.apache.commons.logging,
61 org.argeo.eclipse.ui.dialogs,
62 org.argeo.eclipse.ui.specific,
63 org.apache.commons.io,
64 org.eclipse.swt.widgets,
65 org.eclipse.jface.dialogs"
66