[jboss-cvs] jbosside/releng/org.jboss.ide.eclipse.releng/builders/product ...

Marshall Culpepper mculpepper at jboss.com
Mon Sep 11 15:33:00 EDT 2006


  User: mculpepper
  Date: 06/09/11 15:33:00

  Modified:    releng/org.jboss.ide.eclipse.releng/builders/product  
                        buildResults.html.template buildResults.xml
  Log:
  changed all "bytes" filesizes to "MB"
  
  Revision  Changes    Path
  1.21      +1 -1      jbosside/releng/org.jboss.ide.eclipse.releng/builders/product/buildResults.html.template
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: buildResults.html.template
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/product/buildResults.html.template,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- buildResults.html.template	7 Sep 2006 02:41:35 -0000	1.20
  +++ buildResults.html.template	11 Sep 2006 19:33:00 -0000	1.21
  @@ -52,7 +52,7 @@
   	<td><img src="images/${jbosside-all-status}.png"/></td>
   	<td class="downloadInfo">
   		<a id="allLink" href="${jbosside-download-root}/all/${jbosside-all-filename}">${jbosside-all-filename}</a><br/>
  -		&nbsp;&nbsp;&nbsp;&nbsp;<a class="md5" href="${jbosside-download-root}/all/${jbosside-all-filename}.MD5">md5</a> | filesize: ${all-file-size} bytes
  +		&nbsp;&nbsp;&nbsp;&nbsp;<a class="md5" href="${jbosside-download-root}/all/${jbosside-all-filename}.MD5">md5</a> | filesize: ${all-file-size} MB
   	</td>
   </tr>
   </table>
  
  
  
  1.34      +3 -3      jbosside/releng/org.jboss.ide.eclipse.releng/builders/product/buildResults.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: buildResults.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/product/buildResults.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- buildResults.xml	7 Sep 2006 02:41:35 -0000	1.33
  +++ buildResults.xml	11 Sep 2006 19:33:00 -0000	1.34
  @@ -154,12 +154,12 @@
   		<get.status file="${jbossws-file}" property="jbosside-jbossws-status"/>
   		<get.status file="${jbossws-nodeps-file}" property="jbosside-jbossws-nodeps-status"/>
   		
  -		<length file="${all-file}" property="all-file-size"  />
  +		<get.size file="${all-file}" property="all-file-size"  />
   		<if>
   			<contains string="${build.steps}" substring="bundle.eclipse"/>
   			<then>
  -				<length file="${win32-bundle-file}" property="win32-bundle-file-size"  />
  -				<length file="${linux-gtk2-bundle-file}" property="linux-gtk2-bundle-file-size"  />
  +				<get.size file="${win32-bundle-file}" property="win32-bundle-file-size"  />
  +				<get.size file="${linux-gtk2-bundle-file}" property="linux-gtk2-bundle-file-size"  />
   			</then>
   		</if>
   		<get.size file="${core-file}" property="core-file-size"  />
  
  
  



More information about the jboss-cvs-commits mailing list