Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

bnd.bnd 473B

12345678910
  1. Bundle-SymbolicName: ${project.groupId}.shared
  2. Bundle-Activator: com.vaadin.osgi.resources.OSGiVaadinResources
  3. Bundle-Name: Vaadin Shared
  4. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  5. Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
  6. Import-Package: com.vaadin*;version="[${osgi.bundle.version},${osgi.bundle.version}]",\
  7. org.osgi*
  8. Export-Package: com.vaadin.osgi.resources;-noimport:=true,\
  9. com.vaadin.shared*;-noimport:=true,\
  10. elemental*;-noimport:=true