diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-14 08:20:10 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-14 09:58:33 +0300 |
commit | 829c9d725630f2e1f89c2526a4d9f9add1d43731 (patch) | |
tree | f08736eae92457a00cf3d3a6acca49cb5dd0bd50 /shared | |
parent | caf41dbac44b53c475e20ccc621c80c754033df9 (diff) | |
download | vaadin-framework-829c9d725630f2e1f89c2526a4d9f9add1d43731.tar.gz vaadin-framework-829c9d725630f2e1f89c2526a4d9f9add1d43731.zip |
Fix bnd warnings
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 |