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

1234567891011
  1. Bundle-SymbolicName: ${project.groupId}.compatibility-server
  2. Bundle-Name: Vaadin Compatibility Server
  3. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  4. Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
  5. Import-Package: com.vaadin*;version="[${osgi.bundle.version},${osgi.bundle.version}]",\
  6. org.osgi*,\
  7. javax.validation*;resolution:=optional;version='${javax.validation.version}',\
  8. *
  9. Export-Package: !com.vaadin.v7.shared*,\
  10. !com.vaadin.v7.client*,\
  11. com.vaadin.v7*;-noimport:=true