diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2012-12-26 22:05:20 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2012-12-26 22:05:20 +0100 |
commit | 1dd685ecb086fa32a4368087f1735a519e6968bc (patch) | |
tree | 6c4295b8020953e2758c1572e0bf6780c6703fd0 /APG/android-libs | |
parent | e8ba991886032284ca40b989706b52ed17fd162d (diff) | |
download | open-keychain-1dd685ecb086fa32a4368087f1735a519e6968bc.tar.gz open-keychain-1dd685ecb086fa32a4368087f1735a519e6968bc.tar.bz2 open-keychain-1dd685ecb086fa32a4368087f1735a519e6968bc.zip |
Fix referencing of actionbarsherlock
Diffstat (limited to 'APG/android-libs')
-rw-r--r-- | APG/android-libs/ActionBarSherlock/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/APG/android-libs/ActionBarSherlock/build.xml b/APG/android-libs/ActionBarSherlock/build.xml index 56bc65293..a10a91491 100644 --- a/APG/android-libs/ActionBarSherlock/build.xml +++ b/APG/android-libs/ActionBarSherlock/build.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="ActionBarSherlock" 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 |