[jbosstools-commits] JBoss Tools SVN: r40772 - branches/jbosstools-3.3.0.Beta3/build/aggregate.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu May 3 15:43:53 EDT 2012


Author: nickboldt
Date: 2012-05-03 15:43:53 -0400 (Thu, 03 May 2012)
New Revision: 40772

Modified:
   branches/jbosstools-3.3.0.Beta3/build/aggregate/site.xml.xsl
Log:
JBIDE-10469 apply patch JBIDE10469.patch3.txt to suppress one more xmlns attrib

Modified: branches/jbosstools-3.3.0.Beta3/build/aggregate/site.xml.xsl
===================================================================
--- branches/jbosstools-3.3.0.Beta3/build/aggregate/site.xml.xsl	2012-05-03 19:43:44 UTC (rev 40771)
+++ branches/jbosstools-3.3.0.Beta3/build/aggregate/site.xml.xsl	2012-05-03 19:43:53 UTC (rev 40772)
@@ -1,7 +1,7 @@
 <xsl:stylesheet version="2.0"
 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan"
-	xmlns:saxon="http://saxon.sf.net/" xmlns="http://www.w3.org/1999/xhtml"
-	extension-element-prefixes="saxon" exclude-result-prefixes="xsl xalan saxon xmlns">
+	xmlns:saxon="http://saxon.sf.net/" xmlns:xhtml="http://www.w3.org/1999/xhtml"
+	extension-element-prefixes="saxon" exclude-result-prefixes="xsl xalan saxon xhtml">
 	<xsl:output method="html" indent="no" />
 	<xsl:template match="/"><xsl:apply-templates select="*"/></xsl:template>
 	<xsl:template match="*">



More information about the jbosstools-commits mailing list