From fddfa6fbac4fcabe712961fa45da8f440ee9426a Mon Sep 17 00:00:00 2001 From: Jiri tyr Date: Mon, 9 Jan 2017 23:47:52 +0000 Subject: [PATCH] Adding include element into the top-level element The documentation of the XML file format contains DTD which contains definition of all allowed elements and attributes. The "include" element is defined but it's not referenced from the top-level "manifest" element. This patch is adding the "include" element into the list of elements of the top-level "manifest" element. Change-Id: I33beb8ef2846bbf42ffd42e6ae6888828566d604 --- docs/manifest-format.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 4484d803..77784099 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -27,7 +27,8 @@ following DTD: remove-project*, project*, extend-project*, - repo-hooks?)> + repo-hooks?, + include*)>