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

Jan Beutel beutel at users.sourceforge.net
Thu Sep 6 03:01:22 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/apps/Oscilloscope/java
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4776/apps/Oscilloscope/java

Added Files:
	build.xml 
Log Message:
added a build.xml file for ant support

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

	<target name="all" >
		<exec executable="make" failonerror="true">
			<arg line="all" />
		</exec>
	</target>

	<target name="java" depends="all">
	</target>

	<target name="javadoc" >
		<echo message = "Building javadoc" />
		<exec executable="make" failonerror="true">
			<arg line="javadoc" />
		</exec>
	</target>
	
</project>



More information about the Tinyos-2-commits mailing list