gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
minor ant rename some tasks
authorDoni Pracner <quinnuendo@gmail.com>
Sun, 26 Oct 2014 20:26:49 +0000 (21:26 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Sun, 26 Oct 2014 20:26:49 +0000 (21:26 +0100)
build.xml

index a2de8b0..84ce509 100644 (file)
--- a/build.xml
+++ b/build.xml
     
     <!-- Testing tasks -->
     
     
     <!-- Testing tasks -->
     
-    <target name="test-run" 
+    <target name="manual-test-run" 
     description="run .obj .wsl _t.wsl, given are ${file.dir}, ${file.name} (no extension) and an ${inputstring}">
        <record name="${file.dir}/${file.name}.out1"  emacsmode="true" />
        <antcall target="mj-run">
     description="run .obj .wsl _t.wsl, given are ${file.dir}, ${file.name} (no extension) and an ${inputstring}">
        <record name="${file.dir}/${file.name}.out1"  emacsmode="true" />
        <antcall target="mj-run">
        <record name="${file.dir}/${file.name}.out3" action="stop" />
     </target>
     
        <record name="${file.dir}/${file.name}.out3" action="stop" />
     </target>
     
-    <target name="test-run-samples-dir"
+    <target name="manual-test-run-samples-dir"
     description="run .obj .wsl _t.wsl, in the samples-temp directory; given ${file.name} (no extension) and an ${inputstring}">
     description="run .obj .wsl _t.wsl, in the samples-temp directory; given ${file.name} (no extension) and an ${inputstring}">
-        <antcall target="test-run">
+        <antcall target="manual-test-run">
             <param name="file.dir" value="${samples.temp.dir}"/>
         </antcall>
     </target>
             <param name="file.dir" value="${samples.temp.dir}"/>
         </antcall>
     </target>
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner