diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-10 13:51:38 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-10 13:51:38 +0200 |
commit | 96a91ddb5ffbf910f77f58363afcf70319a72a1d (patch) | |
tree | 53436ae8a49936838f9ce157086df7eb7a49248f /build | |
parent | 2252fd23b9a84268d545faec7407845f0deb613c (diff) | |
parent | f9634779efddad8233e0b31914fd3dd6eeb290d2 (diff) | |
download | vaadin-framework-96a91ddb5ffbf910f77f58363afcf70319a72a1d.tar.gz vaadin-framework-96a91ddb5ffbf910f77f58363afcf70319a72a1d.zip |
Merge remote branch 'origin/master' into windowing
Diffstat (limited to 'build')
-rw-r--r-- | build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java b/build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java index 15d2acf6e9..0f7ec4a14b 100644 --- a/build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java +++ b/build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java @@ -224,9 +224,8 @@ public class CompileDefaultTheme { private static void createSprites(String themeName) throws FileNotFoundException, IOException { String[] parameters = new String[] { "--sprite-png-depth", "AUTO", - "--sprite-png-ie6", "--css-file-suffix", "-sprite", - "--css-file-encoding", "UTF-8", "--root-dir-path", - THEME_DIR + themeName, "--log-level", "WARN" }; + "--css-file-suffix", "-sprite", "--css-file-encoding", "UTF-8", + "--root-dir-path", THEME_DIR + themeName, "--log-level", "WARN" }; org.carrot2.labs.smartsprites.SmartSprites.main(parameters); |