diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2013-05-21 10:18:22 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-05-21 11:45:16 +0000 |
commit | f8fb8b7bfdbf4d8c22ca512e937fe812803369c6 (patch) | |
tree | a90c4892f254d054db3a6642a94c3af3aa8d06e9 /push/build.xml | |
parent | 778de066b1f8b1608b40bdd98b61b6fee078442d (diff) | |
download | vaadin-framework-f8fb8b7bfdbf4d8c22ca512e937fe812803369c6.tar.gz vaadin-framework-f8fb8b7bfdbf4d8c22ca512e937fe812803369c6.zip |
Upgrade to Atmosphere 1.0.13 (#11861)
Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
Diffstat (limited to 'push/build.xml')
-rw-r--r-- | push/build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/push/build.xml b/push/build.xml index d06b946dd1..953416cf2d 100644 --- a/push/build.xml +++ b/push/build.xml @@ -13,7 +13,7 @@ <property name="vaadinPush.js" location="${result.dir}/js/VAADIN/vaadinPush.js" /> <!-- Keep the version number in sync with ivy.xml --> - <property name="atmosphere.version" value="1.0.12" /> + <property name="atmosphere.version" value="1.0.13" /> <property name="jquery.version" value="1.7.2" /> <path id="classpath.compile.custom" /> @@ -62,7 +62,6 @@ <antcall target="common.sources.jar"> <reference torefid="extra.jar.includes" refid="jar.includes" /> </antcall> - <antcall target="common.javadoc.jar" /> <antcall target="common.publish-local" /> </target> |