[jhbuild] Add -template attributes to schema



commit e129d45464dea58f2b4f432eeb14436da1a7b1fc
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Apr 28 13:08:07 2010 +0200

    Add -template attributes to schema

 modulesets/moduleset.rnc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/moduleset.rnc b/modulesets/moduleset.rnc
index 1fc7611..bfa2a2e 100644
--- a/modulesets/moduleset.rnc
+++ b/modulesets/moduleset.rnc
@@ -11,7 +11,10 @@ repository_cvs     = attribute type { "cvs" },
                      attribute cvsroot { text },
                      attribute password { text }?
 repository_svn     = attribute type { "svn" },
-                     attribute href { xsd:anyURI }
+                     attribute href { xsd:anyURI },
+                     attribute trunk-template { text }?,
+                     attribute branches-template { text }?,
+                     attribute tags-template { text }?
 repository_arch    = attribute type { "arch" },
                      attribute archive { text },
                      attribute href { xsd:anyURI }?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]