diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-05-12 13:08:56 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-05-12 13:08:56 +0000 |
commit | 03c3e6adb59d3480564b9d541fdf65ceb0089ed0 (patch) | |
tree | 8b74050537aa5ab6f12374028a83e517b913b44f /build/buildhelpers/com | |
parent | 01f5470edb4c6e23e5c62e9a826116beea0b37ae (diff) | |
download | vaadin-framework-03c3e6adb59d3480564b9d541fdf65ceb0089ed0.tar.gz vaadin-framework-03c3e6adb59d3480564b9d541fdf65ceb0089ed0.zip |
Renaming ITMILL/ -> VAADIN/ part 2 (for #2904)
svn changeset:7765/svn branch:6.0
Diffstat (limited to 'build/buildhelpers/com')
-rw-r--r-- | build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java b/build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java index 0ed54a91cd..468cf0f4bf 100644 --- a/build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java +++ b/build/buildhelpers/com/vaadin/buildhelpers/CompileDefaultTheme.java @@ -18,7 +18,7 @@ import java.util.Comparator; */ public class CompileDefaultTheme { - private static final String THEME_DIR = "./WebContent/ITMILL/themes/"; + private static final String THEME_DIR = "./WebContent/VAADIN/themes/"; private static final String BASE = "base"; private static final String DEFAULT = "default"; private static final String REINDEER = "reindeer"; |