]> git.argeo.org Git - lgpl/argeo-commons.git/blob - MANIFEST.MF
bea753babb38b2d84187c46cac1d0d3eab107277
[lgpl/argeo-commons.git] / 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.spring,
34 org.argeo.util,
35 org.eclipse.ui.forms,
36 org.eclipse.ui.forms.editor,
37 org.eclipse.ui.forms.events,
38 org.eclipse.ui.forms.widgets,
39 org.springframework.context
40 Export-Package: org.argeo.jcr.ui.explorer,
41 org.argeo.jcr.ui.explorer.browser;
42 uses:="javax.jcr,
43 org.argeo.eclipse.ui.jcr,
44 org.argeo.jcr,
45 org.argeo,
46 org.eclipse.jface.viewers,
47 org.eclipse.jface.resource,
48 org.eclipse.swt.graphics,
49 javax.jcr.nodetype,
50 org.argeo.eclipse.ui,
51 javax.jcr.observation",
52 org.argeo.jcr.ui.explorer.dialogs;
53 uses:="org.eclipse.swt.graphics,
54 org.eclipse.swt.widgets,
55 org.eclipse.swt.layout,
56 org.eclipse.jface.dialogs",
57 org.argeo.jcr.ui.explorer.wizards;
58 uses:="javax.jcr,
59 org.argeo,
60 org.eclipse.jface.operation,
61 org.eclipse.core.runtime,
62 org.eclipse.jface.wizard,
63 org.apache.commons.logging,
64 org.argeo.eclipse.ui.dialogs,
65 org.argeo.eclipse.ui.specific,
66 org.apache.commons.io,
67 org.eclipse.swt.widgets,
68 org.eclipse.jface.dialogs"
69