mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
set names as properties; param doesn't seem to work
This commit is contained in:
parent
b9aa335027
commit
a2853046d4
1 changed files with 5 additions and 7 deletions
|
@ -53,21 +53,19 @@
|
||||||
in between standard targets -->
|
in between standard targets -->
|
||||||
|
|
||||||
<property name="INITIAL_CLIENT_VERS" value="4"/>
|
<property name="INITIAL_CLIENT_VERS" value="4"/>
|
||||||
|
<property name="VARIANT_NAME" value="xw4"/>
|
||||||
|
<property name="APP_NAME" value="Crosswords"/>
|
||||||
|
|
||||||
<target name="-pre-clean">
|
<target name="-pre-clean">
|
||||||
<antcall target="my-pre-clean" />
|
<antcall target="my-pre-clean" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="-pre-build">
|
<target name="-pre-build">
|
||||||
<antcall target="my-pre-build">
|
<antcall target="my-pre-build" />
|
||||||
<param name="VARIANT_NAME" value="xw4"/>
|
|
||||||
<param name="APP_NAME" value="Crosswords"/>
|
|
||||||
</antcall>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="-pre-compile">
|
<target name="-pre-compile">
|
||||||
<antcall target="my-pre-compile">
|
<antcall target="my-pre-compile" />
|
||||||
<param name="VARIANT_NAME" value="xw4"/>
|
|
||||||
</antcall>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Add table
Reference in a new issue