diff options
author | Artur Signell <artur@vaadin.com> | 2013-04-05 20:52:24 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-04-08 11:46:10 +0000 |
commit | e2578b2ac7df899853ea21397808d2bb8120de34 (patch) | |
tree | 40b1f6133483d9d4bfdc3b066988bdceb896dfd6 /common.xml | |
parent | 414ae5d0edfa9cb0ac007c4e25793d96f0d23e33 (diff) | |
download | vaadin-framework-e2578b2ac7df899853ea21397808d2bb8120de34.tar.gz vaadin-framework-e2578b2ac7df899853ea21397808d2bb8120de34.zip |
Added push meta module (#11498)
Change-Id: Ia95f4682333656fc34f04e563dc256ef45f987c1
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 eceb0b9077..d673273a53 100644 --- a/common.xml +++ b/common.xml @@ -9,7 +9,7 @@ <property name="gwt.basedir" location="${vaadin.basedir}/../gwt" /> <property file="${vaadin.basedir}/build.properties" /> - <property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes" /> + <property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,theme-compiler,themes,push" /> <property name="modules.to.publish.to.download" value="${modules.to.publish.to.maven},all" /> <ivy:settings file="${vaadin.basedir}/ivysettings.xml" /> |