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

12345678
  1. Bundle-SymbolicName: ${project.groupId}.shared
  2. Bundle-Activator: com.vaadin.osgi.resources.OSGiVaadinResources
  3. Bundle-Name: Vaadin Shared
  4. Import-Package: com.vaadin*;version="[${osgi.bundle.version},${osgi.bundle.version}]",\
  5. org.osgi*
  6. Export-Package: com.vaadin.osgi.resources;-noimport:=true,\
  7. com.vaadin.shared*;-noimport:=true,\
  8. elemental*;-noimport:=true