mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
allow using env variables in ant files
This commit is contained in:
parent
6f1235492d
commit
5d82636c26
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="XWords4" default="release">
|
<project name="XWords4" default="release">
|
||||||
|
|
||||||
|
<!-- eeh: allow ant files to refer e.g. to ${env.HOME} -->
|
||||||
|
<property environment="env" />
|
||||||
|
|
||||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||||
It contains the path to the SDK. It should *NOT* be checked into
|
It contains the path to the SDK. It should *NOT* be checked into
|
||||||
Version Control Systems. -->
|
Version Control Systems. -->
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="XWords4" default="release">
|
<project name="XWords4" default="release">
|
||||||
|
|
||||||
|
<!-- eeh: allow ant files to refer e.g. to ${env.HOME} -->
|
||||||
|
<property environment="env" />
|
||||||
|
|
||||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||||
It contains the path to the SDK. It should *NOT* be checked into
|
It contains the path to the SDK. It should *NOT* be checked into
|
||||||
Version Control Systems. -->
|
Version Control Systems. -->
|
||||||
|
|
Loading…
Reference in a new issue