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