diff options
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/**" /> |