summaryrefslogtreecommitdiffstats
path: root/themes-compiled/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'themes-compiled/build.xml')
-rw-r--r--themes-compiled/build.xml3
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/**" />