summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
Diffstat (limited to 'uitest')
-rw-r--r--uitest/build.xml2
-rw-r--r--uitest/ivy.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/uitest/build.xml b/uitest/build.xml
index a97886dc8b..29f1540321 100644
--- a/uitest/build.xml
+++ b/uitest/build.xml
@@ -50,7 +50,7 @@
</target>
<target name="testing-widgetset" depends="dependencies,compile">
- <property name="module" value="com.vaadin.tests.widgetset.TestingWidgetSet"/>
+ <property name="module" value="com.vaadin.tests.widgetset.TestingWidgetSet" />
<property name="style" value="OBF" />
<property name="localWorkers" value="2" />
<property name="extraParams" value="" />
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index 6cb7fc9050..563be59b0b 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -13,8 +13,8 @@
<conf name="jetty-run" extends="build" visibility="private" />
</configurations>
<publications>
- <artifact type="war" />
- </publications>
+ <artifact type="war" ext="war"/>
+ </publications>
<dependencies defaultconf="build" defaultconfmapping="build,ide->default">
<!-- API DEPENDENCIES -->
<dependency org="javax.portlet" name="portlet-api"