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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 1 10:47:27 EDT 2012


Author: nickboldt
Date: 2012-05-01 10:47:26 -0400 (Tue, 01 May 2012)
New Revision: 40679

Modified:
   branches/jbosstools-3.3.0.Beta3/build/aggregate/site/site.xml
Log:
remove line breaks from category descriptions (JBIDE-11644)

Modified: branches/jbosstools-3.3.0.Beta3/build/aggregate/site/site.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta3/build/aggregate/site/site.xml	2012-05-01 14:26:20 UTC (rev 40678)
+++ branches/jbosstools-3.3.0.Beta3/build/aggregate/site/site.xml	2012-05-01 14:47:26 UTC (rev 40679)
@@ -402,18 +402,11 @@
 	<!-- CATEGORIES -->
 	<!-- ########## -->
 	<category-def name="AbridgedTools" label="Abridged JBoss Tools 3.3">
-		<description>Contains most of the JBoss Tools features. 
-                        Excluded are those related to integration with 3rd party
-			plugins. Selecting this category will give you all tools 
-			needed for Web and Seam Development.
-		</description>
+		<description>Contains most of the JBoss Tools features. Excluded are those related to integration with 3rd party plugins. Selecting this category will give you all tools needed for Web and Seam Development.</description>
 	</category-def>
 
 	<category-def name="WebTools" label="JBoss Web and Java EE Development">
-		<description>Tools to help create web and enterprise applications,
-			using JSF, Facelets,
-			Seam, Hibernate/JPA, CSS, Webservices and more.
-		</description>
+		<description>Tools to help create web and enterprise applications, using JSF, Facelets, Seam, Hibernate/JPA, CSS, Webservices and more.</description>
 	</category-def>
 
 	<category-def name="GeneralTools" label="JBoss Application Development">
@@ -425,22 +418,18 @@
 	</category-def>
 
 	<category-def name="MavenTools" label="JBoss Maven Support">
-		<description>Plugins related to Maven and m2eclipse support. Use these
-			to enable use of Maven.</description>
+		<description>Plugins related to Maven and m2eclipse support. Use these to enable use of Maven.</description>
 	</category-def>
 	<category-def name="CloudTools" label="JBoss Cloud Development Tools">
-		<description>Tools for Cloud Development.
-		</description>
+		<description>Tools for Cloud Development.</description>
 	</category-def>
 	<!-- Only in JBT -->
 	<category-def name="ReportTools" label="JBoss Business Intelligence, Reporting and Charting">
-		<description>Business Intelligence, Reporting and Charting. Use these 
-			if you plan to integrate Hibernate or Seam with Eclipse BIRT.
-		</description>
+		<description>Business Intelligence, Reporting and Charting. Use these if you plan to integrate Hibernate or Seam with Eclipse BIRT.</description>
 	</category-def>
 	
 	<category-def name="AllSources" label="Sources">
-		<description>Source code for JBoss Tools features</description>
+		<description>Source code for JBoss Tools features.</description>
 	</category-def>
 
 </site>



More information about the jbosstools-commits mailing list