Change-Id: I78f5dda87957452670c3d86d960b0683c67eb77d
<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.13" />
+ <property name="atmosphere.version" value="1.0.14-2" />
<property name="jquery.version" value="1.7.2" />
<path id="classpath.compile.custom" />
<!-- Atmosphere -->
<!-- Keep the version number in sync with build.xml -->
- <dependency org="org.atmosphere" name="atmosphere-runtime"
- rev="1.0.13" conf="build,ide,test -> default">
+ <dependency org="com.vaadin.external.atmosphere" name="atmosphere-runtime"
+ rev="1.0.14-2" conf="build,ide,test -> default">
</dependency>
</dependencies>
+ " Widgetset version: %s\n"
+ "=================================================================";
- static final String REQUIRED_ATMOSPHERE_VERSION = "1.0.13";
+ static final String REQUIRED_ATMOSPHERE_VERSION = "1.0.14-2";
static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
+ "=================================================================\n"