[Tinyos-2-commits]
CVS: tinyos-2.x/support/sdk/java 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/java
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21296/support/sdk/java
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 java" />
<exec executable="make" failonerror="true">
<arg line="all" />
</exec>
</target>
<target name="tinyos.jar">
<echo message="Building tinyos.jar"></echo>
<exec failonerror="true" executable="make">
<arg line="tinyos.jar"></arg></exec>
</target>
</project>
More information about the Tinyos-2-commits
mailing list