Updated Branches: refs/heads/master 2e8eff8d4 -> 8ae57679c
updated id attribute 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/1c50b327 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/1c50b327 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/1c50b327 Branch: refs/heads/master Commit: 1c50b32790e397dfcc0bdbcc1765baeda542c9e9 Parents: 8866337 Author: Steven Gill <[email protected]> Authored: Mon Apr 22 17:19:48 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Mon Apr 22 17:19:48 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/1c50b327/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 35b186a..2a6d0e0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" -id="org.apache.cordova.core"> +id="org.apache.cordova.core.AccelListener"> version="0.1.0"> <name>Device Motion</name> @@ -12,6 +12,6 @@ id="org.apache.cordova.core"> <plugin name="Accelerometer" value="org.apache.cordova.core.AccelListener"/> </config-file> - <source-file src="AccelListener.java" target-dir="org/apache/cordova/core" /> + <source-file src="AccelListener.java" target-dir="src/org/apache/cordova/core" /> </platform> </plugin>
