blob: 502e24de25f0e01391bc3a0106ead83ddd194c09 (
plain)
1
2
3
4
5
6
7
8
9
|
Bundle-SymbolicName: ${project.groupId}.osgi.integration
Bundle-Name: Vaadin OSGi Integration
Bundle-Version: ${osgi.bundle.version}
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
Import-Package: com.vaadin.*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\
*
Export-Package: com.vaadin.osgi.servlet
|