summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2012-10-09 19:18:17 +0300
committerVaadin Code Review <review@vaadin.com>2012-10-09 16:33:39 +0000
commit4043a690b59befaa33e9fd814089af9a143adccf (patch)
tree18267ccf4172c410351067488ac1a90fcdb0af20 /themes
parent0bb550b72c3be89084deebf29657769080b6ff59 (diff)
downloadvaadin-framework-4043a690b59befaa33e9fd814089af9a143adccf.tar.gz
vaadin-framework-4043a690b59befaa33e9fd814089af9a143adccf.zip
Explicitly specify symbolic names for each bundle to prevent names like "com.vaadin.vaadin-shared" (#9793)
Change-Id: I329e4d6b8334864be5023ef51225a6e340e74aa6
Diffstat (limited to 'themes')
-rw-r--r--themes/build.xml3
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>