[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/cpp/sf build.xml, NONE, 1.1

Jan Beutel beutel at users.sourceforge.net
Tue Aug 14 10:16:22 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/cpp/sf
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21296/support/sdk/cpp/sf

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 support sdk java" default="all">

	<target name="all" >
		<echo message = "Building support sdk cpp sf" />
		<exec executable="make" failonerror="true">
			<arg line="all" />
		</exec>
	</target>

</project>



More information about the Tinyos-2-commits mailing list