You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bnd.bnd 798B

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