Updated Branches: refs/heads/master 0948827b4 -> 679def925
attempt two at updating plugin.xml 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/679def92 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/679def92 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/679def92 Branch: refs/heads/master Commit: 679def9251915c091924e72651fb35f0353b1379 Parents: 0948827 Author: Steven Gill <[email protected]> Authored: Mon May 13 14:15:14 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Mon May 13 14:15:14 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/679def92/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 515a48e..dc2e0ac 100644 --- a/plugin.xml +++ b/plugin.xml @@ -18,7 +18,7 @@ id="org.apache.cordova.core.AccelListener" <!-- android --> <platform name="android"> - <config-file target="res/xml/config.xml" parent="widget"> + <config-file target="res/xml/config.xml" parent="/*"> <feature name="Accelerometer"> <param name="android-package" value="org.apache.cordova.core.AccelListener"/> </feature> @@ -31,7 +31,7 @@ id="org.apache.cordova.core.AccelListener" <!-- ios --> <platform name="ios"> - <config-file target="config.xml" parent="plugins"> + <config-file target="config.xml" parent="/*"> <feature name="Accelerometer"> <param name="ios-package" value="CDVAccelerometer"/> </feature>
