diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-07-18 13:26:08 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-07-18 13:26:08 +0300 |
commit | 7f5a0a7827570188b7c62ed362f4724886b1a94d (patch) | |
tree | 61a00f51681bfd4e184c553980de1ebcfcb4f6ba /push | |
parent | 2ea19f347b9c6aaa920c09b10747b644af4c2c45 (diff) | |
download | vaadin-framework-7f5a0a7827570188b7c62ed362f4724886b1a94d.tar.gz vaadin-framework-7f5a0a7827570188b7c62ed362f4724886b1a94d.zip |
Add Require-Bundle for our rebased atmosphere bundle (#12195)
Change-Id: Ibcc86cf874925096b3ac368cb0c6e3af00619f60
Diffstat (limited to 'push')
-rw-r--r-- | push/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/push/build.xml b/push/build.xml index 042e513830..2dc05f62fd 100644 --- a/push/build.xml +++ b/push/build.xml @@ -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="${atmosphere.version}";visibility:=reexport" /> + <param name="require-bundle" value="com.vaadin.external.atmosphere.atmosphere-runtime;bundle-version="${atmosphere.version}";visibility:=reexport" /> <reference torefid="extra.jar.includes" refid="jar.includes" /> </antcall> </target> |