diff options
author | Markus Koivisto <markus@vaadin.com> | 2015-11-16 15:35:42 +0200 |
---|---|---|
committer | Markus Koivisto <markus@vaadin.com> | 2015-11-16 15:35:42 +0200 |
commit | b0b9f4c80602d9dcb55f328607c27a7a0c524847 (patch) | |
tree | 743162cb0d246bdbe5aa38e90fef469a5f721a32 | |
parent | 2edab81c8f280a36924cd60ca1df2181465cfcbb (diff) | |
download | vaadin-framework-b0b9f4c80602d9dcb55f328607c27a7a0c524847.tar.gz vaadin-framework-b0b9f4c80602d9dcb55f328607c27a7a0c524847.zip |
Add missing export declaration to the manifest of vaadin-push.jar (#18190)
Change-Id: I2874d3a065ad825e40e71c0167fc9ffb48ee1f5d
-rw-r--r-- | push/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/push/build.xml b/push/build.xml index 958bd5bf8f..3a3329c0fe 100644 --- a/push/build.xml +++ b/push/build.xml @@ -87,6 +87,7 @@ <target name="jar" depends="vaadinPush.js"> <antcall target="common.jar"> + <param name="osgi.extra.package.prefixes" value="VAADIN" /> <param name="require-bundle" value="com.vaadin.external.atmosphere.runtime;bundle-version="${atmosphere.runtime.version}";visibility:=reexport" /> <reference torefid="extra.jar.includes" refid="jar.includes" /> |