]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use correct OSGi bundle name for Atmosphere 2.x (#13427)
authorArtur Signell <artur@vaadin.com>
Thu, 6 Mar 2014 17:53:30 +0000 (19:53 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 7 Mar 2014 06:30:53 +0000 (06:30 +0000)
Change-Id: I21f622c0aebf76d16ff70d54631828476433bd6b

push/build.xml

index 0db99e815c04573dfd88068c4f9a4de1927c1bd8..fbe72501dec30ec78fa41ac0fed7246dccc58028 100644 (file)
@@ -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>