summaryrefslogtreecommitdiffstats
path: root/common.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-10-09 09:24:52 +0300
committerArtur Signell <artur@vaadin.com>2012-10-09 11:12:51 +0300
commitd1962559709a8a5ea0b60ac661bd3a1e0e514be4 (patch)
tree800424c611c1875a8484f3ead45a3a8846fc87dd /common.xml
parentb7192d23d2390d5165d2cc14470c9a0c835276f0 (diff)
downloadvaadin-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.xml10
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">