diff options
author | Artur Signell <artur@vaadin.com> | 2015-03-03 15:11:23 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-03-03 13:44:33 +0000 |
commit | 6e6dd6ff0d64917effed33c7253c3b135183c355 (patch) | |
tree | ccb1037c39eff380d3f7cc34c0c879ee936fcdf1 /client-compiled | |
parent | 91564dfe760d593fdd55aa4f820d6f2fdc181065 (diff) | |
download | vaadin-framework-6e6dd6ff0d64917effed33c7253c3b135183c355.tar.gz vaadin-framework-6e6dd6ff0d64917effed33c7253c3b135183c355.zip |
Always include default widget set files in OSGi manifest (#16993)
Change-Id: Ib1fc01ced602d3434a0ad63725601237a0def4d1
Diffstat (limited to 'client-compiled')
-rw-r--r-- | client-compiled/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml index fb4f26bc73..5eb8decd22 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -124,6 +124,7 @@ <target name="jar" depends="default-widgetset"> <antcall target="common.jar"> <param name="osgi.extra.package.prefixes" value="VAADIN/widgetsets/" /> + <param name="osgi.includeNumberPackages" value="1" /> <reference torefid="extra.jar.includes" refid="jar.includes" /> </antcall> </target> |