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

123456789
  1. Bundle-SymbolicName: ${project.groupId}.osgi.integration
  2. Bundle-Name: Vaadin OSGi Integration
  3. Bundle-Version: ${osgi.bundle.version}
  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. *
  8. Export-Package: com.vaadin.osgi.servlet