Updated Branches:
  refs/heads/master 3cb274845 -> 73dc8c94b

Remove xmlns:android, fix plugin id


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/73dc8c94
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/73dc8c94
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/73dc8c94

Branch: refs/heads/master
Commit: 73dc8c94b0d5db8246755df5e468eff0dee2e69a
Parents: 3cb2748
Author: Andrew Grieve <[email protected]>
Authored: Fri Jun 28 18:35:56 2013 -0400
Committer: Andrew Grieve <[email protected]>
Committed: Fri Jun 28 18:40:01 2013 -0400

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/73dc8c94/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index e3a5ec4..13862bd 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0";
-xmlns:android="http://schemas.android.com/apk/res/android";
-id="org.apache.cordova.core.Notification" version="0.1.0">
+           id="org.apache.cordova.core.dialogs"
+      version="0.1.0">
 
     <name>notification</name>
 

Reply via email to