diff options
Diffstat (limited to 'testapps/basicProject/build.xml')
-rw-r--r-- | testapps/basicProject/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testapps/basicProject/build.xml b/testapps/basicProject/build.xml index 9ac802c..9983df5 100644 --- a/testapps/basicProject/build.xml +++ b/testapps/basicProject/build.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="BasicProject" default="help"> +<project name="basicProject" default="help"> <!-- The local.properties file is created and updated by the 'android' tool. @@ -76,7 +76,7 @@ - copy/paste the content of the rules files (minus the top node) into this file, *after* the <setup> task - disable the import of the rules by changing the setup task - below to <setup import="false" />. + below to <setup import="false" />. - customize to your needs. --> <setup /> |