diff options
author | Artur Signell <artur@vaadin.com> | 2012-10-09 09:24:52 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-10-09 11:12:51 +0300 |
commit | d1962559709a8a5ea0b60ac661bd3a1e0e514be4 (patch) | |
tree | 800424c611c1875a8484f3ead45a3a8846fc87dd /common.xml | |
parent | b7192d23d2390d5165d2cc14470c9a0c835276f0 (diff) | |
download | vaadin-framework-d1962559709a8a5ea0b60ac661bd3a1e0e514be4.tar.gz vaadin-framework-d1962559709a8a5ea0b60ac661bd3a1e0e514be4.zip |
Added import package and require bundle definitions (#9793)
Change-Id: I106dc90c30ddac4abf90131824893a4d5d40921f
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common.xml b/common.xml index bd18e7d522..4b86bfaa33 100644 --- a/common.xml +++ b/common.xml @@ -218,6 +218,16 @@ </then> </antcontrib:if> <antcontrib:if> + <isset property="require-bundle" /> + <then> + <jar file="${result.jar}" update="true"> + <manifest> + <attribute name="Require-Bundle" value="${require-bundle}" /> + </manifest> + </jar> + </then> + </antcontrib:if> + <antcontrib:if> <isset property="export-package" /> <then> <jar file="${result.jar}" update="true"> |