From c86b65112cfa06ec5cc9810c5751c64714e66c48 Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" Date: Sun, 28 Oct 2012 10:10:10 +0000 Subject: Handle git version differently to fix Eclipse builds. Unfortunately Eclipse appears to be too dumb to generate the version and build it correctly (even using an external build step it fails to rebuild resources afterward), so go back to having a dummy version checked into the repository. Run git update-index --assume-unchanged on the file before updating the version, so that git doesn't consider the file to have changed, instead. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7829861..61075a9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ bin gen launchpad-*.tar.gz local.properties -res/values/version.xml *~ -- cgit v1.2.3