diff options
Diffstat (limited to 'themes/bnd.bnd')
-rw-r--r-- | themes/bnd.bnd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/bnd.bnd b/themes/bnd.bnd new file mode 100644 index 0000000000..7398d4de6e --- /dev/null +++ b/themes/bnd.bnd @@ -0,0 +1,6 @@ +Bundle-SymbolicName: ${project.groupId}.themes +Bundle-Name: Vaadin Themes +Bundle-Version: ${osgi.bundle.version} +Import-Package: com.vaadin.*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\ + * +Export-Package: com.vaadin.osgi.themes;-noimport:=true |