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 /compatibility-shared | |
parent | caf41dbac44b53c475e20ccc621c80c754033df9 (diff) | |
download | vaadin-framework-829c9d725630f2e1f89c2526a4d9f9add1d43731.tar.gz vaadin-framework-829c9d725630f2e1f89c2526a4d9f9add1d43731.zip |
Fix bnd warnings
Diffstat (limited to 'compatibility-shared')
-rw-r--r-- | compatibility-shared/bnd.bnd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compatibility-shared/bnd.bnd b/compatibility-shared/bnd.bnd index c6c7af1b69..5d24b99e3d 100644 --- a/compatibility-shared/bnd.bnd +++ b/compatibility-shared/bnd.bnd @@ -2,7 +2,6 @@ Bundle-SymbolicName: ${project.groupId}.compatibility-shared Bundle-Name: Vaadin Compatibility 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: com.vaadin*;version="[${osgi.bundle.version},${osgi.bundle.version}]" Export-Package: \ com.vaadin.v7.shared*;-noimport:=true |