Procházet zdrojové kódy

Add Require-Bundle for our rebased atmosphere bundle (#12195)

Change-Id: Ibcc86cf874925096b3ac368cb0c6e3af00619f60
tags/7.1.2
Leif Åstrand před 11 roky
rodič
revize
7f5a0a7827
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      push/build.xml

+ 1
- 1
push/build.xml Zobrazit soubor

@@ -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>

Načítá se…
Zrušit
Uložit