aboutsummaryrefslogtreecommitdiffstats
path: root/push
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-07-18 13:26:08 +0300
committerLeif Åstrand <leif@vaadin.com>2013-07-18 13:26:08 +0300
commit7f5a0a7827570188b7c62ed362f4724886b1a94d (patch)
tree61a00f51681bfd4e184c553980de1ebcfcb4f6ba /push
parent2ea19f347b9c6aaa920c09b10747b644af4c2c45 (diff)
downloadvaadin-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.xml2
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=&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>