diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manifest-format.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 0e6cbe32..56bdf142 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt | |||
@@ -86,6 +86,7 @@ following DTD: | |||
86 | <!ATTLIST extend-project name CDATA #REQUIRED> | 86 | <!ATTLIST extend-project name CDATA #REQUIRED> |
87 | <!ATTLIST extend-project path CDATA #IMPLIED> | 87 | <!ATTLIST extend-project path CDATA #IMPLIED> |
88 | <!ATTLIST extend-project groups CDATA #IMPLIED> | 88 | <!ATTLIST extend-project groups CDATA #IMPLIED> |
89 | <!ATTLIST extend-project revision CDATA #IMPLIED> | ||
89 | 90 | ||
90 | <!ELEMENT remove-project EMPTY> | 91 | <!ELEMENT remove-project EMPTY> |
91 | <!ATTLIST remove-project name CDATA #REQUIRED> | 92 | <!ATTLIST remove-project name CDATA #REQUIRED> |
@@ -300,6 +301,9 @@ at the specified path, rather than all projects with the given name. | |||
300 | Attribute `groups`: List of additional groups to which this project | 301 | Attribute `groups`: List of additional groups to which this project |
301 | belongs. Same syntax as the corresponding element of `project`. | 302 | belongs. Same syntax as the corresponding element of `project`. |
302 | 303 | ||
304 | Attribute `revision`: If specified, overrides the revision of the original | ||
305 | project. Same syntax as the corresponding element of `project`. | ||
306 | |||
303 | Element annotation | 307 | Element annotation |
304 | ------------------ | 308 | ------------------ |
305 | 309 | ||