Updated Branches: refs/heads/master 8ae57679c -> 17ebec747
updated plugin.xml to work with updated plugman 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/17ebec74 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/17ebec74 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/17ebec74 Branch: refs/heads/master Commit: 17ebec747500d10e117c944c9d6eb4c217cc131f Parents: 8ae5767 Author: Steven Gill <[email protected]> Authored: Wed Apr 24 15:22:55 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Wed Apr 24 15:22:55 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/17ebec74/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index c3d0722..e6b1742 100644 --- a/plugin.xml +++ b/plugin.xml @@ -14,7 +14,7 @@ id="org.apache.cordova.core.AccelListener"> <plugin name="Accelerometer" value="org.apache.cordova.core.AccelListener"/> </config-file> - <source-file src="AccelListener.java" target-dir="src/org/apache/cordova/core" /> + <source-file src="src/android/AccelListener.java" target-dir="src/org/apache/cordova/core" /> </platform> <!-- ios -->
