From 780561d80aa9adcc0dbdca631883502ceef374ce Mon Sep 17 00:00:00 2001 From: fros4943 Date: Mon, 2 Apr 2007 10:55:16 +0000 Subject: [PATCH] added ant script to compile examples --- tools/cooja/examples/README | 5 ++++ tools/cooja/examples/build.xml | 51 ++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 tools/cooja/examples/README create mode 100644 tools/cooja/examples/build.xml diff --git a/tools/cooja/examples/README b/tools/cooja/examples/README new file mode 100644 index 000000000..64a80493d --- /dev/null +++ b/tools/cooja/examples/README @@ -0,0 +1,5 @@ +This folder contains a number of COOJA project directory examples. +These can be imported in COOJA using from the "Settings" > "Manage Project Directories" menu option. + +The examples need to be compiled; the Ant build.xml can be used: +> ant compile diff --git a/tools/cooja/examples/build.xml b/tools/cooja/examples/build.xml new file mode 100644 index 000000000..51e86d1ae --- /dev/null +++ b/tools/cooja/examples/build.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +