aboutsummaryrefslogtreecommitdiffstats
path: root/server/bnd.bnd
blob: 259d37e48f945ea3a8f30b8c45a9183c1c860da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Bundle-SymbolicName: ${project.groupId}.server
Bundle-Name: Vaadin Server
Bundle-Version: ${osgi.bundle.version}
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
Import-Package: com.vaadin.sass.*;resolution:=optional,\
  com.liferay.portal.kernel.util;resolution:=optional;version='[7.0.0,30.0.0)',\
  javax.portlet*;resolution:=optional,\
  javax.validation*;resolution:=optional;version='${javax.validation.version}',\
  org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\
  com.vaadin*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\
  *
Export-Package: !com.vaadin.sass*,\
    !com.vaadin.shared*,\
    !com.vaadin.osgi.resources*,\
    !com.vaadin.osgi.push*,\
    !com.vaadin.external*,\
    com.vaadin*;-noimport:=true