diff options
Diffstat (limited to 'themes/build.xml')
-rw-r--r-- | themes/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/build.xml b/themes/build.xml index c2437c86ae..a504d585dd 100644 --- a/themes/build.xml +++ b/themes/build.xml @@ -11,6 +11,7 @@ <!-- global properties --> <property name="module.name" value="vaadin-themes" /> + <property name="module.symbolic" value="com.vaadin.themes" /> <property name="result.dir" value="result" /> <property name="theme.result.dir" value="${result.dir}/VAADIN/themes/" /> @@ -100,4 +101,4 @@ <echo>WHAT? No tests for ${module.name}!</echo> </target> -</project>
\ No newline at end of file +</project> |