diff options
Diffstat (limited to 'theme-compiler/build.xml')
-rw-r--r-- | theme-compiler/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 8a36513b71..86c73d1499 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -10,6 +10,7 @@ <!-- global properties --> <property name="module.name" value="vaadin-theme-compiler" /> + <property name="module.symbolic" value="com.vaadin.theme-compiler" /> <property name="result.dir" value="result" /> <path id="classpath.compile.custom"> </path> |