From 0b18f1d140aad199981d91d3eca3069e49eb3e99 Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Mon, 11 Nov 2013 20:33:09 +0100 Subject: [PATCH 1/1] minor: ant build - removed the help task, added a project description --- build.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index a8ae864..fa1fcbc 100644 --- a/build.xml +++ b/build.xml @@ -13,15 +13,11 @@ - - - Possible options: - all - build the tool and the compiler and test on the samples - build - build the mjc2wsl tool - mj-build - build the mj compiler - mj-samples - run the mj compiler on the samples (build if needed) - - + + + Builder script for mjc2wsl and related tools, runs test + on given samples. + -- 2.17.1