]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add Require-Bundle for our rebased atmosphere bundle (#12195)
authorLeif Åstrand <leif@vaadin.com>
Thu, 18 Jul 2013 10:26:08 +0000 (13:26 +0300)
committerLeif Åstrand <leif@vaadin.com>
Thu, 18 Jul 2013 10:26:08 +0000 (13:26 +0300)
Change-Id: Ibcc86cf874925096b3ac368cb0c6e3af00619f60

push/build.xml

index 042e51383028c1a1c24d030d41d36894854feab8..2dc05f62fd37253d897a4941d74c36b58c83954d 100644 (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>