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

123456
  1. Bundle-Name: ${project.name}
  2. Bundle-Version: ${project.version}
  3. Bundle-SymbolicName: ${project.groupId}.${project.artifactId}
  4. Export-Package: com.vaadin.test.osgi.myapplication1
  5. Import-Package: *
  6. Web-ContentPath: /myapp1