Browse Source

Add Require-Bundle for our rebased atmosphere bundle (#12195)

Change-Id: Ibcc86cf874925096b3ac368cb0c6e3af00619f60
tags/7.1.2
Leif Åstrand 11 years ago
parent
commit
7f5a0a7827
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      push/build.xml

+ 1
- 1
push/build.xml View File

@@ -53,7 +53,7 @@

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

Loading…
Cancel
Save