Updated Branches:
  refs/heads/master 380630624 -> a025cdd4e

Remove xmlns:android, fix plugin id


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

Branch: refs/heads/master
Commit: a025cdd4e6837cea55bc4a8956e5144bbc50326f
Parents: 3806306
Author: Andrew Grieve <[email protected]>
Authored: Fri Jun 28 18:35:55 2013 -0400
Committer: Andrew Grieve <[email protected]>
Committed: Fri Jun 28 18:35:55 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/a025cdd4/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 80e4c34..591f6c1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0";
-xmlns:android="http://schemas.android.com/apk/res/android";
-id="org.apache.cordova.core.CameraLauncher"
-    version="0.1.0">
+           id="org.apache.cordova.core.camera"
+      version="0.1.0">
     <name>Camera</name>
    
     <js-module src="www/CameraConstants.js" name="Camera">

Reply via email to