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