Ver código fonte

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

Change-Id: Ibcc86cf874925096b3ac368cb0c6e3af00619f60
tags/7.1.2
Leif Åstrand 11 anos atrás
pai
commit
7f5a0a7827
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      push/build.xml

+ 1
- 1
push/build.xml Ver arquivo

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

Carregando…
Cancelar
Salvar