diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 16:28:49 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:19 +0300 |
commit | e50ca7fe96d11a5c3f2328c4fdb76905e68c5062 (patch) | |
tree | cd472d622a7a40a8aa126454fc9c6227e8efe798 /uitest/ivy.xml | |
parent | 45e4dc9fdcc96da44c0b96fde0bc146d8915041b (diff) | |
download | vaadin-framework-e50ca7fe96d11a5c3f2328c4fdb76905e68c5062.tar.gz vaadin-framework-e50ca7fe96d11a5c3f2328c4fdb76905e68c5062.zip |
Include compiled TestingWidgetSet in war (#9299)
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 5dbb5dd6fc..6cb7fc9050 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -21,7 +21,7 @@ rev="2.0" conf="build-provided,ide -> default" /> <dependency org="javax.validation" name="validation-api" - rev="1.0.0.GA" conf="build,ide -> default" /> + rev="1.0.0.GA" conf="build,ide -> default,sources" /> <!--Servlet API version 2.5 --> <dependency org="javax.servlet" name="servlet-api" rev="2.5" conf="build-provided,ide -> default" /> @@ -39,6 +39,10 @@ rev="${vaadin.version}" conf="build->build"></dependency> <dependency org="com.vaadin" name="vaadin-themes-compiled" rev="${vaadin.version}" conf="build->build"></dependency> + + <!-- For compiling TestingWidgetSet --> + <dependency org="com.vaadin" name="vaadin-client-compiler" + rev="${vaadin.version}" conf="build-provided-> build"></dependency> <!-- Newest Jetty does not work with Ivy currently (orbit -> jar mapping problem) --> |