From e6d506494c8ead64e72db63d951be9a79f6bb482 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 26 Feb 2013 11:07:42 +0200 Subject: Renamed "tests" target to "test" and added "test-all" (#9998) The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project. The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup. Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4 --- theme-compiler/build.xml | 6 +++--- theme-compiler/ivy.xml | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'theme-compiler') diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index cd441dee70..277929d160 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -15,7 +15,7 @@ - + @@ -51,8 +51,8 @@ - - + + \ No newline at end of file diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index b1a98b7101..f0646c04e6 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -11,7 +11,7 @@ - + @@ -23,17 +23,17 @@ + rev="${vaadin.version}" conf="build,test->build" /> + rev="2.1.1" conf="build,ide,test->default" /> + conf="build,ide,test->default" /> + rev="0.9.5" conf="build,ide,test->default" /> + conf="build,ide,test->default" /> + conf="test -> default" />