[jbosstools-commits] JBoss Tools SVN: r41928 - trunk/build/results.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 13 08:56:06 EDT 2012


Author: nickboldt
Date: 2012-06-13 08:56:06 -0400 (Wed, 13 Jun 2012)
New Revision: 41928

Modified:
   trunk/build/results/build.xml
Log:
fix chart portlet IDs for public site

Modified: trunk/build/results/build.xml
===================================================================
--- trunk/build/results/build.xml	2012-06-13 10:49:33 UTC (rev 41927)
+++ trunk/build/results/build.xml	2012-06-13 12:56:06 UTC (rev 41928)
@@ -114,10 +114,10 @@
 
 		<!-- set IDs for the chart widgets from the views -->
 		<!-- TODO: will later need to add a third case for 6.0 stable_branch -->
-		<condition property="PORTLET.1" value="125" else="118">
+		<condition property="PORTLET.1" value="10" else="3">
 			<contains string="${JOB_NAME}" substring="_stable_branch" />
 		</condition>
-		<condition property="PORTLET.2" value="126" else="119">
+		<condition property="PORTLET.2" value="11" else="4">
 			<contains string="${JOB_NAME}" substring="_stable_branch" />
 		</condition>
 



More information about the jbosstools-commits mailing list