diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-10-09 16:15:26 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-10-09 16:15:26 +0000 |
commit | 0bb550b72c3be89084deebf29657769080b6ff59 (patch) | |
tree | 40ba12ec9fe667cb59e25a6b34783924b7f72d3e /common.xml | |
parent | fcd9b4773e13d7ffe5b0871525775e38759da0cc (diff) | |
parent | 45e2be6ab35e730197a314d3276a61d682c72419 (diff) | |
download | vaadin-framework-0bb550b72c3be89084deebf29657769080b6ff59.tar.gz vaadin-framework-0bb550b72c3be89084deebf29657769080b6ff59.zip |
Merge "Allow specifying prefixes also for resource directories (#9793)"
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 3 |
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> |