gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
ant - minor fix, the recorder had a wrong name to stop
authorDoni Pracner <quinnuendo@gmail.com>
Thu, 6 Feb 2014 22:57:47 +0000 (23:57 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Thu, 6 Feb 2014 22:57:47 +0000 (23:57 +0100)
build.xml

index 10b6915..7fb3ee4 100644 (file)
--- a/build.xml
+++ b/build.xml
         <antcall target="wsl-run">
             <param name="filename" value="${transf.wsl.file}" />
         </antcall>
-        <record name="${log.file.transformations}${time}" action="stop" />
+       <record name="${log.file.transformations}${time}.txt" action="stop" />
         <copy file="${log.file.transformations}${time}.txt" tofile="${log.file.transformations}.txt"/>
     </target>
     
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner