diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2017-05-02 12:41:18 +0300 |
---|---|---|
committer | Aleksi Hietanen <aleksi@vaadin.com> | 2017-05-02 12:41:18 +0300 |
commit | d0a64a804920bff30d586e7700af895247a1fad2 (patch) | |
tree | 7ab893181c8a1e49b1fb1a3b633a8f20def7e7a5 /shared/bnd.bnd | |
parent | 60db37dfaaa7d04bb393a27b888110dc73299404 (diff) | |
download | vaadin-framework-d0a64a804920bff30d586e7700af895247a1fad2.tar.gz vaadin-framework-d0a64a804920bff30d586e7700af895247a1fad2.zip |
Fixes repackaging the whole elemental into shared. (#9207)
Diffstat (limited to 'shared/bnd.bnd')
-rw-r--r-- | shared/bnd.bnd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/bnd.bnd b/shared/bnd.bnd index d7d440871a..ff4e85732f 100644 --- a/shared/bnd.bnd +++ b/shared/bnd.bnd @@ -7,4 +7,4 @@ Import-Package: com.vaadin*;version="[${osgi.bundle.version},${osgi.bundle.versi org.osgi* Export-Package: com.vaadin.osgi.resources;-noimport:=true,\ com.vaadin.shared*;-noimport:=true,\ - elemental*;-noimport:=true + elemental.json*;-noimport:=true |