summaryrefslogtreecommitdiffstats
path: root/server/bnd.bnd
blob: be2d43aad29a4085a461a4e28cac2ae743456d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Bundle-SymbolicName: ${project.groupId}.server
Bundle-Name: Vaadin Server
Bundle-Version: ${osgi.bundle.version}
Import-Package: com.vaadin.sass.*;resolution:=optional,\
  com.liferay.portal.kernel.util;resolution:=optional,\
  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