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

123456789
  1. Bundle-SymbolicName: ${project.groupId}.compatibility.server
  2. Bundle-Name: Vaadin Compatibility Server
  3. Import-Package: com.vaadin*;version="[${osgi.bundle.version},${osgi.bundle.version}]",\
  4. org.osgi*,\
  5. javax.validation*;resolution:=optional;version='${javax.validation.version}',\
  6. *
  7. Export-Package: !com.vaadin.v7.shared*,\
  8. !com.vaadin.v7.client*,\
  9. com.vaadin.v7*;-noimport:=true