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/09/27 00:28:08 UTC

[04/10] git commit: fixed plugin.xml for vibration

fixed plugin.xml for vibration


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/0068a69f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/0068a69f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/0068a69f

Branch: refs/heads/master
Commit: 0068a69f077cc026db1b15da8e9bb155580a4af2
Parents: 4728fde
Author: Steven Gill <st...@gmail.com>
Authored: Fri Sep 13 14:43:54 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Sep 13 14:43:54 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/0068a69f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index bb66626..0512da5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,9 @@
                 <param name="firefoxos-package" value="Vibration" />
             </feature>
         </config-file>                                         
-        <source-file src="src/firefoxos/vibration.js" target-dir="Vibration" />
+        <js-module src="src/firefoxos/vibration.js" name="vibration-impl">
+            <runs />
+        </js-module>
     </platform>
 
     <!-- wp7 -->