mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
Add target, as default, that generates svn version for about box.
This commit is contained in:
parent
21b3b29eab
commit
cb57fcc0be
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="XWords4" default="help">
|
||||
<project name="XWords4" default="release_svn">
|
||||
|
||||
<target name="release_svn" depends="release">
|
||||
<exec dir=".." executable="./scripts/genvers.sh" output="ant_out.txt" />
|
||||
</target>
|
||||
|
||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||
It contains the path to the SDK. It should *NOT* be checked in in Version
|
||||
|
|
Loading…
Reference in a new issue