You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/09/25 17:41:37 UTC

[1/2] git commit: CB-4889 renaming org.apache.cordova.core.device to org.apache.cordova.device

Updated Branches:
  refs/heads/dev 4d8693ccf -> a0c3c9e4c


CB-4889 renaming org.apache.cordova.core.device to org.apache.cordova.device


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

Branch: refs/heads/dev
Commit: 400b4688a5fa64b3f0e96b433e4cc81280c5bbcd
Parents: dd2ec78
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:14:22 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:14:22 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/400b4688/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d9673e4..1278ea1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,8 +3,8 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.apache.cordova.core.device"
-    version="0.2.2-dev">
+    id="org.apache.cordova.device"
+    version="0.2.2">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>


[2/2] git commit: Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-device into dev

Posted by an...@apache.org.
Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-device into dev


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

Branch: refs/heads/dev
Commit: a0c3c9e4c604b3f1c04717f456f44845956c31f8
Parents: 400b468 4d8693c
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 17:41:22 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 17:41:22 2013 +0200

----------------------------------------------------------------------
 plugin.xml                  | 4 ----
 src/windows8/DeviceProxy.js | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/a0c3c9e4/plugin.xml
----------------------------------------------------------------------