]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/META-INF/MANIFEST.MF
JCR UI can run processes
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Ui
4 Bundle-SymbolicName: org.argeo.slc.client.ui;singleton:=true
5 Bundle-Version: 0.13.1.SNAPSHOT
6 Bundle-Activator: org.argeo.slc.client.ui.ClientUiPlugin
7 Require-Bundle: org.eclipse.ui;resolution:=optional,
8 org.eclipse.core.runtime;resolution:=optional,
9 org.eclipse.rap.ui;resolution:=optional,
10 org.eclipse.rap.ui.workbench;resolution:=optional,
11 org.eclipse.ui.forms
12 Bundle-ActivationPolicy: lazy
13 Bundle-RequiredExecutionEnvironment: J2SE-1.5
14 Export-Package: org.argeo.slc.client.ui,
15 org.argeo.slc.client.ui.listeners,
16 org.argeo.slc.client.ui.views
17 Import-Package: javax.jcr;version="2.0.0",
18 javax.jcr.nodetype;version="2.0.0",
19 javax.jcr.observation;version="2.0.0",
20 org.apache.commons.io;version="1.4.0",
21 org.apache.commons.logging;version="1.1.1",
22 org.argeo,
23 org.argeo.eclipse.spring,
24 org.argeo.eclipse.ui,
25 org.argeo.eclipse.ui.jcr,
26 org.argeo.jcr,
27 org.argeo.jcr.spring,
28 org.argeo.slc,
29 org.argeo.slc.build,
30 org.argeo.slc.client.oxm,
31 org.argeo.slc.client.ui,
32 org.argeo.slc.core.attachment,
33 org.argeo.slc.core.execution,
34 org.argeo.slc.core.runtime,
35 org.argeo.slc.core.structure.tree,
36 org.argeo.slc.core.test.tree,
37 org.argeo.slc.dao.process,
38 org.argeo.slc.dao.test,
39 org.argeo.slc.dao.test.tree,
40 org.argeo.slc.deploy,
41 org.argeo.slc.execution,
42 org.argeo.slc.jcr,
43 org.argeo.slc.jcr.execution,
44 org.argeo.slc.msg.test.tree,
45 org.argeo.slc.process,
46 org.argeo.slc.runtime,
47 org.argeo.slc.services,
48 org.argeo.slc.services.impl,
49 org.argeo.slc.test,
50 org.eclipse.core.expressions,
51 org.eclipse.ui.plugin,
52 org.springframework.beans.factory,
53 org.springframework.context,
54 org.springframework.core.io.support
55