diff options
author | Xavier Ducrohet <xav@android.com> | 2010-09-02 15:18:38 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-09-02 15:26:31 -0700 |
commit | 6c9a1906f90aad7890ac015f8d94b80231a53eda (patch) | |
tree | 9e1f98b781fbc44c9d94a59a59dce008831317b6 /testapps/basicProject/build.xml | |
parent | dc251ccc3b44c65c30c1aedeef8d8aa486fa5b89 (diff) | |
download | sdk-6c9a1906f90aad7890ac015f8d94b80231a53eda.zip sdk-6c9a1906f90aad7890ac015f8d94b80231a53eda.tar.gz sdk-6c9a1906f90aad7890ac015f8d94b80231a53eda.tar.bz2 |
New test projects.
Also fixed some trailing space in templates
and automatically generated files.
Change-Id: I2ed5f0067dff4c62b53857b7e0a2dea5dd9a101c
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 /> |