summaryrefslogtreecommitdiffstats
path: root/common.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-03-03 15:11:23 +0200
committerVaadin Code Review <review@vaadin.com>2015-03-03 13:44:33 +0000
commit6e6dd6ff0d64917effed33c7253c3b135183c355 (patch)
treeccb1037c39eff380d3f7cc34c0c879ee936fcdf1 /common.xml
parent91564dfe760d593fdd55aa4f820d6f2fdc181065 (diff)
downloadvaadin-framework-6e6dd6ff0d64917effed33c7253c3b135183c355.tar.gz
vaadin-framework-6e6dd6ff0d64917effed33c7253c3b135183c355.zip
Always include default widget set files in OSGi manifest (#16993)
Change-Id: Ib1fc01ced602d3434a0ad63725601237a0def4d1
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.xml b/common.xml
index 8c2919972d..9487560051 100644
--- a/common.xml
+++ b/common.xml
@@ -163,6 +163,7 @@
<param name="bundle-name" value="${module.name}" />
<param name="bundle-symbolic" value="${module.symbolic}" />
<param name="bundle-vendor" value="${vaadin.vendor}" />
+ <param name="includeNumberPackages" value="${osgi.includeNumberPackages}" />
</antcall>
</target>
@@ -174,7 +175,7 @@
<fail unless="bundle-symbolic" message="No bundle-symbolic parameter given" />
<fail unless="bundle-version" message="No bundle-version parameter given" />
<fail unless="bundle-vendor" message="No bundle-vendor parameter given" />
-
+ <fail unless="includeNumberPackages" message="No includeNumberPackages parameter given" />
<property name="bundle-manifestversion" value="2" />
<jar file="${jar}" update="true">
@@ -228,6 +229,7 @@
<arg line="com/vaadin com/google ${osgi.extra.package.prefixes}" />
<classpath refid="buildhelpers.classpath" />
<jvmarg value="-Dvaadin.version=${vaadin.version}" />
+ <jvmarg value="-DincludeNumberPackages=${includeNumberPackages}" />
</java>
</target>