From 4403d771ad72b3de62e6ba5ea8822110253c578e Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 12 Oct 2018 17:42:08 +0200 Subject: modular versions api Allows apps to register version backends for storage types The existing versions backend is wrapped in a "legacy" backend. Signed-off-by: Robin Appelman --- resources/app-info.xsd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'resources') diff --git a/resources/app-info.xsd b/resources/app-info.xsd index fa06752c01d..287ed6b9913 100644 --- a/resources/app-info.xsd +++ b/resources/app-info.xsd @@ -63,6 +63,8 @@ maxOccurs="1" /> + @@ -670,6 +672,21 @@ + + + + + + + + + + + + + +