summaryrefslogtreecommitdiffstats
path: root/themes/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/build.xml')
-rw-r--r--themes/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/build.xml b/themes/build.xml
index 83675867ad..c2437c86ae 100644
--- a/themes/build.xml
+++ b/themes/build.xml
@@ -12,7 +12,7 @@
<!-- global properties -->
<property name="module.name" value="vaadin-themes" />
<property name="result.dir" value="result" />
- <property name="theme.result.dir" value="${result.dir}/VAADIN/themes" />
+ <property name="theme.result.dir" value="${result.dir}/VAADIN/themes/" />
<union id="jar.includes">
<fileset dir="${result.dir}">
@@ -43,6 +43,7 @@
<target name="jar" depends="compile-themes">
<antcall target="common.jar">
+ <param name="osgi.extra.package.prefixes" value="VAADIN/themes" />
<reference torefid="extra.jar.includes" refid="jar.includes" />
</antcall>
</target>