From: beutel Date: Tue, 14 Aug 2007 17:16:19 +0000 (+0000) Subject: added ant build.xml for better automating the build process X-Git-Tag: release_tinyos_2_1_0_0~826 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=79a45474f0638260cc2ad9bba846fcdddab891b0;p=tinyos-2.x.git added ant build.xml for better automating the build process --- diff --git a/support/sdk/cpp/sf/build.xml b/support/sdk/cpp/sf/build.xml new file mode 100644 index 00000000..9888cacd --- /dev/null +++ b/support/sdk/cpp/sf/build.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/support/sdk/java/build.xml b/support/sdk/java/build.xml new file mode 100644 index 00000000..ef16addb --- /dev/null +++ b/support/sdk/java/build.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +