diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/bnd.bnd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/bnd.bnd b/shared/bnd.bnd index 9821bc67a7..56b69fdfd0 100644 --- a/shared/bnd.bnd +++ b/shared/bnd.bnd @@ -3,8 +3,7 @@ Bundle-Activator: com.vaadin.osgi.resources.OsgiVaadinResources Bundle-Name: Vaadin Shared 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}]",\ - org.osgi* +Import-Package: org.osgi* Export-Package: com.vaadin.osgi.resources;-noimport:=true,\ com.vaadin.shared*;-noimport:=true,\ elemental.json*;-noimport:=true |