aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Koivisto <markus@vaadin.com>2015-11-16 15:35:42 +0200
committerMarkus Koivisto <markus@vaadin.com>2015-11-16 15:35:42 +0200
commitb0b9f4c80602d9dcb55f328607c27a7a0c524847 (patch)
tree743162cb0d246bdbe5aa38e90fef469a5f721a32
parent2edab81c8f280a36924cd60ca1df2181465cfcbb (diff)
downloadvaadin-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.xml1
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=&quot;${atmosphere.runtime.version}&quot;;visibility:=reexport" />
<reference torefid="extra.jar.includes" refid="jar.includes" />