diff options
author | Henri Sara <hesara@vaadin.com> | 2012-08-10 14:26:50 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-08-10 14:26:50 +0300 |
commit | fc94542099faad5bc4f7bb00bd468f69cacc6a14 (patch) | |
tree | 471f9cc6adfd2de620d41bef45da774c21241f75 /build/ivy/buildhelpers-ivy.xml | |
parent | 4ba988a5a0d9762757a5a0a2ffb704faaa30f64c (diff) | |
parent | 239ce71f498fcdf2809c5561bf5028bf216265ca (diff) | |
download | vaadin-framework-fc94542099faad5bc4f7bb00bd468f69cacc6a14.tar.gz vaadin-framework-fc94542099faad5bc4f7bb00bd468f69cacc6a14.zip |
Merge remote-tracking branch 'origin/sass'
Diffstat (limited to 'build/ivy/buildhelpers-ivy.xml')
-rw-r--r-- | build/ivy/buildhelpers-ivy.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/build/ivy/buildhelpers-ivy.xml b/build/ivy/buildhelpers-ivy.xml index afccd85973..13e89eb734 100644 --- a/build/ivy/buildhelpers-ivy.xml +++ b/build/ivy/buildhelpers-ivy.xml @@ -8,6 +8,12 @@ </configurations> <publications /> <dependencies> - <dependency org="com.carrotsearch" name="smartsprites" rev="0.2.3-itmill" conf="compile->compile(*),master(*)"/> + <dependency org="com.carrotsearch" name="smartsprites" rev="0.2.3-itmill" conf="compile->compile(*),master(*)"/> + + <!-- These come with GWT for Vaadin JAR but are needed to compile CompileDefaultTheme --> + <!-- + <dependency org="org.w3c.css" name="sac" rev="1.3" conf="compile->compile(*),master(*)"/> + <dependency org="org.w3c" name="flute" rev="1.2" conf="compile->compile(*),master(*)"/> + --> </dependencies> </ivy-module>
\ No newline at end of file |