diff options
Diffstat (limited to 'compatibility-shared/bnd.bnd')
-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 |