diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-13 14:35:23 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-13 15:20:41 +0300 |
commit | 0ce6f77ab353c1bc1decc7f02203cd07a5ff5d27 (patch) | |
tree | e86a010b4acdf474ca0d1dd6bcfe1d8b9ff8d695 /common.xml | |
parent | b5dc0d8ba53d572e5939643b6b5b741cea61c0b5 (diff) | |
download | vaadin-framework-0ce6f77ab353c1bc1decc7f02203cd07a5ff5d27.tar.gz vaadin-framework-0ce6f77ab353c1bc1decc7f02203cd07a5ff5d27.zip |
Renamed themes-compiled -> themes (#9598)
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 2d64fb88e5..a854ef4358 100644 --- a/common.xml +++ b/common.xml @@ -8,7 +8,7 @@ <dirname property="vaadin.basedir" file="${ant.file.common}" /> <property file="${vaadin.basedir}/build.properties" /> - <property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes-compiled" /> + <property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes" /> <property name="modules.to.publish.to.download" value="${modules.to.publish.to.maven},all" /> <ivy:settings file="${vaadin.basedir}/ivysettings.xml" /> |