Browse Source

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
Jiri tyr 9 năm trước cách đây
mục cha
commit
fddfa6fbac
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      docs/manifest-format.txt

+ 2 - 1
docs/manifest-format.txt

@@ -27,7 +27,8 @@ following DTD:
                         remove-project*,
                         remove-project*,
                         project*,
                         project*,
                         extend-project*,
                         extend-project*,
-                        repo-hooks?)>
+                        repo-hooks?,
+                        include*)>
 
 
     <!ELEMENT notice (#PCDATA)>
     <!ELEMENT notice (#PCDATA)>