summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" />