diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/bnd.bnd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/bnd.bnd b/shared/bnd.bnd index 1894e06bd1..d7d440871a 100644 --- a/shared/bnd.bnd +++ b/shared/bnd.bnd @@ -1,6 +1,8 @@ Bundle-SymbolicName: ${project.groupId}.shared Bundle-Activator: com.vaadin.osgi.resources.OSGiVaadinResources Bundle-Name: Vaadin Shared +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}]",\ org.osgi* Export-Package: com.vaadin.osgi.resources;-noimport:=true,\ |