};
return {
- version : "1.0.13",
+ // Keep the version number in sync with push/build.xml and other locations listed in that file
+ version : "1.0.14.vaadin4",
requests : [],
callbacks : [],
<property name="result.dir" location="result" />
<property name="vaadinPush.js" location="${result.dir}/js/VAADIN/vaadinPush.js" />
- <!-- Keep the version number in sync with ivy.xml and server/src/com/vaadin/server/Constants.java-->
- <property name="atmosphere.version" value="1.0.14.vaadin3" />
+ <!-- Keep the version number in sync with ivy.xml, server/src/com/vaadin/server/Constants.java and jquery.atmosphere.js -->
+ <property name="atmosphere.version" value="1.0.14.vaadin4" />
<property name="jquery.version" value="1.7.2" />
<path id="classpath.compile.custom" />
rev="2.4" conf="build-provided,ide,test -> default" />
<!-- Atmosphere -->
- <!-- Keep the version number in sync with build.xml -->
+ <!-- Keep the version number in sync with build.xml and other locations listed in that file -->
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-runtime"
- rev="1.0.14.vaadin3" conf="build,ide,test -> default">
+ rev="1.0.14.vaadin4" conf="build,ide,test -> default">
</dependency>
</dependencies>
+ " Widgetset version: %s\n"
+ "=================================================================";
- static final String REQUIRED_ATMOSPHERE_VERSION = "1.0.14.vaadin3";
+ // Keep the version number in sync with push/build.xml and other locations
+ // listed in that file
+ static final String REQUIRED_ATMOSPHERE_VERSION = "1.0.14.vaadin4";
static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
+ "=================================================================\n"