You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/04/27 10:05:48 UTC

svn commit: r533010 - /lenya/trunk/src/resources/build/modules2patch.xsl

Author: andreas
Date: Fri Apr 27 01:05:47 2007
New Revision: 533010

URL: http://svn.apache.org/viewvc?view=rev&rev=533010
Log:
Added xsl:exclude-result-prefixes to patch generation stylesheet

Modified:
    lenya/trunk/src/resources/build/modules2patch.xsl

Modified: lenya/trunk/src/resources/build/modules2patch.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/resources/build/modules2patch.xsl?view=diff&rev=533010&r1=533009&r2=533010
==============================================================================
--- lenya/trunk/src/resources/build/modules2patch.xsl (original)
+++ lenya/trunk/src/resources/build/modules2patch.xsl Fri Apr 27 01:05:47 2007
@@ -20,7 +20,8 @@
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
   xmlns:mod="http://apache.org/lenya/module/1.0"
-  xmlns:list="http://apache.org/lenya/module-list/1.0">
+  xmlns:list="http://apache.org/lenya/module-list/1.0"
+  exclude-result-prefixes="mod list">
   
   <xsl:import href="util.xsl"/>
   



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org