Browse Source

Add missing export declaration to the manifest of vaadin-push.jar (#18190)

Change-Id: I2874d3a065ad825e40e71c0167fc9ffb48ee1f5d
tags/7.6.0.beta2
Markus Koivisto 8 years ago
parent
commit
b0b9f4c806
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      push/build.xml

+ 1
- 0
push/build.xml View File



<target name="jar" depends="vaadinPush.js"> <target name="jar" depends="vaadinPush.js">
<antcall target="common.jar"> <antcall target="common.jar">
<param name="osgi.extra.package.prefixes" value="VAADIN" />
<param name="require-bundle" <param name="require-bundle"
value="com.vaadin.external.atmosphere.runtime;bundle-version=&quot;${atmosphere.runtime.version}&quot;;visibility:=reexport" /> value="com.vaadin.external.atmosphere.runtime;bundle-version=&quot;${atmosphere.runtime.version}&quot;;visibility:=reexport" />
<reference torefid="extra.jar.includes" refid="jar.includes" /> <reference torefid="extra.jar.includes" refid="jar.includes" />

Loading…
Cancel
Save