diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-14 14:51:09 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-14 14:51:09 +0300 |
commit | 3a17a846bd835556f7ace57f187d9727fc484be2 (patch) | |
tree | 68e6dbfc62f9c99ed296973cc946b15d18e33751 /theme-compiler/ivy.xml | |
parent | ce2b41c52f75be7b7a74bd1680ef9589c6901bb2 (diff) | |
download | vaadin-framework-3a17a846bd835556f7ace57f187d9727fc484be2.tar.gz vaadin-framework-3a17a846bd835556f7ace57f187d9727fc484be2.zip |
Include flute files also in theme-compiler (in addition to client) for now (#9609)7.0.0.beta1
Diffstat (limited to 'theme-compiler/ivy.xml')
-rw-r--r-- | theme-compiler/ivy.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index d3c12e2a63..76061a9f2b 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -30,13 +30,16 @@ rev="2.1.1" conf="build,ide,tests->default" /> <dependency org="org.w3c.css" name="sac" rev="1.3" conf="build,ide,tests->default" /> - <dependency org="milyn" name="flute" rev="1.3" - conf="build,ide,tests->default" /> <dependency org="net.sourceforge.cssparser" name="cssparser" rev="0.9.5" conf="build,ide,tests->default" /> <dependency org="commons-cli" name="commons-cli" rev="1.2" conf="build,ide,tests->default" /> + <!-- FIXME: This should use a repackaged version of flute with included + GWT modifications. Only here to make IDE compilation work atm --> + <dependency org="milyn" name="flute" rev="1.3" + conf="ide->default" /> + <!-- Provided build libs --> <dependency org="javax.servlet" name="servlet-api" rev="2.4" conf="build-provided->default" /> |