summaryrefslogtreecommitdiffstats
path: root/common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/common.xml b/common.xml
index 15f4891c12..9c9adc0062 100644
--- a/common.xml
+++ b/common.xml
@@ -241,8 +241,7 @@
<!-- Generate the Export-Package attribute in the manifest -->
<java classname="com.vaadin.buildhelpers.GeneratePackageExports" failonerror="true" fork="yes">
<arg value="${jar}" />
- <arg value="com/vaadin" />
- <arg value="com/google" />
+ <arg line="com/vaadin com/google ${osgi.extra.package.prefixes}" />
<classpath refid="vaadin.buildhelpers.classpath" />
<jvmarg value="-Dvaadin.version=${vaadin.version}" />
</java>