]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/META-INF/MANIFEST.MF
Improve RAP and RCP
[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 Bundle-ActivationPolicy: lazy
12 Bundle-RequiredExecutionEnvironment: J2SE-1.5
13 Export-Package: org.argeo.slc.client.ui,
14 org.argeo.slc.client.ui.listeners,
15 org.argeo.slc.client.ui.views
16 Import-Package: org.apache.commons.io;version="1.4.0",
17 org.apache.commons.logging;version="1.1.1",
18 org.argeo,
19 org.argeo.eclipse.spring,
20 org.argeo.eclipse.ui,
21 org.argeo.slc,
22 org.argeo.slc.build,
23 org.argeo.slc.client.oxm,
24 org.argeo.slc.client.ui,
25 org.argeo.slc.core.attachment,
26 org.argeo.slc.core.execution,
27 org.argeo.slc.core.runtime,
28 org.argeo.slc.core.structure.tree,
29 org.argeo.slc.core.test.tree,
30 org.argeo.slc.dao.process,
31 org.argeo.slc.dao.test,
32 org.argeo.slc.dao.test.tree,
33 org.argeo.slc.deploy,
34 org.argeo.slc.execution,
35 org.argeo.slc.msg.test.tree,
36 org.argeo.slc.process,
37 org.argeo.slc.runtime,
38 org.argeo.slc.services,
39 org.argeo.slc.services.impl,
40 org.argeo.slc.test,
41 org.eclipse.core.expressions,
42 org.eclipse.ui.plugin,
43 org.springframework.beans.factory,
44 org.springframework.context,
45 org.springframework.core.io.support
46