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 623B

123456789101112131415
  1. Bundle-SymbolicName: ${project.groupId}.server
  2. Bundle-Name: Vaadin Server
  3. Bundle-Version: ${osgi.bundle.version}
  4. Import-Package: com.vaadin.sass.*;resolution:=optional,\
  5. com.liferay.portal.kernel.util;resolution:=optional,\
  6. javax.portlet*;resolution:=optional,\
  7. javax.validation*;resolution:=optional;version='${javax.validation.version}',\
  8. org.atmosphere*;resolution:=optional,\
  9. com.vaadin*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\
  10. *
  11. Export-Package: !com.vaadin.sass*,\
  12. !com.vaadin.shared*,\
  13. !com.vaadin.osgi.resources*,\
  14. !com.vaadin.osgi.push*,\
  15. com.vaadin*;-noimport:=true