summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
Diffstat (limited to 'uitest')
-rw-r--r--uitest/build.xml2
-rw-r--r--uitest/ivy.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/uitest/build.xml b/uitest/build.xml
index 0344af0866..3823c937c1 100644
--- a/uitest/build.xml
+++ b/uitest/build.xml
@@ -36,7 +36,7 @@
<property name="result.dir" location="result" />
<property name="src" location="${result.dir}/../src" />
<property name="classes" location="${result.dir}/classes" />
- <property name="server.test.sources" location="${result.dir}/../../server/tests/src" />
+ <property name="server.test.sources" location="${result.dir}/../../server/src/test/java" />
<mkdir dir="${classes}" />
<!-- TODO: Get rid of this -->
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index 4939c31d1f..0f2141e00b 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -36,7 +36,7 @@
<!-- LIBRARY DEPENDENCIES (compile time) -->
<!-- Project modules -->
<dependency org="com.vaadin" name="vaadin-server"
- rev="${vaadin.version}" conf="build->build">
+ rev="${vaadin.version}" conf="build->default">
<exclude org="javax.servlet"></exclude>
<exclude type="pom" />
</dependency>