summaryrefslogtreecommitdiffstats
path: root/buildhelpers
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 /buildhelpers
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 'buildhelpers')
-rw-r--r--buildhelpers/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml
index 80797415e5..d50e024ce4 100644
--- a/buildhelpers/build.xml
+++ b/buildhelpers/build.xml
@@ -8,6 +8,7 @@
<include file="../common.xml" as="common" />
<property name="module.name" value="vaadin-buildhelpers" />
+ <property name="module.symbolic" value="com.vaadin.buildhelpers" />
<property name="result.dir" location="result" />
<path id="classpath.compile.custom" />