summaryrefslogtreecommitdiffstats
path: root/push
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-03-06 19:53:30 +0200
committerVaadin Code Review <review@vaadin.com>2014-03-07 06:30:53 +0000
commit876672ed5781ab8e6778faf43e5b0de331fa54f6 (patch)
tree73e979d4eda54990bba915075738e3fecd697ed3 /push
parentef319f8b67c2ceb494ded6d2fec037c80e500896 (diff)
downloadvaadin-framework-876672ed5781ab8e6778faf43e5b0de331fa54f6.tar.gz
vaadin-framework-876672ed5781ab8e6778faf43e5b0de331fa54f6.zip
Use correct OSGi bundle name for Atmosphere 2.x (#13427)
Change-Id: I21f622c0aebf76d16ff70d54631828476433bd6b
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 0db99e815c..fbe72501de 100644
--- a/push/build.xml
+++ b/push/build.xml
@@ -73,7 +73,7 @@
<target name="jar" depends="vaadinPush.js">
<antcall target="common.jar">
- <param name="require-bundle" value="com.vaadin.external.atmosphere.atmosphere-runtime;bundle-version=&quot;${atmosphere.runtime.version}&quot;;visibility:=reexport" />
+ <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" />
</antcall>
</target>