diff options
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"> |