浏览代码

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

Change-Id: Ibcc86cf874925096b3ac368cb0c6e3af00619f60
tags/7.1.2
Leif Åstrand 11 年前
父节点
当前提交
7f5a0a7827
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      push/build.xml

+ 1
- 1
push/build.xml 查看文件

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

正在加载...
取消
保存