You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/04/11 02:34:52 UTC

[2/2] android commit: Fixing the manifest errors

Fixing the manifest errors


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/95013e87
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/95013e87
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/95013e87

Branch: refs/heads/CordovaWebView
Commit: 95013e87dd73892ced753c3084e4a2e55f1967e8
Parents: d604e8b
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Apr 10 16:01:53 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Apr 10 16:01:53 2012 -0700

----------------------------------------------------------------------
 test/AndroidManifest.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/95013e87/test/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/test/AndroidManifest.xml b/test/AndroidManifest.xml
index 0319172..3bcc23d 100644
--- a/test/AndroidManifest.xml
+++ b/test/AndroidManifest.xml
@@ -34,7 +34,7 @@
         android:targetPackage="org.apache.cordova.test" />
 
     <application
-        android:icon="@drawable/ic_launcher"
+        android:icon="@drawable/icon"
         android:label="@string/app_name" >
         <uses-library android:name="android.test.runner" />
         <activity