Skip to content

Commit

Permalink
ignore generated version xml. auto-generate version xml from ant requ…
Browse files Browse the repository at this point in the history
…ires latest android-tools
  • Loading branch information
ekpneo committed Oct 21, 2010
1 parent 9deeb39 commit 09e1773
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion android/.gitignore
Expand Up @@ -5,4 +5,5 @@ local.properties
build.properties
TAGS
gen
bin
bin
res/values/version.xml
5 changes: 3 additions & 2 deletions android/build.xml
Expand Up @@ -55,10 +55,11 @@
<!-- extension targets. Uncomment the ones where you want to do custom work
in between standard targets -->

<!--
<target name="-pre-build" depends="">
<echo message="Generating version information"/>
<exec executable="../scripts/version.sh"
dir="." />
</target>
-->

<!--
<target name="-pre-compile">
Expand Down

0 comments on commit 09e1773

Please sign in to comment.