gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
minor: ant build shorter lines
[mjc2wsl.git] / build.xml
index a8ae864..af75d04 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}"/>
                     <exclude name="**/*_t.wsl"/>
                 </patternset>
         </fileset>
-        <pathconvert pathsep="${line.separator}" property="generated-wsl-files" refid="generated-wsl-fileset">
-            
-        </pathconvert>
+        <pathconvert pathsep="${line.separator}" 
+            property="generated-wsl-files" refid="generated-wsl-fileset" />
 
         <echo file="transf.ini">${generated-wsl-files}</echo>
     </target>
     
-    <target name="all" depends='mj-samples,mjc2wsl-samples' description="build the tools, run them on the samples to check">
+    <target name="all" depends='mj-samples,mjc2wsl-samples' 
+        description="build the tools, run them on the samples to check">
     
     </target>
     
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner