diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-10-09 19:18:17 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-10-09 16:33:39 +0000 |
commit | 4043a690b59befaa33e9fd814089af9a143adccf (patch) | |
tree | 18267ccf4172c410351067488ac1a90fcdb0af20 /client-compiled/build.xml | |
parent | 0bb550b72c3be89084deebf29657769080b6ff59 (diff) | |
download | vaadin-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-compiled/build.xml')
-rw-r--r-- | client-compiled/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml index e02acd31ba..d9f3da6271 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -11,6 +11,7 @@ <!-- global properties --> <property name="module.name" value="vaadin-client-compiled" /> + <property name="module.symbolic" value="com.vaadin.client-compiled" /> <property name="result.dir" value="result" /> <property name="gwtar.dir" location="${result.dir}/gwtar" /> <property name="work.dir" location="${result.dir}/work" /> @@ -128,4 +129,4 @@ <echo>WHAT? No tests for ${module.name}!</echo> </target> -</project>
\ No newline at end of file +</project> |