diff options
Diffstat (limited to 'compatibility-themes/bnd.bnd')
-rw-r--r-- | compatibility-themes/bnd.bnd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compatibility-themes/bnd.bnd b/compatibility-themes/bnd.bnd index ee3e21796b..77a814a990 100644 --- a/compatibility-themes/bnd.bnd +++ b/compatibility-themes/bnd.bnd @@ -1,6 +1,8 @@ -Bundle-SymbolicName: ${project.groupId}.compatibility.themes +Bundle-SymbolicName: ${project.groupId}.compatibility-themes Bundle-Name: Vaadin Compatibility 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.compatibility.themes;-noimport:=true |