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 15:59:21 UTC

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

Updated Branches:
  refs/heads/dev 06d7b3b79 -> 7a9ac649c


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


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

Branch: refs/heads/dev
Commit: 1680eb708d3de494688658937df0b5c9c2a7bdf6
Parents: 4bebacb
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:16:53 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:16:53 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/1680eb70/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9dbe1e1..4b1e952 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-           id="org.apache.cordova.core.device-motion"
-      version="0.2.1-dev">
+           id="org.apache.cordova.device-motion"
+      version="0.2.1">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>


[3/4] git commit: CB-4889

Posted by an...@apache.org.
CB-4889


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

Branch: refs/heads/dev
Commit: 655d05df82f65fb89833742276885b66432dce57
Parents: 0787b95
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:57:53 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:57:53 2013 +0200

----------------------------------------------------------------------
 src/windows8/AccelerometerProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/655d05df/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index 2c1bde7..d76e9b2 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Accelerometer",module.exports);
+require("cordova/windows8/commandProxy").add("Accelerometer",module.exports);


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

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

Conflicts:
	src/windows8/AccelerometerProxy.js


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

Branch: refs/heads/dev
Commit: 7a9ac649cc2caa2f905175d72e68fd98c485b1e2
Parents: 655d05d 06d7b3b
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:59:04 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:59:04 2013 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/4] git commit: CB-4889 renaming core inside windows8

Posted by an...@apache.org.
CB-4889 renaming core inside windows8


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

Branch: refs/heads/dev
Commit: 0787b957c3e8d1716fdc302275def4a686da9708
Parents: 1680eb7
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:45:39 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:45:39 2013 +0200

----------------------------------------------------------------------
 src/windows8/AccelerometerProxy.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/0787b957/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index a21c361..2c1bde7 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -22,7 +22,7 @@
 /*global Windows:true */
 
 var cordova = require('cordova'),
-    Acceleration = require('org.apache.cordova.core.device-motion.Acceleration');
+    Acceleration = require('org.apache.cordova.device-motion.Acceleration');
 
 /* This is the actual implementation part that returns the result on Windows 8
 */
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Accelerometer",module.exports);
\ No newline at end of file
+require("cordova/commandProxy").add("Accelerometer",module.exports);