diff options
Diffstat (limited to 'docs/manifest-format.txt')
-rw-r--r-- | docs/manifest-format.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 2e1c8c35..c76df801 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt | |||
@@ -25,7 +25,8 @@ following DTD: | |||
25 | default?, | 25 | default?, |
26 | manifest-server?, | 26 | manifest-server?, |
27 | remove-project*, | 27 | remove-project*, |
28 | project*)> | 28 | project*, |
29 | repo-hooks?)> | ||
29 | 30 | ||
30 | <!ELEMENT notice (#PCDATA)> | 31 | <!ELEMENT notice (#PCDATA)> |
31 | 32 | ||
@@ -49,6 +50,10 @@ following DTD: | |||
49 | 50 | ||
50 | <!ELEMENT remove-project (EMPTY)> | 51 | <!ELEMENT remove-project (EMPTY)> |
51 | <!ATTLIST remove-project name CDATA #REQUIRED> | 52 | <!ATTLIST remove-project name CDATA #REQUIRED> |
53 | |||
54 | <!ELEMENT repo-hooks (EMPTY)> | ||
55 | <!ATTLIST repo-hooks in-project CDATA #REQUIRED> | ||
56 | <!ATTLIST repo-hooks enabled-list CDATA #REQUIRED> | ||
52 | ]> | 57 | ]> |
53 | 58 | ||
54 | A description of the elements and their attributes follows. | 59 | A description of the elements and their attributes follows. |