gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b18f1d)
raw | patch | inline | side by side (parent: 0b18f1d)
author | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 11 Nov 2013 23:03:38 +0000 (00:03 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 11 Nov 2013 23:03:38 +0000 (00:03 +0100) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index fa1fcbc783527c0175cb436f80c1692bf69286e1..af75d0462da6867d970e8527a6da238623927fcf 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>