diff options
Diffstat (limited to 'shared/bnd.bnd')
-rw-r--r-- | shared/bnd.bnd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shared/bnd.bnd b/shared/bnd.bnd new file mode 100644 index 0000000000..1894e06bd1 --- /dev/null +++ b/shared/bnd.bnd @@ -0,0 +1,8 @@ +Bundle-SymbolicName: ${project.groupId}.shared +Bundle-Activator: com.vaadin.osgi.resources.OSGiVaadinResources +Bundle-Name: Vaadin Shared +Import-Package: com.vaadin*;version="[${osgi.bundle.version},${osgi.bundle.version}]",\ + org.osgi* +Export-Package: com.vaadin.osgi.resources;-noimport:=true,\ + com.vaadin.shared*;-noimport:=true,\ + elemental*;-noimport:=true |