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

Jan Beutel beutel at users.sourceforge.net
Wed Aug 15 05:34:48 PDT 2007


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

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 tinyos-2.x release" />
		<exec executable="./build-rpms" failonerror="false">
		</exec>
	</target>
</project>



More information about the Tinyos-2-commits mailing list