gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
minor: ant build - removed the help task, added a project description
authorDoni Pracner <quinnuendo@gmail.com>
Mon, 11 Nov 2013 19:33:09 +0000 (20:33 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Mon, 11 Nov 2013 19:33:09 +0000 (20:33 +0100)
build.xml

index a8ae864..fa1fcbc 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" />
     <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}"/>
     
     <target name="init">
         <mkdir dir="${mjc2wsl.class.dir}"/>
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner