diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-06 16:43:42 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:42 +0300 |
commit | 01a59b3ca8e8bcc9e5b772aabff03c59439edb12 (patch) | |
tree | 67a7578083bd1a3f5872e8eecf70decceb48e66d /common.xml | |
parent | 0621de9bf2a5482d5d36a51a79d85c06600112c7 (diff) | |
download | vaadin-framework-01a59b3ca8e8bcc9e5b772aabff03c59439edb12.tar.gz vaadin-framework-01a59b3ca8e8bcc9e5b772aabff03c59439edb12.zip |
Fixed typo (#9299)
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.xml b/common.xml index 96a2a701b2..40566a9bce 100644 --- a/common.xml +++ b/common.xml @@ -4,7 +4,7 @@ <dirname property="vaadin.basedir" file="${ant.file.common}" /> <property file="${vaadin.basedir}/build.properties" /> - <property name="modules.to.publish" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes-compiled, all" /> + <property name="modules.to.publish" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes-compiled,all" /> <ivy:resolve file="${vaadin.basedir}/build/ivy/ivy.xml" conf="taskdefs" /> <ivy:cachepath pathid="taskdefs.classpath" conf="taskdefs" /> |