diff options
Diffstat (limited to 'buildhelpers/build.xml')
-rw-r--r-- | buildhelpers/build.xml | 1 |
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" /> |