diff options
Diffstat (limited to 'docs/manifest-format.txt')
-rw-r--r-- | docs/manifest-format.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 53789651..9f4585b8 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt | |||
@@ -63,6 +63,9 @@ following DTD: | |||
63 | <!ELEMENT repo-hooks (EMPTY)> | 63 | <!ELEMENT repo-hooks (EMPTY)> |
64 | <!ATTLIST repo-hooks in-project CDATA #REQUIRED> | 64 | <!ATTLIST repo-hooks in-project CDATA #REQUIRED> |
65 | <!ATTLIST repo-hooks enabled-list CDATA #REQUIRED> | 65 | <!ATTLIST repo-hooks enabled-list CDATA #REQUIRED> |
66 | |||
67 | <!ELEMENT include (EMPTY)> | ||
68 | <!ATTLIST include name CDATA #REQUIRED> | ||
66 | ]> | 69 | ]> |
67 | 70 | ||
68 | A description of the elements and their attributes follows. | 71 | A description of the elements and their attributes follows. |
@@ -192,6 +195,16 @@ This element is mostly useful in the local_manifest.xml, where | |||
192 | the user can remove a project, and possibly replace it with their | 195 | the user can remove a project, and possibly replace it with their |
193 | own definition. | 196 | own definition. |
194 | 197 | ||
198 | Element include | ||
199 | --------------- | ||
200 | |||
201 | This element provides the capability of including another manifest | ||
202 | file into the originating manifest. Normal rules apply for the | ||
203 | target manifest to include- it must be a usable manifest on it's own. | ||
204 | |||
205 | Attribute `name`; the manifest to include, specified relative to | ||
206 | the manifest repositories root. | ||
207 | |||
195 | 208 | ||
196 | Local Manifest | 209 | Local Manifest |
197 | ============== | 210 | ============== |