set names as properties; param doesn't seem to work

This commit is contained in:
Eric House 2014-09-05 07:40:54 -07:00
parent b9aa335027
commit a2853046d4

View file

@ -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>
<!-- <!--