Author: nickboldt
Date: 2011-10-31 22:23:03 -0400 (Mon, 31 Oct 2011)
New Revision: 36105
Modified:
branches/jbosstools-3.3.0.M4/build/aggregate/bottests-site/site/site.xsl
branches/jbosstools-3.3.0.M4/build/aggregate/site/site.xsl
branches/jbosstools-3.3.0.M4/build/aggregate/soa-site/site.xsl
branches/jbosstools-3.3.0.M4/build/aggregate/webtools-site/site.xsl
Log:
JBIDE-10047 remove extra break from before the generated feature listing
Modified: branches/jbosstools-3.3.0.M4/build/aggregate/bottests-site/site/site.xsl
===================================================================
--- branches/jbosstools-3.3.0.M4/build/aggregate/bottests-site/site/site.xsl 2011-11-01
01:23:42 UTC (rev 36104)
+++ branches/jbosstools-3.3.0.M4/build/aggregate/bottests-site/site/site.xsl 2011-11-01
02:23:03 UTC (rev 36105)
@@ -4,7 +4,6 @@
extension-element-prefixes="saxon">
<xsl:output method="html" indent="yes" />
<xsl:template match="/site">
- <br />
<table cellspacing="2" cellpadding="0" border="0">
<xsl:if test="count(feature[contains(@id,'jboss')])>0">
<tr style="background-color:#DDDDDD">
Modified: branches/jbosstools-3.3.0.M4/build/aggregate/site/site.xsl
===================================================================
--- branches/jbosstools-3.3.0.M4/build/aggregate/site/site.xsl 2011-11-01 01:23:42 UTC
(rev 36104)
+++ branches/jbosstools-3.3.0.M4/build/aggregate/site/site.xsl 2011-11-01 02:23:03 UTC
(rev 36105)
@@ -4,7 +4,6 @@
extension-element-prefixes="saxon">
<xsl:output method="html" indent="yes" />
<xsl:template match="/site">
- <br />
<table cellspacing="2" cellpadding="0" border="0">
<xsl:if test="count(feature[contains(@id,'jboss')])>0">
<tr style="background-color:#DDDDDD">
Modified: branches/jbosstools-3.3.0.M4/build/aggregate/soa-site/site.xsl
===================================================================
--- branches/jbosstools-3.3.0.M4/build/aggregate/soa-site/site.xsl 2011-11-01 01:23:42 UTC
(rev 36104)
+++ branches/jbosstools-3.3.0.M4/build/aggregate/soa-site/site.xsl 2011-11-01 02:23:03 UTC
(rev 36105)
@@ -4,7 +4,6 @@
extension-element-prefixes="saxon">
<xsl:output method="html" indent="yes" />
<xsl:template match="/site">
- <br />
<table cellspacing="2" cellpadding="0" border="0">
<xsl:if test="count(feature[contains(@id,'jboss')])>0">
<tr style="background-color:#DDDDDD">
Modified: branches/jbosstools-3.3.0.M4/build/aggregate/webtools-site/site.xsl
===================================================================
--- branches/jbosstools-3.3.0.M4/build/aggregate/webtools-site/site.xsl 2011-11-01
01:23:42 UTC (rev 36104)
+++ branches/jbosstools-3.3.0.M4/build/aggregate/webtools-site/site.xsl 2011-11-01
02:23:03 UTC (rev 36105)
@@ -4,7 +4,6 @@
extension-element-prefixes="saxon">
<xsl:output method="html" indent="yes" />
<xsl:template match="/site">
- <br />
<table cellspacing="2" cellpadding="0" border="0">
<xsl:if test="count(feature[contains(@id,'jboss')])>0">
<tr style="background-color:#DDDDDD">
Show replies by date