summaryrefslogtreecommitdiffstats
path: root/client/build.xml
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 /client/build.xml
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 'client/build.xml')
-rw-r--r--client/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/build.xml b/client/build.xml
index 03c9c91401..26f92ee33f 100644
--- a/client/build.xml
+++ b/client/build.xml
@@ -10,6 +10,7 @@
<!-- global properties -->
<property name="module.name" value="vaadin-client" />
+ <property name="module.symbolic" value="com.vaadin.client" />
<property name="result.dir" value="result" />
<path id="classpath.compile.custom">