]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added ant build.xml for better automating the build process
authorbeutel <beutel>
Wed, 15 Aug 2007 12:34:45 +0000 (12:34 +0000)
committerbeutel <beutel>
Wed, 15 Aug 2007 12:34:45 +0000 (12:34 +0000)
tools/release/build.xml [new file with mode: 0644]

diff --git a/tools/release/build.xml b/tools/release/build.xml
new file mode 100644 (file)
index 0000000..916073c
--- /dev/null
@@ -0,0 +1,8 @@
+<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>