|
|
@@ -86,6 +86,7 @@ following DTD:
|
|
|
<!ATTLIST extend-project name CDATA #REQUIRED>
|
|
|
<!ATTLIST extend-project path CDATA #IMPLIED>
|
|
|
<!ATTLIST extend-project groups CDATA #IMPLIED>
|
|
|
+ <!ATTLIST extend-project revision CDATA #IMPLIED>
|
|
|
|
|
|
<!ELEMENT remove-project EMPTY>
|
|
|
<!ATTLIST remove-project name CDATA #REQUIRED>
|
|
|
@@ -300,6 +301,9 @@ at the specified path, rather than all projects with the given name.
|
|
|
Attribute `groups`: List of additional groups to which this project
|
|
|
belongs. Same syntax as the corresponding element of `project`.
|
|
|
|
|
|
+Attribute `revision`: If specified, overrides the revision of the original
|
|
|
+project. Same syntax as the corresponding element of `project`.
|
|
|
+
|
|
|
Element annotation
|
|
|
------------------
|
|
|
|