1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-20 12:41:29 +02:00

More refactorings.

This commit is contained in:
Lars Jung
2011-10-06 05:12:29 +02:00
parent 4c1ed3d1e8
commit caced60eaa
10 changed files with 150 additions and 165 deletions

View File

@@ -6,7 +6,7 @@
<attribute name="toFile" />
<attribute name="args" default="" />
<sequential>
<exec executable="${wepp}">
<exec executable="${tool.wepp}">
<arg line="@{args}" />
<arg value="--in" />
<arg value="@{file}" />
@@ -20,7 +20,7 @@
<attribute name="dir" />
<attribute name="args" default="" />
<sequential>
<exec executable="${wepp}">
<exec executable="${tool.wepp}">
<arg line="@{args}" />
<arg value="--inDir" />
<arg value="@{dir}" />