diff options
Diffstat (limited to 'docs/manifest-format.txt')
-rw-r--r-- | docs/manifest-format.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 21f19db6..a7bb1561 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt | |||
@@ -48,6 +48,7 @@ following DTD: | |||
48 | <!ATTLIST project path CDATA #IMPLIED> | 48 | <!ATTLIST project path CDATA #IMPLIED> |
49 | <!ATTLIST project remote IDREF #IMPLIED> | 49 | <!ATTLIST project remote IDREF #IMPLIED> |
50 | <!ATTLIST project revision CDATA #IMPLIED> | 50 | <!ATTLIST project revision CDATA #IMPLIED> |
51 | <!ATTLIST project groups CDATA #IMPLIED> | ||
51 | 52 | ||
52 | <!ELEMENT remove-project (EMPTY)> | 53 | <!ELEMENT remove-project (EMPTY)> |
53 | <!ATTLIST remove-project name CDATA #REQUIRED> | 54 | <!ATTLIST remove-project name CDATA #REQUIRED> |
@@ -158,6 +159,10 @@ Tags and/or explicit SHA-1s should work in theory, but have not | |||
158 | been extensively tested. If not supplied the revision given by | 159 | been extensively tested. If not supplied the revision given by |
159 | the default element is used. | 160 | the default element is used. |
160 | 161 | ||
162 | Attribute `groups`: List of groups to which this project belongs, | ||
163 | whitespace or comma separated. All projects are part of the group | ||
164 | "default" unless "-default" is specified in the list of groups. | ||
165 | |||
161 | Element remove-project | 166 | Element remove-project |
162 | ---------------------- | 167 | ---------------------- |
163 | 168 | ||