[jbosstools-commits] JBoss Tools SVN: r36105 - in branches/jbosstools-3.3.0.M4/build/aggregate: site and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 31 22:23:04 EDT 2011


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">



More information about the jbosstools-commits mailing list