You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/05/18 01:38:47 UTC

git commit: plugin.xml update for config.xml support in windows phone

Updated Branches:
  refs/heads/master edd300662 -> 1a708c54b


plugin.xml update for config.xml support in windows phone


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/1a708c54
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/1a708c54
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/1a708c54

Branch: refs/heads/master
Commit: 1a708c54badf2e2512d4c16fcc936143fe6e045a
Parents: edd3006
Author: Fil Maj <ma...@gmail.com>
Authored: Fri May 17 16:38:43 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri May 17 16:38:43 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/1a708c54/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 56e2c54..d6d98ea 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -45,7 +45,7 @@ id="org.apache.cordova.core.AccelListener"
     <platform name="wp7">
         <config-file target="config.xml" parent="/*">
             <feature name="Accelerometer">
-                <param name="wp7-package" value="Accelerometer"/>
+                <param name="wp-package" value="Accelerometer"/>
             </feature>
         </config-file>