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

Jan Beutel beutel at users.sourceforge.net
Tue Aug 14 10:35:49 PDT 2007


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

Added Files:
	build.xml 
Log Message:
added ant build.xml for better automating the build process

--- NEW FILE: build.xml ---
<project name="tinyos-2.x tools" default="all">

	<target name="all" >
		<echo message = "Building ${project.name}" />
		<exec executable="./Bootstrap" failonerror="true">
		</exec>
		<exec executable="./configure" failonerror="true">
		</exec>
		<exec executable="make" failonerror="true">
			<arg line="all" />
		</exec>
	</target>

</project>



More information about the Tinyos-2-commits mailing list