diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 22:56:14 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:22 +0300 |
commit | 93ed08119c3fb45a750998f05ba4f67643787295 (patch) | |
tree | 50e91615cd4062f561764523029029cc91635fe9 /themes-compiled/build.xml | |
parent | 5463416fd7f3e44d68cb1a4d446dcc352ee5d58e (diff) | |
download | vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.tar.gz vaadin-framework-93ed08119c3fb45a750998f05ba4f67643787295.zip |
Generate pom artifacts and automatically publish to local Maven (#9299)
Diffstat (limited to 'themes-compiled/build.xml')
-rw-r--r-- | themes-compiled/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes-compiled/build.xml b/themes-compiled/build.xml index c295c570cd..a3adbd654f 100644 --- a/themes-compiled/build.xml +++ b/themes-compiled/build.xml @@ -41,7 +41,8 @@ <property name="result.dir" location="result" /> <property name="result.jar" location="${result.dir}/lib/${module.name}-${vaadin.version}.jar" /> <property name="classes" location="{$result.dir}/classes" /> - + <antcall target="common.pom.xml" /> + <jar jarfile="${result.jar}"> <fileset dir="${result.dir}"> <include name="VAADIN/themes/**" /> |