From be564316c7c4deaad090bfc0bc79c460965cb1d6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 25 Nov 2014 00:51:23 +0100 Subject: Bundler: add modification support to Bundle dependencies Bundle dependencies are now realized with RequiredBundle and support inheritance of the modification flag. This requires new client support and will only work with clients >= 1.4.0pre2. --- schemas/bundle.xsd | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'schemas') diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index aeacd0517..b6f9e00af 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -263,6 +263,13 @@ + + + + Nesting Bundle tags to specify dependencies to other bundles. + + + @@ -300,6 +307,35 @@ + + + + + + + + + + + + The name of the required bundle. + + + + + + + Specify how to handle modifications in the required + bundle. You can either ignore the modifications (this + is the default) or you can inherit the modifications + so that Services in the current Bundle are restarted + if the required Bundle is modified. + + + + + + -- cgit v1.2.3-1-g7c22