diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bnd.bnd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/bnd.bnd b/themes/bnd.bnd index 7398d4de6e..9947e48059 100644 --- a/themes/bnd.bnd +++ b/themes/bnd.bnd @@ -1,6 +1,8 @@ Bundle-SymbolicName: ${project.groupId}.themes Bundle-Name: Vaadin Themes 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.themes;-noimport:=true |