gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d595df1)
raw | patch | inline | side by side (parent: d595df1)
author | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 11 Nov 2013 19:33:09 +0000 (20:33 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 11 Nov 2013 19:33:09 +0000 (20:33 +0100) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index a8ae864a6cdd26109e24b7ed8023ac29e9d3ec7f..fa1fcbc783527c0175cb436f80c1692bf69286e1 100644 (file)
--- a/build.xml
+++ b/build.xml
<property name="samples.temp.dir" value="samples-temp" />
<property name="fermat.dir" value="/home/donny/d/donny/fermat3" />
-
- <target name="help" description="a short help text">
- <echo>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)
- </echo>
- </target>
+
+ <description>
+ Builder script for mjc2wsl and related tools, runs test
+ on given samples.
+ </description>
<target name="init">
<mkdir dir="${mjc2wsl.class.dir}"/>