diff options
Diffstat (limited to 'client-compiled/bnd.bnd')
-rw-r--r-- | client-compiled/bnd.bnd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client-compiled/bnd.bnd b/client-compiled/bnd.bnd index 60f79d805e..6dafd2826a 100644 --- a/client-compiled/bnd.bnd +++ b/client-compiled/bnd.bnd @@ -1,6 +1,8 @@ -Bundle-SymbolicName: ${project.groupId}.client.compiled +Bundle-SymbolicName: ${project.groupId}.client-compiled Bundle-Name: Default Widgetset 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.widgetset;-noimport:=true |