[jhbuild/release-team-commands] don't erase module attributes when creating master moduleset



commit 396a6985e5e3486ceebbfc27d12e729e5ac8b16b
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jun 14 13:59:59 2009 +0200

    don't erase module attributes when creating master moduleset

 scripts/create-master-tracking-moduleset.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/create-master-tracking-moduleset.xsl b/scripts/create-master-tracking-moduleset.xsl
index 083cdb4..f723852 100644
--- a/scripts/create-master-tracking-moduleset.xsl
+++ b/scripts/create-master-tracking-moduleset.xsl
@@ -1,7 +1,7 @@
 <?xml version='1.0'?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
 
-  <xsl:template match="branch[not(@repo) and @revision]">
+  <xsl:template match="branch[not(@repo) and not(@module) and @revision]">
     <branch />
   </xsl:template>
 



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