[Tinyos-2-commits] CVS: tinyos-2.x/tools build.xml,1.2,1.3

Jan Beutel beutel at users.sourceforge.net
Tue Aug 14 10:50:28 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tools
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3443/tools

Modified Files:
	build.xml 
Log Message:
changed echo output

Index: build.xml
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml	14 Aug 2007 17:41:42 -0000	1.2
--- build.xml	14 Aug 2007 17:50:25 -0000	1.3
***************
*** 2,6 ****
  
  	<target name="all" >
! 		<echo message = "Building ${project.name}" />
  		<exec executable="./Bootstrap" failonerror="true">
  		</exec>
--- 2,6 ----
  
  	<target name="all" >
! 		<echo message = "Building tinyos-2.x tools" />
  		<exec executable="./Bootstrap" failonerror="true">
  		</exec>
***************
*** 13,17 ****
  
  	<target name="install_cruisecontrol" >
! 		<echo message = "Building ${project.name}" />
  		<exec executable="./Bootstrap" failonerror="true">
  		</exec>
--- 13,17 ----
  
  	<target name="install_cruisecontrol" >
! 		<echo message = "Building tinyos-2.x tools" />
  		<exec executable="./Bootstrap" failonerror="true">
  		</exec>



More information about the Tinyos-2-commits mailing list