[jbosstools-commits] JBoss Tools SVN: r31613 - branches/jbosstools-3.2.x/build/results.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 30 01:01:49 EDT 2011


Author: nickboldt
Date: 2011-05-30 01:01:49 -0400 (Mon, 30 May 2011)
New Revision: 31613

Modified:
   branches/jbosstools-3.2.x/build/results/build.xml
Log:
remove obsolete comment

Modified: branches/jbosstools-3.2.x/build/results/build.xml
===================================================================
--- branches/jbosstools-3.2.x/build/results/build.xml	2011-05-30 05:01:30 UTC (rev 31612)
+++ branches/jbosstools-3.2.x/build/results/build.xml	2011-05-30 05:01:49 UTC (rev 31613)
@@ -6,8 +6,6 @@
 	<!-- should be set by Hudson -->
 	<!-- <property name="JOB_NAME" value="jbosstools-3.2.0.M2.continuous" /> -->
 
-	<!-- if a different template file (eg., a partially expanded one) should be used, feed it in here -->
-
 	<!-- if ${WORKSPACE}/site folder exists, target that folder; else generate here. -->
 	<condition property="output.dir" value="${WORKSPACE}/results" else="${basedir}">
 		<available file="${WORKSPACE}/results" />
@@ -112,6 +110,7 @@
 		</ant>
 		<antcall target="buildResults" />
 	</target>
+
 	<target name="test.buildResults.aggregate" depends="init" description="generate buildResults.html from build properties">
 		<property name="isTest" value="true" />
 		<ant target="collect.zips" antfile="../aggregate/site/build.xml">



More information about the jbosstools-commits mailing list