]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.cms.ui/bnd.bnd
Prepare Argeo Commons 2.1.52 release
[lgpl/argeo-commons.git] / org.argeo.cms.ui / bnd.bnd
1 Bundle-Activator: org.argeo.cms.ui.internal.Activator
2 Bundle-ActivationPolicy: lazy
3
4 Import-Package: org.eclipse.swt,\
5 org.eclipse.jface.window,\
6 org.eclipse.core.commands,\
7 javax.jcr.security,\
8 org.argeo.eclipse.ui.dialogs,\
9 org.eclipse.rap.fileupload;version="[2.1,4)",\
10 org.eclipse.rap.rwt;version="[2.1,4)",\
11 org.eclipse.rap.rwt.application;version="[2.1,4)",\
12 org.eclipse.rap.rwt.client;version="[2.1,4)",\
13 org.eclipse.rap.rwt.client.service;version="[2.1,4)",\
14 org.eclipse.rap.rwt.service;version="[2.1,4)",\
15 org.eclipse.rap.rwt.widgets;version="[2.1,4)",\
16 *
17
18 ## TODO: in order to enable single sourcing, we have introduced dummy RAP packages
19 # in the RCP specific bundle org.argeo.eclipse.ui.rap.
20 # this was working with RAP 2.x but since we upgrade Rap to 3.1.x,
21 # there is a version range issue cause org.argeo.eclipse.ui.rap bundle is still in 2.x
22 # We enable large RAP version range as a workaround that must be fixed