You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/10/28 23:13:52 UTC

[2/5] git commit: corrected plugin.xml to write properly to config.xml for ffos

corrected plugin.xml to write properly to config.xml for ffos


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/a8b33eff
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/a8b33eff
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/a8b33eff

Branch: refs/heads/master
Commit: a8b33eff6508092396f0755a0240404bc1eece71
Parents: db5f468
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 11 17:39:57 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 11 17:39:57 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/a8b33eff/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2ba1eb3..d2936bc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -16,7 +16,7 @@
 
     <!-- firefoxos -->
     <platform name="firefoxos">
-        <config-file target="config.xml" parent="/*">
+        <config-file target="www/config.xml" parent="/*">
             <feature name="Vibration">
                 <param name="firefoxos-package" value="Vibration" />
             </feature>