summaryrefslogtreecommitdiffstats
path: root/common.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 /common.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 'common.xml')
-rw-r--r--common.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.xml b/common.xml
index 9c9adc0062..679853646f 100644
--- a/common.xml
+++ b/common.xml
@@ -156,7 +156,6 @@
<fail unless="module.name" message="No module.name parameter given" />
<property name="result.jar" location="${result.dir}/lib/${module.name}-${vaadin.version}.jar" />
- <property name="module.symbolic" value="com.vaadin.${module.name}" />
<property name="classes" location="{$result.dir}/classes" />
<property name="src" location="{$result.dir}/../src" />