diff options
author | Parménides GV <parmegv@sdf.org> | 2013-05-29 16:06:31 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-05-29 16:06:31 +0200 |
commit | 10cb3dc6835d89f288eaa78739a5a60c1c849a91 (patch) | |
tree | 9cf76c7b190c7d7e4d1ccd96ae456137f5650043 /build.xml | |
parent | 086a98886a5b28c1f9426fd40c093bf2affa960e (diff) |
README now suggest to use scripts.
I've also simlinked README.txt to README. In the future, if we want to
write another file in another format (MarkDown?), we will only have to
change the target of the README file.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="LEAP Android" default="help"> +<project name="MainActivity" default="help"> <!-- 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 |