You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/14 23:37:39 UTC

[11/12] git commit: updated namespace, name tag and readme

updated namespace, name tag and readme


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/f44bdf74
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/f44bdf74
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/f44bdf74

Branch: refs/heads/dev
Commit: f44bdf747858342922d3175adc61915705a17cb7
Parents: 7aa8aa8
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 10:54:20 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:37:25 2013 -0700

----------------------------------------------------------------------
 README.md  |  2 +-
 plugin.xml | 11 +++++------
 2 files changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/f44bdf74/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ca2d7cd..983346d 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-camera
 ==========================
 To install this plugin, follow the [Command-line Interface Guide](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface).
 
-If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/guide_plugin_ref_plugman.md.html).
+If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html).

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/f44bdf74/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 52803e2..0c8ba83 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,15 +1,14 @@
 <?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.camera"
-      version="0.1.0">
-    <name>Camera</name>
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    id="org.apache.cordova.core.camera"
+    version="0.1.0">
+    <name>camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,camera</keywords>
 
-
     <js-module src="www/CameraConstants.js" name="Camera">
         <clobbers target="Camera" />
     </js-module>