Updated Branches: refs/heads/master 938c1ea0e -> b68077634
updated plugin.xml errors 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/b6807763 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/b6807763 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/b6807763 Branch: refs/heads/master Commit: b680776343aa3f637b7ee2a35fde099a51560f22 Parents: 938c1ea Author: Steven Gill <[email protected]> Authored: Wed Apr 24 16:04:09 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Wed Apr 24 16:04:09 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/b6807763/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 6228ac4..d70276d 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.AccelListener"> +id="org.apache.cordova.core.AccelListener" version="0.1.0"> <name>Device Motion</name> @@ -10,7 +10,7 @@ id="org.apache.cordova.core.AccelListener"> <!-- android --> <platform name="android"> - <config-file target="res/xml/config.xml" parent="/cordova/plugins"> + <config-file target="res/xml/config.xml" parent="plugins"> <plugin name="Accelerometer" value="org.apache.cordova.core.AccelListener"/> </config-file> @@ -20,12 +20,12 @@ id="org.apache.cordova.core.AccelListener"> <!-- ios --> <platform name="ios"> - <config-file target="config.xml" parent="/cordova/plugins"> + <config-file target="config.xml" parent="plugins"> <plugin name="Accelerometer" value="CDVAccelerometer"/> </config-file> - <header-file src="src/ios/CDVAccelerometer.h" target-dir="org/apache/cordova/core" /> - <source-file src="src/ios/CDVAccelerometer.m" target-dir="org/apache/cordova/core" /> + <header-file src="src/ios/CDVAccelerometer.h" /> + <source-file src="src/ios/CDVAccelerometer.m" /> </platform>
