diff options
Diffstat (limited to 'uitest/vaadin-server.xml')
-rw-r--r-- | uitest/vaadin-server.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/vaadin-server.xml b/uitest/vaadin-server.xml index 5f2aa06303..226965c642 100644 --- a/uitest/vaadin-server.xml +++ b/uitest/vaadin-server.xml @@ -31,7 +31,7 @@ <property name="webroot" value="${testing.testarea}/${package.name}/WebContent"></property> <ivy:resolve file="ivy.xml"/> - <ivy:cachepath pathid="server" conf="server" /> + <ivy:cachepath pathid="server" conf="build" /> <java classname="com.vaadin.launcher.DemoLauncher" fork="yes" dir="${testing.testarea}/${package.name}" resultproperty="server.start.result"> <arg value="--nogui=1" /> <classpath> |