diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manifest-format.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md index a39f97e8..b439dcb7 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md | |||
@@ -89,6 +89,7 @@ following DTD: | |||
89 | <!ATTLIST extend-project path CDATA #IMPLIED> | 89 | <!ATTLIST extend-project path CDATA #IMPLIED> |
90 | <!ATTLIST extend-project groups CDATA #IMPLIED> | 90 | <!ATTLIST extend-project groups CDATA #IMPLIED> |
91 | <!ATTLIST extend-project revision CDATA #IMPLIED> | 91 | <!ATTLIST extend-project revision CDATA #IMPLIED> |
92 | <!ATTLIST extend-project remote CDATA #IMPLIED> | ||
92 | 93 | ||
93 | <!ELEMENT remove-project EMPTY> | 94 | <!ELEMENT remove-project EMPTY> |
94 | <!ATTLIST remove-project name CDATA #REQUIRED> | 95 | <!ATTLIST remove-project name CDATA #REQUIRED> |
@@ -306,6 +307,9 @@ belongs. Same syntax as the corresponding element of `project`. | |||
306 | Attribute `revision`: If specified, overrides the revision of the original | 307 | Attribute `revision`: If specified, overrides the revision of the original |
307 | project. Same syntax as the corresponding element of `project`. | 308 | project. Same syntax as the corresponding element of `project`. |
308 | 309 | ||
310 | Attribute `remote`: If specified, overrides the remote of the original | ||
311 | project. Same syntax as the corresponding element of `project`. | ||
312 | |||
309 | ### Element annotation | 313 | ### Element annotation |
310 | 314 | ||
311 | Zero or more annotation elements may be specified as children of a | 315 | Zero or more annotation elements may be specified as children of a |