gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
minor: ant build shorter lines
authorDoni Pracner <quinnuendo@gmail.com>
Mon, 11 Nov 2013 23:03:38 +0000 (00:03 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Mon, 11 Nov 2013 23:03:38 +0000 (00:03 +0100)
build.xml

index fa1fcbc..af75d04 100644 (file)
--- a/build.xml
+++ b/build.xml
                     <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