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/15 00:25:09 UTC

[7/8] git commit: updated namespace

updated namespace


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

Branch: refs/heads/dev
Commit: b0e5515b21bbd152c430625f49b91e607c02a736
Parents: cea69bd
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 12:03:02 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:24:51 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/b0e5515b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 61175e5..cb27d53 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,9 +1,9 @@
 <?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.device-orientation"
-      version="0.1.0">
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    id="org.apache.cordova.core.device-orientation"
+    version="0.1.0">
     
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>