From 74ca8ce87118ca4b028968c68b4106edd2daa2d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Tue, 29 May 2012 13:48:23 +0300 Subject: [PATCH] Add support for building TestingWidgetSet (#8469) --- build/build.xml | 34 ++++++++++++++----- .../tests/widgetset/TestingWidgetSet.gwt.xml | 6 ++++ 2 files changed, 31 insertions(+), 9 deletions(-) create mode 100644 tests/testbench/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml diff --git a/build/build.xml b/build/build.xml index 573c799f7d..801be1b846 100644 --- a/build/build.xml +++ b/build/build.xml @@ -38,7 +38,7 @@ - + @@ -55,6 +55,12 @@ + + + + + + @@ -492,12 +498,7 @@ Compiling widgetset ${widgetset}. Output directory: ${widgetsets-output-dir} - - - - - - + @@ -519,14 +520,27 @@ - + + + + + + + + + + + + + + - + @@ -538,6 +552,7 @@ Compiling widget sets in parallel. + @@ -556,6 +571,7 @@ + diff --git a/tests/testbench/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml b/tests/testbench/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml new file mode 100644 index 0000000000..bd91d05b02 --- /dev/null +++ b/tests/testbench/com/vaadin/tests/widgetset/TestingWidgetSet.gwt.xml @@ -0,0 +1,6 @@ + + + + + + -- 2.39.5