diff options
author | Jonatan Kronqvist <jonatan@vaadin.com> | 2013-08-30 09:45:50 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-08-30 07:07:46 +0000 |
commit | ad669c39c603650cc8193eef83fe1b6a39be0e45 (patch) | |
tree | 795482d50607bc994e16fceb6864865946ee358f /theme-compiler | |
parent | dce63d130d9fe54900b6da247d0219886e0cfd14 (diff) | |
download | vaadin-framework-ad669c39c603650cc8193eef83fe1b6a39be0e45.tar.gz vaadin-framework-ad669c39c603650cc8193eef83fe1b6a39be0e45.zip |
Adds junit to the ide configuration for the theme-compiler module.
Change-Id: I7c777d8d427beab079c956248b23628a073563dc
Diffstat (limited to 'theme-compiler')
-rw-r--r-- | theme-compiler/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 6a7528ceeb..5bcdbb54cb 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -41,7 +41,7 @@ <!-- Testing libs --> <dependency org="junit" name="junit" rev="4.5" - conf="test -> default" /> + conf="ide,test -> default" /> <!-- Internally used, for now --> <dependency org="com.carrotsearch" name="smartsprites" |