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: fa49662)
raw | patch | inline | side by side (parent: fa49662)
author | Doni Pracner <quinnuendo@gmail.com> | |
Wed, 30 Jul 2014 18:14:47 +0000 (20:14 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Wed, 30 Jul 2014 18:14:47 +0000 (20:14 +0200) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 4250bbf6ef167d09cdd24f3a55840c2f340f3149..a2de8b05af57f6d436103bd80c74a74e94910a3e 100644 (file)
--- a/build.xml
+++ b/build.xml
<param name="file.dir" value="${samples.temp.dir}"/>
</antcall>
</target>
-
+
+ <!-- output serveral versions of files -->
+
+ <target name="output-all-versions"
+ description="generate variations on the translations in the 'local' folder and tar them">
+ <antcall>
+ <target name="mj-samples"/>
+ <target name="mjc2wsl-samples"/>
+ <param name="samples.temp.dir" value="local/out/headTail-proc"/>
+ <param name="mjc2wsl.options" value=""/>
+ </antcall>
+ <antcall>
+ <target name="mj-samples"/>
+ <target name="mjc2wsl-samples"/>
+ <param name="samples.temp.dir" value="local/out/headTail-inline"/>
+ <param name="mjc2wsl.options" value="--genInlinePrint"/>
+ </antcall>
+ <antcall>
+ <target name="mj-samples"/>
+ <target name="mjc2wsl-samples"/>
+ <param name="samples.temp.dir" value="local/out/popPush-inline"/>
+ <param name="mjc2wsl.options" value="--genPopPush --genInlinePrint"/>
+ </antcall>
+ <antcall>
+ <target name="mj-samples"/>
+ <target name="mjc2wsl-samples"/>
+ <param name="samples.temp.dir" value="local/out/popPush-proc"/>
+ <param name="mjc2wsl.options" value="--genPopPush"/>
+ </antcall>
+ <antcall>
+ <target name="mj-samples"/>
+ <target name="mjc2wsl-samples"/>
+ <param name="samples.temp.dir" value="local/out/popPush-glob"/>
+ <param name="mjc2wsl.options" value="--genPopPush --genGlobalVars"/>
+ </antcall>
+ <tar basedir="local/out" compression="gzip"
+ destfile="local/mjc2wsl-samples.tgz"
+ includes="*/*.wsl"/>
+ </target>
+
<!-- jedit specific flags; needs to be the first or the last 10 lines
:noTabs=true:
-->